aigc-apps / PAI-RAG

An easy-to-use framework for modular RAG
275 stars 38 forks source link

support stream output (API & UI) #49

Closed wwxxzz closed 2 months ago

github-actions[bot] commented 3 months ago

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
2511 1503 60% 50% 🟢

New Files

File Coverage Status
src/pai_rag/modules/synthesizer/my_simple_synthesizer.py 63% 🟢
TOTAL 63% 🟢

Modified Files

File Coverage Status
src/pai_rag/app/api/models.py 100% 🟢
src/pai_rag/core/rag_application.py 95% 🟢
src/pai_rag/modules/synthesizer/synthesizer.py 85% 🟢
TOTAL 93% 🟢

updated for commit: 718cd9f by action🐍