Skip to content

langchain实战项目

1. https://github.com/Isa1asN/local-rag

  1. 仓库地址:https://github.com/Isa1asN/local-rag
  2. 技术栈:LangChain + Ollama + Chroma + Streamlit
  3. 功能:PDF 上传、本地知识库、对话记忆、流式输出,一键启动
  4. 亮点:代码极简、结构清晰,完全复刻 ChatPDF,纯本地零 API

启动命令

python
git clone https://github.com/Isa1asN/local-rag
cd local-rag
pip install -r requirements.txt
streamlit run app.py