Thanks to visit codestin.com
Credit goes to github.com

Skip to content

dcdh/sample-n8n

Repository files navigation

Ollama

Ollama must be run locally and listening to all ip to make it accessible from a container

Start ollama locally listening on all ip

OLLAMA_HOST=0.0.0.0 ollama serve && ps aux | grep ollama

List ollama processes

ps aux | grep ollama

get listen ip bound with 11434

ss -tuln | grep 11434

Process on port

sudo netstat -nlp | grep :11434

Killall ollama

sudo killall ollama && ps aux | grep ollama

n8n container

img.png

http://host.docker.internal:11434

Container

docker ps
docker exec -it sample-n8n-n8n-1 sh

n8n

http://localhost:5678/

list community nodes

http://localhost:5678/settings/community-nodes

neo4j

  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published