1.3.3
版本发布时间: 2024-06-12 01:47:51
instructor-ai/instructor最新发布版本:1.5.0(2024-09-30 09:03:07)
What's Changed
- refactor(simple_type, ModelAdapter): update type checking and refactor model creation by @jxnl in https://github.com/jxnl/instructor/pull/710
- Fix response UnboundError when request fails and custom
tenacity.Retrying
is used by @lazyhope in https://github.com/jxnl/instructor/pull/713 - [fixes #721] Switch away from Anthropic beta interface for tools. by @lemontheme in https://github.com/jxnl/instructor/pull/723
- Add Support for VertexAI Gemini by @ajac-zero in https://github.com/jxnl/instructor/pull/711
- async gemini support by @Cruppelt in https://github.com/jxnl/instructor/pull/719
- fix: parallel unions by @vinchg in https://github.com/jxnl/instructor/pull/734
- typo fix document_segmentation.md by @NicolaiLolansen in https://github.com/jxnl/instructor/pull/730
- Sync
pyproject.toml
andpoetry.lock
files by @jlondonobo in https://github.com/jxnl/instructor/pull/729 - Added Jiter Support by @ivanleomk in https://github.com/jxnl/instructor/pull/745
- Iterable Workaround by @ivanleomk in https://github.com/jxnl/instructor/pull/737
New Contributors
- @lemontheme made their first contribution in https://github.com/jxnl/instructor/pull/723
- @ajac-zero made their first contribution in https://github.com/jxnl/instructor/pull/711
- @vinchg made their first contribution in https://github.com/jxnl/instructor/pull/734
- @NicolaiLolansen made their first contribution in https://github.com/jxnl/instructor/pull/730
Full Changelog: https://github.com/jxnl/instructor/compare/1.3.2...1.3.3