This repository was archived by the owner on Mar 9, 2025. It is now read-only.
v0.7.0
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,configsub-modules into utils module. by @KevKibe in #22 - Add reranking step to
retrieve_and_generatemethod 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