chore: update changelog.md

This commit is contained in:
Steven Kreitzer 2024-04-25 13:23:54 -05:00
parent c9c9660459
commit e92680a566
1 changed files with 1 additions and 2 deletions

View File

@ -7,8 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.1.122] - 2024-04-24
- **🛠️ Improved Embedding Model Support**: You can now use any embedding model `sentence_transformers` supports.
- **🌟 Enhanced RAG Pipeline**: Added `BM25` hybrid searching with reranking model support using `sentence_transformers`.
- **🌟 Enhanced RAG Pipeline**: Added hybrid searching with `BM25`, reranking using `CrossEncoder`, and relevance score thresholds.
## [0.1.121] - 2024-04-24