mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-26 17:06:22 +02:00
Added graph rag query process, missing from 3 docker compose files
This commit is contained in:
parent
b63ffbd95e
commit
45134de6b7
3 changed files with 24 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue