Skip to content

v.0.2.6

Compare
Choose a tag to compare
@assafelovic assafelovic released this 16 Jun 08:33
· 1076 commits to master since this release
686bc9c

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

Full Changelog: v.0.2.5...v.0.2.6