0.2.0rc1
版本发布时间: 2024-08-20 08:33:44
guidance-ai/guidance最新发布版本:0.2.0rc1(2024-08-20 08:33:44)
What's Changed
- Replace Python-based EarleyParser with lexeme-based rust implementation by @hudson-ai & @mmoskal in https://github.com/guidance-ai/guidance/pull/951
This pre-release version of guidance uses a new Rust-based Earley lexer + parser that offers significant speedups and bugfixes to guidance grammar parsing. See PR https://github.com/guidance-ai/guidance/pull/951 for full details of the optimizations. Expect some changes from current Guidance (v0.1.16) behavior during pre-release.
Full Changelog: https://github.com/guidance-ai/guidance/compare/0.1.16...0.2.0rc1