aigc-apps / PAI-RAG

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

Upload multiple files in single API call #89

Closed moria97 closed 3 weeks ago

moria97 commented 3 weeks ago
  1. UI上传多个文件时只调用一次api,保证本地index的写入顺序(否则单机多线程或者多worker模式都可能出错)
  2. 修复异步上传接口问题
github-actions[bot] commented 3 weeks ago

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
4048 2252 56% 50% 🟢

New Files

No new covered files...

Modified Files

File Coverage Status
src/pai_rag/core/rag_application.py 87% 🟢
src/pai_rag/data/rag_dataloader.py 53% 🟢
src/pai_rag/integrations/readers/llama_parse_reader.py 25% 🟢
src/pai_rag/modules/datareader/datareader_factory.py 74% 🟢
src/pai_rag/modules/index/my_vector_store_index.py 79% 🟢
TOTAL 64% 🟢

updated for commit: e069a47 by action🐍