You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use Neo4j LLM Builder with my local Ollama3 setup and Neo4j Community Edition, both running in Docker containers. Here's what I've done so far:
I started up the frontend and backend of the LLM Builder, as well as the Neo4j instance. Everything is up and running.
I connected to my local Neo4j instance from the frontend, and the connection is successful.
However, after connecting, I noticed the following issues:
At the top left, there's a header that says:
Neo4j connection (Read-only Mode)
bolt://neo4j_empty:7687
No Graph Schema configured
The left panel for uploading data doesn't appear. Instead, I see this message:
This user account does not have permission to access or manage data sources.
I tested the same Neo4j user account in the Neo4j browser, and it works perfectly—I can create nodes, run queries, and perform other operations without any issues.
I've been troubleshooting this for two days and can't seem to resolve it. Below, I've included my .env and docker-compose files for both LLM Builder and Neo4j.
Any help would be greatly appreciated! 🙏
env file:
# Optional Backend
EMBEDDING_MODEL="all-MiniLM-L6-v2"
IS_EMBEDDING="true"
KNN_MIN_SCORE="0.94"
# Enable Gemini (default is False) | Can be False or True
GEMINI_ENABLED=False
LLM_MODEL_CONFIG_ollama_llama3="llama3,http://host.docker.internal:11434"
# Enable Google Cloud logs (default is False) | Can be False or True
GCP_LOG_METRICS_ENABLED=False
NUMBER_OF_CHUNKS_TO_COMBINE=6
UPDATE_GRAPH_CHUNKS_PROCESSED=20
NEO4J_URI="neo4j://neo4j_empty:7687"
NEO4J_USERNAME="neo4j"
NEO4J_PASSWORD="devpassword"
LANGCHAIN_API_KEY=""
LANGCHAIN_PROJECT=""
LANGCHAIN_TRACING_V2="true"
LANGCHAIN_ENDPOINT="https://api.smith.langchain.com"
GCS_FILE_CACHE=False
ENTITY_EMBEDDING=True
# Optional Frontend
VITE_BACKEND_API_URL="http://localhost:8000"
VITE_BLOOM_URL="https://workspace-preview.neo4j.io/workspace/explore?connectURL={CONNECT_URL}&search=Show+me+a+graph&featureGenAISuggestions=true&featureGenAISuggestionsInternal=true"
VITE_REACT_APP_SOURCES="local,youtube,wiki,s3,web"
VITE_ENV="DEV"
VITE_TIME_PER_PAGE=50
VITE_CHUNK_SIZE=5242880
VITE_GOOGLE_CLIENT_ID=""
VITE_CHAT_MODES=""
VITE_BATCH_SIZE=2
VITE_LLM_MODELS_PROD="openai_gpt_4o,openai_gpt_4o_mini,diffbot,gemini_1.5_flash"
Hi there,
I'm trying to use Neo4j LLM Builder with my local Ollama3 setup and Neo4j Community Edition, both running in Docker containers. Here's what I've done so far:
However, after connecting, I noticed the following issues:
I tested the same Neo4j user account in the Neo4j browser, and it works perfectly—I can create nodes, run queries, and perform other operations without any issues.
I've been troubleshooting this for two days and can't seem to resolve it. Below, I've included my
.env
anddocker-compose
files for both LLM Builder and Neo4j.Any help would be greatly appreciated! 🙏
The text was updated successfully, but these errors were encountered: