本项目设计了一个基于 RAG 与大模型技术的医疗问答系统,利用 DiseaseKG 数据集与 Neo4j 构建知识图谱,结合 BERT 的命名实体识别和 34b 大模型的意图识别,通过精确的知识检索和问答生成,提升系统在医疗咨询中的性能,解决大模型在医疗领域应用的可靠性问题。
Traceback (most recent call last): File "/root/miniconda3/lib/python3.10/site-packages/gradio/routes.py", line 442, in run_predict output = await app.get_blocks ...