v1.9.0
What's Changed
- Ensemble Aligner is added.
- Ensemble Aligner documentation.
- Ensemble Aligner example is added.
- Added unittests for Ensemble Aligner.
- Reranker was added with documentation to the retrieval component of the aligner.
- PropMatch Aligner extended to support LLM and RAG-based alignments.
- Financial case study added.
- Documentation is improved.
- Bug fixing in the RAG component of the aligner.
- Parser customization is added to the aligner.
- AlignerPipeline is added to the aligner in support of ensemble learning and other aligners.
References
- PropMatch Aligner extension: adding feature for LLM/RAG alignment by @Krishna-Rani-t in #98
- Update ensemble naming and documentation by @abhishekreddyallu in #99
- Retrieval Aligner extension : adding reranking feature by @abhishekreddyallu in #100
- Documentation (Financial domain case study & Parser customization) by @abhishekreddyallu in #103
- Enhancements: Pipeline Improvements, Ensemble Learning, and Documentation Updates by @HamedBabaei in #104
New Contributors
- @Krishna-Rani-t made their first contribution in #98
Full Changelog: v1.8.0...v1.9.0