What's New:
- **Support for Re-Rankers**:
- **ColBERTv2**: colbertv2.0
- **Cohere**: rerank-english-v3.0
- **Jina**: jina-reranker-v1-base-en
- **Cross-Encoder Rerankers**:
- Mixedbread-ai/mxbai-rerank-base-v1
- BAAI/bge-reranker-base
- **FlashRank**: ms-marco-MiniLM-L-12-v2
- **RankLLM**: GPT-4o
- **Data Processing**:
- Remove Stopwords, Strip Tags, Punctuation, Whitespaces, Stem Text
- **Hyperparameter Visualization**:
- Track Bayesian Optimization progress and visualize parameter importance.
What's Changed:
- Optimization insights by aravind10x in [50](https://github.com/KruxAI/ragbuilder/pull/50)
- Added Five Rerankers by ashwinzyx in [51](https://github.com/KruxAI/ragbuilder/pull/51)
- Data Processing by ashwinzyx in [49](https://github.com/KruxAI/ragbuilder/pull/49)
- Updated setup.py by ashwinzyx in [52](https://github.com/KruxAI/ragbuilder/pull/52)
**Full Changelog**: [0.0.16...0.0.17](https://github.com/KruxAI/ragbuilder/compare/0.0.16...0.0.17)