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