aigc-apps / PAI-RAG

An easy-to-use framework for modular RAG
247 stars 36 forks source link

Support evaluation for generated and open datasets #83

Closed wwxxzz closed 3 weeks ago

github-actions[bot] commented 3 weeks ago

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
3768 2187 58% 50% 🟢

New Files

File Coverage Status
src/pai_rag/data/open_dataset.py 24% 🟢
src/pai_rag/modules/evaluation/evaluation.py 100% 🟢
TOTAL 62% 🟢

Modified Files

File Coverage Status
src/pai_rag/core/rag_application.py 85% 🟢
src/pai_rag/data/rag_dataloader.py 59% 🟢
src/pai_rag/modules/init.py 100% 🟢
src/pai_rag/modules/module_registry.py 91% 🟢
TOTAL 84% 🟢

updated for commit: 21fb44c by action🐍