garyfeng / llm-graph-builder

Neo4j graph construction from unstructured data using LLMs
https://neo4j.com/labs/genai-ecosystem/llm-graph-builder/
Apache License 2.0
0 stars 0 forks source link

FEA: local installation of Neo4j Desktop #3

Open garyfeng opened 1 month ago

garyfeng commented 1 month ago

We need a Neo4j db to run the demo. Here's the deployment docs: https://neo4j.com/labs/genai-ecosystem/llm-graph-builder-deployment/

If want to use Neo4j Desktop instead, you need to configure your NEO4J_URI=bolt://host.docker.internal to allow the Docker container to access the network running on your computer.

garyfeng commented 1 month ago

Installation was ok, with v5.20. Had difficulty accessing the default example project database. Auth fails.

Made the mistake to upgrade to v5.21.2, which is not compatible with some of the key plugins such as the graph data science plugin. But I can't downgrade to v5.20 anymore.

garyfeng commented 1 month ago

data also seems to persists on the Mac. I deleted the neo4j Desktop app from the Applications folder. After install the app, all the database and the configurations remained, including the v5.21.2 version of the runtime.

I still can't connect to the engine via the Neo4j browser plugin/app.