【安装neo4j-5.26.5社区版 完整过程】

1. 安装java

  • 下载
    JDK21-windows官网地址
  • 配置环境变量
    在底下的系统变量中新建系统变量,变量名为JAVA_HOME21,变量值为JDK文件夹路径,默认为:
bash 复制代码
C:\Program Files\Java\jdk-21

然后在用户变量Path中,添加下面两个:

bash 复制代码
%JAVA_HOME21%\bin
%JAVA_HOME21%\bin\jre

4,验证版本

搜索cmd按回车,打开cmd,分别输入下面的指令:

bash 复制代码
java -version
javac -version

2. 下载neo4j社区版

  • 下载
    community官网地址
  • 配置系统变量(查看高级...->环境变量)
    • 创建NEO4J_HOME,值为对应的根目录
    • 在Path中添加%NEO4J_HOME%\bin

默认 username 'neo4j' and password 'neo4j'

3. 下载neo4j插件

4. 启动指令

  1. To run Neo4j as a console application, use:
bash 复制代码
<NEO4J_HOME>\bin\neo4j console

To install Neo4j as a service use:

bash 复制代码
<NEO4J_HOME>\bin\neo4j install-service
  1. For additional commands and to learn about the Windows PowerShell module included in the Zip file, see the Windows installation documentation.
  2. Visit opens in new tab http://localhost:7474 in your web browser. Connect using the username neo4j with default password neo4j. You'll then be prompted to change the password.
  3. 简单点总结
bash 复制代码
cd neo4j社区版路径/bin
neo4j console
相关推荐
亦暖筑序4 天前
GraphRAG vs 传统向量RAG:Spring AI实战对比
知识图谱·neo4j·向量数据库·rag·spring ai·graphrag
i建模5 天前
Milvus 和neo4j对比
neo4j·milvus
哥本哈士奇(aspnetx)6 天前
看完《低智商犯罪》,学习Cypher构建知识图谱
neo4j
子榆.9 天前
CANN TensorFlow适配器:当tf.matmul跑在昇腾NPU上时在底层发生了什么
人工智能·neo4j·llama
lzp079110 天前
基于多模态视觉模型和图文向量模型的工业图像知识库研究与应用(伍)
数据库·学习·neo4j
子榆.11 天前
CANN ATC编译器:模型从Python到达芬奇指令走了多远
开发语言·python·neo4j
程序员清洒11 天前
一个Token的昇腾之旅——从模型输入到硬件执行的完整链路
neo4j·cann
林夕0714 天前
Qt集成AI推理引擎:TensorFlow Lite与ONNX Runtime实战
人工智能·qt·neo4j
格鸰爱童话16 天前
springboot3.2使用neo4j
springboot·neo4j
Yeats_Liao19 天前
智能感知低功耗设计:MCU上的AI异常检测与能效优化
人工智能·单片机·物联网·neo4j