Added graph rag query process, missing from 3 docker compose files

This commit is contained in:
Cyber MacGeddon 2024-07-15 21:53:28 +01:00
parent b63ffbd95e
commit 45134de6b7
3 changed files with 24 additions and 0 deletions

View file

@ -172,3 +172,11 @@ services:
- "./vertexai:/vertexai"
restart: on-failure:100
graph-rag:
image: docker.io/trustgraph/trustgraph-flow:0.2.0
command:
- "graph-rag"
- "-p"
- "pulsar://pulsar:6650"
restart: on-failure:100