Doctor-Friende
Doctor-Friende copied to clipboard
message_recieved表该怎么建呀
message_recieved这个表,有哪些字段,还有各自的数据类型都是啥呀
对应代码段里包含了message_recieved涉及哪些字段和类型
感谢您及时回答,今天遇到了新的问题
py2neo.database.work.ClientError: [Statement.SyntaxError] The old parameter syntax {param}
is no longer supported. Please use $param
instead (line 1, column 24 (offset: 23))
"match (a:Disease{name: {disease}}) return a"
在我输入进去“头痛怎么办”,并选择其中一个选项“偏头痛”。没有任何反应,并出现上面这个问题,该怎么办呢
我用的是neo4j 版本是4.0.1 py2neo安装的是2020.0.0
我把actions文件里的{disease}全部替换为$disease,成功运行了,太棒了!!!
对,这是neo4j的driver更新了新的语法,所以老版本不适用了