KnowledgeWithChatGLM是一个基于向量索引库Milvus和ChatGLM-6B实现的知识库问答应用
import torch
print(torch.cuda.is_available())
pip install -r requirements.txt
milvus
服务: docker-compose up -d
python document_preprocess.py
python web_demo.py
如果对本项目源码有更多的好奇,可以参考以下文章chatglm实现基于知识库问答的应用