Fix more naming problems

This commit is contained in:
Cyber MacGeddon 2024-07-23 21:02:21 +01:00
parent 02fb1e3e77
commit 9a62413d49
11 changed files with 71 additions and 65 deletions

View file

@ -119,7 +119,7 @@ services:
restart: on-failure:100
pdf-decoder:
image: docker.io/trustgraph/trustgraph-flow:0.4.2
image: docker.io/trustgraph/trustgraph-flow:0.5.0
command:
- "pdf-decoder"
- "-p"
@ -127,7 +127,7 @@ services:
restart: on-failure:100
chunker:
image: docker.io/trustgraph/trustgraph-flow:0.4.2
image: docker.io/trustgraph/trustgraph-flow:0.5.0
command:
- "chunker-recursive"
- "-p"
@ -135,7 +135,7 @@ services:
restart: on-failure:100
vectorize:
image: docker.io/trustgraph/trustgraph-flow:0.4.2
image: docker.io/trustgraph/trustgraph-flow:0.5.0
command:
- "embeddings-vectorize"
- "-p"
@ -143,7 +143,7 @@ services:
restart: on-failure:100
embeddings:
image: docker.io/trustgraph/trustgraph-flow:0.4.2
image: docker.io/trustgraph/trustgraph-flow:0.5.0
command:
- "embeddings-hf"
- "-p"
@ -153,7 +153,7 @@ services:
restart: on-failure:100
kg-extract-definitions:
image: docker.io/trustgraph/trustgraph-flow:0.4.2
image: docker.io/trustgraph/trustgraph-flow:0.5.0
command:
- "kg-extract-definitions"
- "-p"
@ -161,7 +161,7 @@ services:
restart: on-failure:100
kg-extract-relationships:
image: docker.io/trustgraph/trustgraph-flow:0.4.2
image: docker.io/trustgraph/trustgraph-flow:0.5.0
command:
- "kg-extract-relationships"
- "-p"
@ -169,9 +169,9 @@ services:
restart: on-failure:100
vector-write:
image: docker.io/trustgraph/trustgraph-flow:0.4.2
image: docker.io/trustgraph/trustgraph-flow:0.5.0
command:
- "vector-write-milvus"
- "ge-write-milvus"
- "-p"
- "pulsar://pulsar:6650"
- "-t"
@ -179,9 +179,9 @@ services:
restart: on-failure:100
graph-write:
image: docker.io/trustgraph/trustgraph-flow:0.4.2
image: docker.io/trustgraph/trustgraph-flow:0.5.0
command:
- "graph-write-cassandra"
- "triples-write-cassandra"
- "-p"
- "pulsar://pulsar:6650"
- "-g"
@ -189,9 +189,9 @@ services:
restart: on-failure:100
llm:
image: docker.io/trustgraph/trustgraph-flow:0.4.2
image: docker.io/trustgraph/trustgraph-flow:0.5.0
command:
- "llm-ollama-text"
- "text-completion-ollama"
- "-p"
- "pulsar://pulsar:6650"
- "-r"
@ -199,7 +199,7 @@ services:
restart: on-failure:100
graph-rag:
image: docker.io/trustgraph/trustgraph-flow:0.4.2
image: docker.io/trustgraph/trustgraph-flow:0.5.0
command:
- "graph-rag"
- "-p"