基于知识图谱的心血管疾病问答系统,使用Neo4j作为知识图谱数据库,通过关键词匹配构建问答系统,新增LLM作为通用问答系统。
- 安装并启动Neo4j数据库
neo4j console
- 导入知识图谱数据
cd prepare_data
python solve_data.py
- 安装依赖
pip install -r requirements.txt
- 启动 chatbot_graph.py 或 llm_chatbot.py
python chatbot_graph.py
python llm_chatbot.py
- Enjoy your chat!