v0.0.62
What's Changed
A few important updates some of which are backwards incompatible. You must update your run.yaml
s when upgrading. As always look to templates/<distro>/run.yaml
for reference.
- Make embedding generation go through inference by @dineshyv in #606
- [/scoring] add ability to define aggregation functions for scoring functions & refactors by @yanxi0830 in #597
- Update the "InterleavedTextMedia" type by @ashwinb in #635
- [NEW!] Experimental post-training APIs! #540, #593, etc.
A variety of fixes and enhancements. Some selected ones:
- [#342] RAG - fix PDF format in vector database by @aidando73 in #551
- add completion api support to nvidia inference provider by @mattf in #533
- add model type to APIs by @dineshyv in #588
- Allow using an "inline" version of Chroma using PersistentClient by @ashwinb in #567
- [docs] add playground ui docs by @yanxi0830 in #592
- add colab notebook & update docs by @yanxi0830 in #619
- [tests] add client-sdk pytests & delete client.py by @yanxi0830 in #638
- [bugfix] no shield_call when there's no shields configured by @yanxi0830 in #642
New Contributors
- @SLR722 made their first contribution in #540
- @iamarunbrahma made their first contribution in #636
Full Changelog: v0.0.61...v0.0.62