Ollama must be run locally and listening to all ip to make it accessible from a container
OLLAMA_HOST=0.0.0.0 ollama serve && ps aux | grep ollamaps aux | grep ollamass -tuln | grep 11434sudo netstat -nlp | grep :11434sudo killall ollama && ps aux | grep ollamahttp://host.docker.internal:11434
docker psdocker exec -it sample-n8n-n8n-1 shhttp://localhost:5678/settings/community-nodes
- Connection URI: bolt://host.docker.internal:7687
- Username: neo4j
- Password: neo4j damien1983
Create relationship not implemented ! https://github.com/Kurea/n8n-nodes-neo4j/blob/main/src/nodes/Neo4j/Neo4j.node.ts#L370
https://neo4j.com/docs/operations-manual/current/docker/ref-settings/
MATCH (n) DETACH DELETE n