v.0.2.6
This release includes additional stability and performance improvements. In addition, excited to support custom retrievers - Custom retrievers allow you to use any search engine that provides an API to retrieve documents and is widely used for enterprise research tasks. Thanks again to the amazing community for all the contributions!
What's Changed
- change deployment name to model to fix the init of the azureopenai model by @xiepei1 in #594
- use repair_json() on output of sub_queries to stop exceptions on local models by @pfrench42 in #596
- fix: similarity_threshold config by @gkhngyk in #597
- Lazily import langchain-huggingface to avoid obligatory install by @ldorigo in #599
- added implementation for custom retriever by @assafelovic in #602
New Contributors
- @xiepei1 made their first contribution in #594
- @pfrench42 made their first contribution in #596
Full Changelog: v.0.2.5...v.0.2.6