aigc-apps / PAI-RAG

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

Refactor RAG with llama index #36

Closed moria97 closed 3 months ago

moria97 commented 3 months ago
  1. 使用llama_index对RAG框架核心模块进行重构。
  2. 对web ui, api service, rag application, rag configuration分层设计,解藕load_data和rag functionality.
  3. 使用poetry进行环境依赖管理。