Neo4j 5.26.x容器 APOC插件Generating Graphs无法正常使用解决方法/Neo4j 5.26.x容器安装APOC拓展库

文章目录

错误提示

bash 复制代码
There is no procedure with the name `apoc.generate.ba` registered for this database instance. 
Please ensure you've spelled the procedure name correctly and that the procedure is properly deployed.

原因分析

  • 在 Neo4j 4.2 中,Neo4j Labs 的 APOC 库分为两部分:APOC 核心库和 APOC 扩展库,两者均由 Neo4j 社区支持。从 Neo4j 5 开始,APOC 核心库是一个受支持的项目。部分功能放在APOC拓展库。
  • 通过安装 APOC 扩展库来使用Generating Graphs。

解决方法

  1. 打开APOC 扩展库地址,注意选择支持Neo4j 5版本的apoc拓展库。下载到本地

  2. 然后将APOC拓展jar包,放到plugins目录下
  3. 重启neo4j容器,即可正常使用
相关推荐
一屉大大大花卷12 小时前
初识Neo4j之入门介绍(一)
数据库·neo4j
AustinCyy2 天前
【环境配置】Neo4j Community Windows 安装教程
windows·neo4j
萧鼎2 天前
深度探索 Py2neo:用 Python 玩转图数据库 Neo4j
数据库·python·neo4j
背太阳的牧羊人2 天前
Cypher 是 Neo4j 专用的查询语言
neo4j
lishaoan772 天前
使用tensorflow的线性回归的例子(九)
tensorflow·线性回归·neo4j
背太阳的牧羊人2 天前
Neo4j 的向量搜索(Neo4jVector)和常见的向量数据库(比如 Milvus、Qdrant)之间的区别与联系
数据库·neo4j·milvus
隆里卡那唔3 天前
在dify中通过http请求neo4j时为什么需要将localhost变为host.docker.internal
http·docker·neo4j
疯子的模样3 天前
Docker 安装 Neo4j 保姆级教程
docker·容器·neo4j
晋丑丑14 天前
从 0 到 1 构建 Graph RAG 系统:本地图谱 + 通义千问落地实践
前端·后端·python·neo4j
Lightning_201714 天前
Neo4j.5.X社区版创建数据库和切换数据库
数据库·oracle·neo4j