gpt4 book ai didi

windows - Neo.ClientError.Procedure.ProcedureNotFound Neo4j Windows 桌面版

转载 作者:行者123 更新时间:2023-12-03 07:52:35 26 4
gpt4 key购买 nike

嗨,我使用的是 Windows 10 和 Neo4j 桌面版。

我正在尝试使用以下 Cypher 查询来执行 nlp:

CALL ga.nlp.processor.addPipeline({
name:"pipeline_name",
textProcessor: 'com.graphaware.nlp.processor.stanford.ee.processor.EnterpriseStanfordTextProcessor',
processingSteps: {tokenize:true, ner:true, dependencies:true, relations:true, open:true, sentiment:true}
})

但是我收到此错误:
Neo.ClientError.Procedure.ProcedureNotFound
There is no procedure with the name `ga.nlp.processor.addPipeline` registered for this database instance. Please ensure you've spelled the procedure name correctly and that the procedure is properly deployed.

在网上搜索后,我在.conf文件中添加了以下包,在插件文件中添加了.jar文件: enter image description here

并在配置文件中添加:

enter image description here

完成上述过程后,我收到一个新错误:

enter image description here

我应该怎么做才能修复它?
谢谢

最佳答案

重新安装3-4次后,不知何故它工作了。我无法解释。

我遵循了这个程序:https://github.com/graphaware/neo4j-nlp安装 nlp 管道

关于windows - Neo.ClientError.Procedure.ProcedureNotFound Neo4j Windows 桌面版,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59443099/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com