Skip to content

v0.7.0

Compare
Choose a tag to compare
@KevKibe KevKibe released this 16 May 16:42
9977c65

New Features

Introducing intergration with reranking models from AnswerDotAI's rerankers inside the retrieve_and_generate step.

What's Changed

  • Refactor: Move create_index, delete_index, doc_model, config sub-modules into utils module. by @KevKibe in #22
  • Add reranking step to retrieve_and_generate method in the Indexer classes by @KevKibe in #23
  • chore(README): add rerank_model parameter to example by @KevKibe in #24

Full Changelog: v0.6.0...v0.7.0