Following will not start
Additional Services (Complete Stack):
• Local Pinecone: http://localhost:5081
• Sentence Transformers: http://localhost:8000
• vLLM API: http://localhost:8001
remzi@sparkai:~/dgx-spark-playbooks/nvidia/txt2kg/assets$ ./start.sh --complete
Checking for GPU support…
✓ NVIDIA GPU detected
GPU: NVIDIA GB10, [N/A]
Using Docker Compose V2
Using complete stack (Ollama, vLLM, Pinecone, Sentence Transformers)…
Starting services…
Running: docker compose -f /home/remzi/dgx-spark-playbooks/nvidia/txt2kg/assets/deploy/compose/docker-compose.complete.yml up -d
[+] Running 7/7
✔ Container ollama-compose Running 0.0s
✔ Container vllm-service Started 0.0s
✔ Container compose-arangodb-1 Started 0.1s
✔ Container entity-embeddings Started 0.0s
✔ Container compose-sentence-transformers-1 Started 0.1s
✔ Container compose-arangodb-init-1 Started 0.1s
✔ Container compose-app-1 Started 0.2s
==========================================
txt2kg is now running!
Core Services:
• Web UI: http://localhost:3001
• ArangoDB: http://localhost:8529
• Ollama API: http://localhost:11434
Additional Services (Complete Stack):
• Local Pinecone: http://localhost:5081
• Sentence Transformers: http://localhost:8000
• vLLM API: http://localhost:8001
Next steps:
-
Pull an Ollama model (if not already done):
docker exec ollama-compose ollama pull llama3.1:8b -
Open http://localhost:3001 in your browser
-
Upload documents and start building your knowledge graph!
Other options:
• Run frontend in dev mode: ./start.sh --dev-frontend
• Use complete stack: ./start.sh --complete
• View logs: docker compose logs -f

