aigc-apps / PAI-RAG

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

Enable Milvus hybrid search #87

Closed moria97 closed 3 weeks ago

moria97 commented 3 weeks ago
github-actions[bot] commented 3 weeks ago

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
4029 2247 56% 50% 🟢

New Files

File Coverage Status
src/pai_rag/modules/index/my_milvus_vector_store.py 21% 🟢
src/pai_rag/modules/index/sparse_embedding.py 42% 🟢
TOTAL 31% 🟢

Modified Files

File Coverage Status
src/pai_rag/modules/index/bm25_index.py 93% 🟢
src/pai_rag/modules/index/store.py 60% 🟢
src/pai_rag/modules/retriever/retriever.py 65% 🟢
TOTAL 73% 🟢

updated for commit: 9f9b44e by action🐍