v0.1.54
What's Changed
- feat: support union type for basic types by @chardoncs in #510
EmbedTextfunction, with OpenAI, Gemini and Voyage support- feat(embed-text): add
EmbedTextfor OpenAI and Gemini by @badmonster0 in #645 - fix: check reqwest response status code is 200 by @badmonster0 in #646
- fix: only pass down
output_dimensionwhen not default by @badmonster0 in #647 - feat(text-embed): add support for Voyage embedding model by @badmonster0 in #648
- feat(embed-text): add
- feat: python type binding convertibility for basic types by @badmonster0 in #649
- fix(py-sdk): fix type annotations by @badmonster0 in #644
New Contributors
- @chardoncs made their first contribution in #510
Full Changelog: v0.1.53...v0.1.54