liuhuanyong / QASystemOnMedicalKG

A tutorial and implement of disease centered Medical knowledge graph and qa system based on it。知识图谱构建,自动问答,基于kg的自动问答。以疾病为中心的一定规模医药领域知识图谱,并以该知识图谱完成自动问答与分析服务。
6.23k stars 2.13k forks source link

请问为什么我执行完python chat_graph.py之后进行提问,回答时报错了,有人知道怎么解决吗? #47

Open azhe1234 opened 3 years ago

azhe1234 commented 3 years ago

image

2pen commented 3 years ago

将所有python文件中出现用户名、密码的地方改为自己的

azhe1234 commented 3 years ago

好的谢谢

xiaodu837 commented 2 years ago

好的谢谢 请问一下,你最终这个项目能跑成功吗

azhe1234 commented 2 years ago

可以的

------------------ 原始邮件 ------------------ 发件人: "liuhuanyong/QASystemOnMedicalKG" @.>; 发送时间: 2021年11月10日(星期三) 晚上10:38 @.>; 抄送: "硬币 @.**@.>; 主题: Re: [liuhuanyong/QASystemOnMedicalKG] 请问为什么我执行完python chat_graph.py之后进行提问,回答时报错了,有人知道怎么解决吗? (#47)

好的谢谢 请问一下,你最终这个项目能跑成功吗

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

xiaodu837 commented 2 years ago

好的,谢谢,我也跑成功了

---原始邮件--- 发件人: @.> 发送时间: 2021年11月11日(周四) 上午9:07 收件人: @.>; 抄送: @.**@.>; 主题: Re: [liuhuanyong/QASystemOnMedicalKG] 请问为什么我执行完python chat_graph.py之后进行提问,回答时报错了,有人知道怎么解决吗? (#47)

可以的

------------------ 原始邮件 ------------------ 发件人: "liuhuanyong/QASystemOnMedicalKG" @.>; 发送时间: 2021年11月10日(星期三) 晚上10:38 @.>; 抄送: "硬币 @.**@.>; 主题: Re: [liuhuanyong/QASystemOnMedicalKG] 请问为什么我执行完python chat_graph.py之后进行提问,回答时报错了,有人知道怎么解决吗? (#47)

好的谢谢 请问一下,你最终这个项目能跑成功吗

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

azhe1234 commented 2 years ago

好的,谢谢,我也跑成功了 ---原始邮件--- 发件人: @.> 发送时间: 2021年11月11日(周四) 上午9:07 收件人: @.>; 抄送: @.**@.>; 主题: Re: [liuhuanyong/QASystemOnMedicalKG] 请问为什么我执行完python chat_graph.py之后进行提问,回答时报错了,有人知道怎么解决吗? (#47) 可以的 ------------------ 原始邮件 ------------------ 发件人: "liuhuanyong/QASystemOnMedicalKG" @.>; 发送时间: 2021年11月10日(星期三) 晚上10:38 @.>; 抄送: "硬币 @.**@.>; 主题: Re: [liuhuanyong/QASystemOnMedicalKG] 请问为什么我执行完python chat_graph.py之后进行提问,回答时报错了,有人知道怎么解决吗? (#47) 好的谢谢 请问一下,你最终这个项目能跑成功吗 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

你好,请问你也是做KEQA的吗,可以加个qq交流下吗?我qq见我主页

yqiz-98 commented 2 years ago

将所有python文件中出现用户名、密码的地方改为自己的

没有自己的neo4j账号密码,能用默认的的账号密码跑通吗?我测试的时候py2neo无法正常创建节点,还在调试,也不知道是什么问题。

yqiz-98 commented 2 years ago

请问楼主,你们用的py2neo是哪个版本,还有链接数据库用的什么语句吗,我在网上找了多个方法还没调通捏。还请指点一下哇啊

yqiz-98 commented 2 years ago

neo4j数据库原来需要先安装哇,我还以为是在线的那种呢,好像找到链接不上的原因了。

xiaodu837 commented 2 years ago

将所有python文件中出现用户名、密码的地方改为自己的

没有自己的neo4j账号密码,能用默认的的账号密码跑通吗?我测试的时候py2neo无法正常创建节点,还在调试,也不知道是什么问题。

创建neo4j的时候是有一个账号

xiaodu837 commented 2 years ago

请问楼主,你们用的py2neo是哪个版本,还有链接数据库用的什么语句吗,我在网上找了多个方法还没调通捏。还请指点一下哇啊 Pip默认下载的版本,程序中就有连接数据库不需要另外再输入语句

yqiz-98 commented 2 years ago

请问楼主,你们用的py2neo是哪个版本,还有链接数据库用的什么语句吗,我在网上找了多个方法还没调通捏。还请指点一下哇啊 Pip默认下载的版本,程序中就有连接数据库不需要另外再输入语句

感谢,我已经装好neo4j数据库,程序在创建节点时又报错了,似乎是访问权限的问题,正在查询解决办法