基于LangChain和Fastapi
-
支持连续对话
-
支持基于文档提问
- word
- txt
- excel
- ppt
-
支持多模型
- OpenAI
- 腾讯混元
- ChatGLM
- 百度千帆
- 阿里通义
python >= 3.9
docx文档识别需要安装libreoffice
mac
brew install --cask libreoffice
1、安装依赖
pip install -r requirements.txt
2、修改参数
cp test.env .env
python -m uvicorn main:app --reload