Release v0.6.0
wangxingjun778
released this
08 Nov 05:51
·
8 commits
to release/0.6
since this release
Release Notes
- Support multi-modal RAG evaluation #149
- Add CLIP_Benchmark
- Add end-to-end multi-modal RAG evaluation in Ragas
- To be compatible with Ragas v0.2.3 #165 #171
- Support truncating input for CLIP models #163 #164
- Support saving knowledge graphs when generating datasets in Ragas #175
Bug Fixes
- Fix issue of abnormal metrics during CMTEB evaluation #157
- Fix issue of GenerationConfig being None #173
- Update datasets version constraints #184
- Add publish workflow #186
Documentation Updates
中文说明
特性
- 添加多模态RAG评测支持 #149
- 支持CLIP_Benchmark
- 支持Ragas端到端多模态RAG评测
- 兼容Ragas v0.2.3 #165 #171
- 支持CLIP模型截断输入 #163 #164
- 支持Ragas生成数据集时保存知识图谱 #175