Put 0.5.8 in Docker Compose files

This commit is contained in:
Cyber MacGeddon 2024-08-07 20:40:52 +01:00
parent 9fbe8e2f4a
commit 27fe0a40bb
7 changed files with 78 additions and 78 deletions

View file

@ -130,7 +130,7 @@ services:
restart: on-failure:100 restart: on-failure:100
pdf-decoder: pdf-decoder:
image: docker.io/trustgraph/trustgraph-flow:0.5.6 image: docker.io/trustgraph/trustgraph-flow:0.5.8
command: command:
- "pdf-decoder" - "pdf-decoder"
- "-p" - "-p"
@ -138,7 +138,7 @@ services:
restart: on-failure:100 restart: on-failure:100
chunker: chunker:
image: docker.io/trustgraph/trustgraph-flow:0.5.6 image: docker.io/trustgraph/trustgraph-flow:0.5.8
command: command:
- "chunker-recursive" - "chunker-recursive"
- "-p" - "-p"
@ -146,7 +146,7 @@ services:
restart: on-failure:100 restart: on-failure:100
vectorize: vectorize:
image: docker.io/trustgraph/trustgraph-flow:0.5.6 image: docker.io/trustgraph/trustgraph-flow:0.5.8
command: command:
- "embeddings-vectorize" - "embeddings-vectorize"
- "-p" - "-p"
@ -154,7 +154,7 @@ services:
restart: on-failure:100 restart: on-failure:100
embeddings: embeddings:
image: docker.io/trustgraph/trustgraph-flow:0.5.6 image: docker.io/trustgraph/trustgraph-flow:0.5.8
command: command:
- "embeddings-hf" - "embeddings-hf"
- "-p" - "-p"
@ -164,7 +164,7 @@ services:
restart: on-failure:100 restart: on-failure:100
kg-extract-definitions: kg-extract-definitions:
image: docker.io/trustgraph/trustgraph-flow:0.5.6 image: docker.io/trustgraph/trustgraph-flow:0.5.8
command: command:
- "kg-extract-definitions" - "kg-extract-definitions"
- "-p" - "-p"
@ -172,7 +172,7 @@ services:
restart: on-failure:100 restart: on-failure:100
kg-extract-relationships: kg-extract-relationships:
image: docker.io/trustgraph/trustgraph-flow:0.5.6 image: docker.io/trustgraph/trustgraph-flow:0.5.8
command: command:
- "kg-extract-relationships" - "kg-extract-relationships"
- "-p" - "-p"
@ -180,7 +180,7 @@ services:
restart: on-failure:100 restart: on-failure:100
store-graph-embeddings: store-graph-embeddings:
image: docker.io/trustgraph/trustgraph-flow:0.5.6 image: docker.io/trustgraph/trustgraph-flow:0.5.8
command: command:
- "ge-write-milvus" - "ge-write-milvus"
- "-p" - "-p"
@ -190,7 +190,7 @@ services:
restart: on-failure:100 restart: on-failure:100
store-triples: store-triples:
image: docker.io/trustgraph/trustgraph-flow:0.5.6 image: docker.io/trustgraph/trustgraph-flow:0.5.8
command: command:
- "triples-write-cassandra" - "triples-write-cassandra"
- "-p" - "-p"
@ -200,7 +200,7 @@ services:
restart: on-failure:100 restart: on-failure:100
text-completion: text-completion:
image: docker.io/trustgraph/trustgraph-flow:0.5.6 image: docker.io/trustgraph/trustgraph-flow:0.5.8
command: command:
- "text-completion-azure" - "text-completion-azure"
- "-p" - "-p"
@ -212,7 +212,7 @@ services:
restart: on-failure:100 restart: on-failure:100
text-completion-rag: text-completion-rag:
image: docker.io/trustgraph/trustgraph-flow:0.5.6 image: docker.io/trustgraph/trustgraph-flow:0.5.8
command: command:
- "text-completion-azure" - "text-completion-azure"
- "-p" - "-p"
@ -228,7 +228,7 @@ services:
restart: on-failure:100 restart: on-failure:100
graph-rag: graph-rag:
image: docker.io/trustgraph/trustgraph-flow:0.5.6 image: docker.io/trustgraph/trustgraph-flow:0.5.8
command: command:
- "graph-rag" - "graph-rag"
- "-p" - "-p"

View file

@ -130,7 +130,7 @@ services:
restart: on-failure:100 restart: on-failure:100
pdf-decoder: pdf-decoder:
image: docker.io/trustgraph/trustgraph-flow:0.5.6 image: docker.io/trustgraph/trustgraph-flow:0.5.8
command: command:
- "pdf-decoder" - "pdf-decoder"
- "-p" - "-p"
@ -138,7 +138,7 @@ services:
restart: on-failure:100 restart: on-failure:100
chunker: chunker:
image: docker.io/trustgraph/trustgraph-flow:0.5.6 image: docker.io/trustgraph/trustgraph-flow:0.5.8
command: command:
- "chunker-recursive" - "chunker-recursive"
- "-p" - "-p"
@ -150,7 +150,7 @@ services:
restart: on-failure:100 restart: on-failure:100
vectorize: vectorize:
image: docker.io/trustgraph/trustgraph-flow:0.5.6 image: docker.io/trustgraph/trustgraph-flow:0.5.8
command: command:
- "embeddings-vectorize" - "embeddings-vectorize"
- "-p" - "-p"
@ -158,7 +158,7 @@ services:
restart: on-failure:100 restart: on-failure:100
embeddings: embeddings:
image: docker.io/trustgraph/trustgraph-flow:0.5.6 image: docker.io/trustgraph/trustgraph-flow:0.5.8
command: command:
- "embeddings-hf" - "embeddings-hf"
- "-p" - "-p"
@ -168,7 +168,7 @@ services:
restart: on-failure:100 restart: on-failure:100
kg-extract-definitions: kg-extract-definitions:
image: docker.io/trustgraph/trustgraph-flow:0.5.6 image: docker.io/trustgraph/trustgraph-flow:0.5.8
command: command:
- "kg-extract-definitions" - "kg-extract-definitions"
- "-p" - "-p"
@ -176,7 +176,7 @@ services:
restart: on-failure:100 restart: on-failure:100
kg-extract-relationships: kg-extract-relationships:
image: docker.io/trustgraph/trustgraph-flow:0.5.6 image: docker.io/trustgraph/trustgraph-flow:0.5.8
command: command:
- "kg-extract-relationships" - "kg-extract-relationships"
- "-p" - "-p"
@ -184,7 +184,7 @@ services:
restart: on-failure:100 restart: on-failure:100
store-graph-embeddings: store-graph-embeddings:
image: docker.io/trustgraph/trustgraph-flow:0.5.6 image: docker.io/trustgraph/trustgraph-flow:0.5.8
command: command:
- "ge-write-milvus" - "ge-write-milvus"
- "-p" - "-p"
@ -194,7 +194,7 @@ services:
restart: on-failure:100 restart: on-failure:100
store-triples: store-triples:
image: docker.io/trustgraph/trustgraph-flow:0.5.6 image: docker.io/trustgraph/trustgraph-flow:0.5.8
command: command:
- "triples-write-cassandra" - "triples-write-cassandra"
- "-p" - "-p"
@ -204,7 +204,7 @@ services:
restart: on-failure:100 restart: on-failure:100
text-completion: text-completion:
image: docker.io/trustgraph/trustgraph-flow:0.5.6 image: docker.io/trustgraph/trustgraph-flow:0.5.8
command: command:
- "text-completion-bedrock" - "text-completion-bedrock"
- "-p" - "-p"
@ -218,7 +218,7 @@ services:
restart: on-failure:100 restart: on-failure:100
text-completion-rag: text-completion-rag:
image: docker.io/trustgraph/trustgraph-flow:0.5.6 image: docker.io/trustgraph/trustgraph-flow:0.5.8
command: command:
- "text-completion-bedrock" - "text-completion-bedrock"
- "-p" - "-p"
@ -238,7 +238,7 @@ services:
restart: on-failure:100 restart: on-failure:100
#text-completion-rag: #text-completion-rag:
# image: docker.io/trustgraph/trustgraph-flow:0.5.6 # image: docker.io/trustgraph/trustgraph-flow:0.5.8
# command: # command:
# - "text-completion-ollama" # - "text-completion-ollama"
# - "-p" # - "-p"
@ -254,7 +254,7 @@ services:
# restart: on-failure:100 # restart: on-failure:100
graph-rag: graph-rag:
image: docker.io/trustgraph/trustgraph-flow:0.5.6 image: docker.io/trustgraph/trustgraph-flow:0.5.8
command: command:
- "graph-rag" - "graph-rag"
- "-p" - "-p"

View file

@ -130,7 +130,7 @@ services:
restart: on-failure:100 restart: on-failure:100
pdf-decoder: pdf-decoder:
image: docker.io/trustgraph/trustgraph-flow:0.5.6 image: docker.io/trustgraph/trustgraph-flow:0.5.8
command: command:
- "pdf-decoder" - "pdf-decoder"
- "-p" - "-p"
@ -138,7 +138,7 @@ services:
restart: on-failure:100 restart: on-failure:100
chunker: chunker:
image: docker.io/trustgraph/trustgraph-flow:0.5.6 image: docker.io/trustgraph/trustgraph-flow:0.5.8
command: command:
- "chunker-recursive" - "chunker-recursive"
- "-p" - "-p"
@ -146,7 +146,7 @@ services:
restart: on-failure:100 restart: on-failure:100
vectorize: vectorize:
image: docker.io/trustgraph/trustgraph-flow:0.5.6 image: docker.io/trustgraph/trustgraph-flow:0.5.8
command: command:
- "embeddings-vectorize" - "embeddings-vectorize"
- "-p" - "-p"
@ -154,7 +154,7 @@ services:
restart: on-failure:100 restart: on-failure:100
embeddings: embeddings:
image: docker.io/trustgraph/trustgraph-flow:0.5.6 image: docker.io/trustgraph/trustgraph-flow:0.5.8
command: command:
- "embeddings-hf" - "embeddings-hf"
- "-p" - "-p"
@ -164,7 +164,7 @@ services:
restart: on-failure:100 restart: on-failure:100
kg-extract-definitions: kg-extract-definitions:
image: docker.io/trustgraph/trustgraph-flow:0.5.6 image: docker.io/trustgraph/trustgraph-flow:0.5.8
command: command:
- "kg-extract-definitions" - "kg-extract-definitions"
- "-p" - "-p"
@ -172,7 +172,7 @@ services:
restart: on-failure:100 restart: on-failure:100
kg-extract-relationships: kg-extract-relationships:
image: docker.io/trustgraph/trustgraph-flow:0.5.6 image: docker.io/trustgraph/trustgraph-flow:0.5.8
command: command:
- "kg-extract-relationships" - "kg-extract-relationships"
- "-p" - "-p"
@ -180,7 +180,7 @@ services:
restart: on-failure:100 restart: on-failure:100
store-graph-embeddings: store-graph-embeddings:
image: docker.io/trustgraph/trustgraph-flow:0.5.6 image: docker.io/trustgraph/trustgraph-flow:0.5.8
command: command:
- "ge-write-milvus" - "ge-write-milvus"
- "-p" - "-p"
@ -190,7 +190,7 @@ services:
restart: on-failure:100 restart: on-failure:100
store-triples: store-triples:
image: docker.io/trustgraph/trustgraph-flow:0.5.6 image: docker.io/trustgraph/trustgraph-flow:0.5.8
command: command:
- "triples-write-cassandra" - "triples-write-cassandra"
- "-p" - "-p"
@ -200,7 +200,7 @@ services:
restart: on-failure:100 restart: on-failure:100
text-completion: text-completion:
image: docker.io/trustgraph/trustgraph-flow:0.5.6 image: docker.io/trustgraph/trustgraph-flow:0.5.8
command: command:
- "text-completion-claude" - "text-completion-claude"
- "-p" - "-p"
@ -210,7 +210,7 @@ services:
restart: on-failure:100 restart: on-failure:100
text-completion-rag: text-completion-rag:
image: docker.io/trustgraph/trustgraph-flow:0.5.6 image: docker.io/trustgraph/trustgraph-flow:0.5.8
command: command:
- "text-completion-ollama" - "text-completion-ollama"
- "-p" - "-p"
@ -224,7 +224,7 @@ services:
restart: on-failure:100 restart: on-failure:100
graph-rag: graph-rag:
image: docker.io/trustgraph/trustgraph-flow:0.5.6 image: docker.io/trustgraph/trustgraph-flow:0.5.8
command: command:
- "graph-rag" - "graph-rag"
- "-p" - "-p"

View file

@ -130,7 +130,7 @@ services:
restart: on-failure:100 restart: on-failure:100
pdf-decoder: pdf-decoder:
image: docker.io/trustgraph/trustgraph-flow:0.5.5 image: docker.io/trustgraph/trustgraph-flow:0.5.8
command: command:
- "pdf-decoder" - "pdf-decoder"
- "-p" - "-p"
@ -138,7 +138,7 @@ services:
restart: on-failure:100 restart: on-failure:100
chunker: chunker:
image: docker.io/trustgraph/trustgraph-flow:0.5.5 image: docker.io/trustgraph/trustgraph-flow:0.5.8
command: command:
- "chunker-recursive" - "chunker-recursive"
- "-p" - "-p"
@ -150,7 +150,7 @@ services:
restart: on-failure:100 restart: on-failure:100
vectorize: vectorize:
image: docker.io/trustgraph/trustgraph-flow:0.5.5 image: docker.io/trustgraph/trustgraph-flow:0.5.8
command: command:
- "embeddings-vectorize" - "embeddings-vectorize"
- "-p" - "-p"
@ -158,7 +158,7 @@ services:
restart: on-failure:100 restart: on-failure:100
embeddings: embeddings:
image: docker.io/trustgraph/trustgraph-flow:0.5.5 image: docker.io/trustgraph/trustgraph-flow:0.5.8
command: command:
- "embeddings-hf" - "embeddings-hf"
- "-p" - "-p"
@ -168,7 +168,7 @@ services:
restart: on-failure:100 restart: on-failure:100
kg-extract-definitions: kg-extract-definitions:
image: docker.io/trustgraph/trustgraph-flow:0.5.5 image: docker.io/trustgraph/trustgraph-flow:0.5.8
command: command:
- "kg-extract-definitions" - "kg-extract-definitions"
- "-p" - "-p"
@ -176,7 +176,7 @@ services:
restart: on-failure:100 restart: on-failure:100
kg-extract-relationships: kg-extract-relationships:
image: docker.io/trustgraph/trustgraph-flow:0.5.5 image: docker.io/trustgraph/trustgraph-flow:0.5.8
command: command:
- "kg-extract-relationships" - "kg-extract-relationships"
- "-p" - "-p"
@ -184,7 +184,7 @@ services:
restart: on-failure:100 restart: on-failure:100
store-graph-embeddings: store-graph-embeddings:
image: docker.io/trustgraph/trustgraph-flow:0.5.5 image: docker.io/trustgraph/trustgraph-flow:0.5.8
command: command:
- "ge-write-milvus" - "ge-write-milvus"
- "-p" - "-p"
@ -194,7 +194,7 @@ services:
restart: on-failure:100 restart: on-failure:100
store-triples: store-triples:
image: docker.io/trustgraph/trustgraph-flow:0.5.5 image: docker.io/trustgraph/trustgraph-flow:0.5.8
command: command:
- "triples-write-cassandra" - "triples-write-cassandra"
- "-p" - "-p"
@ -204,7 +204,7 @@ services:
restart: on-failure:100 restart: on-failure:100
text-completion: text-completion:
image: docker.io/trustgraph/trustgraph-flow:0.5.5 image: docker.io/trustgraph/trustgraph-flow:0.5.8
command: command:
- "text-completion-cohere" - "text-completion-cohere"
- "-p" - "-p"
@ -214,7 +214,7 @@ services:
restart: on-failure:100 restart: on-failure:100
graph-rag: graph-rag:
image: docker.io/trustgraph/trustgraph-flow:0.5.5 image: docker.io/trustgraph/trustgraph-flow:0.5.8
command: command:
- "graph-rag" - "graph-rag"
- "-p" - "-p"

View file

@ -130,7 +130,7 @@ services:
restart: on-failure:100 restart: on-failure:100
pdf-decoder: pdf-decoder:
image: docker.io/trustgraph/trustgraph-flow:0.5.6 image: docker.io/trustgraph/trustgraph-flow:0.5.8
command: command:
- "pdf-decoder" - "pdf-decoder"
- "-p" - "-p"
@ -138,7 +138,7 @@ services:
restart: on-failure:100 restart: on-failure:100
chunker: chunker:
image: docker.io/trustgraph/trustgraph-flow:0.5.6 image: docker.io/trustgraph/trustgraph-flow:0.5.8
command: command:
- "chunker-recursive" - "chunker-recursive"
- "-p" - "-p"
@ -150,7 +150,7 @@ services:
restart: on-failure:100 restart: on-failure:100
vectorize: vectorize:
image: docker.io/trustgraph/trustgraph-flow:0.5.6 image: docker.io/trustgraph/trustgraph-flow:0.5.8
command: command:
- "embeddings-vectorize" - "embeddings-vectorize"
- "-p" - "-p"
@ -158,7 +158,7 @@ services:
restart: on-failure:100 restart: on-failure:100
embeddings: embeddings:
image: docker.io/trustgraph/trustgraph-flow:0.5.6 image: docker.io/trustgraph/trustgraph-flow:0.5.8
command: command:
- "embeddings-hf" - "embeddings-hf"
- "-p" - "-p"
@ -168,7 +168,7 @@ services:
restart: on-failure:100 restart: on-failure:100
kg-extract-definitions: kg-extract-definitions:
image: docker.io/trustgraph/trustgraph-flow:0.5.6 image: docker.io/trustgraph/trustgraph-flow:0.5.8
command: command:
- "kg-extract-definitions" - "kg-extract-definitions"
- "-p" - "-p"
@ -176,7 +176,7 @@ services:
restart: on-failure:100 restart: on-failure:100
kg-extract-relationships: kg-extract-relationships:
image: docker.io/trustgraph/trustgraph-flow:0.5.6 image: docker.io/trustgraph/trustgraph-flow:0.5.8
command: command:
- "kg-extract-relationships" - "kg-extract-relationships"
- "-p" - "-p"
@ -184,7 +184,7 @@ services:
restart: on-failure:100 restart: on-failure:100
store-graph-embeddings: store-graph-embeddings:
image: docker.io/trustgraph/trustgraph-flow:0.5.6 image: docker.io/trustgraph/trustgraph-flow:0.5.8
command: command:
- "ge-write-milvus" - "ge-write-milvus"
- "-p" - "-p"
@ -194,7 +194,7 @@ services:
restart: on-failure:100 restart: on-failure:100
store-triples: store-triples:
image: docker.io/trustgraph/trustgraph-flow:0.5.6 image: docker.io/trustgraph/trustgraph-flow:0.5.8
command: command:
- "triples-write-cassandra" - "triples-write-cassandra"
- "-p" - "-p"
@ -204,7 +204,7 @@ services:
restart: on-failure:100 restart: on-failure:100
text-completion: text-completion:
image: docker.io/trustgraph/trustgraph-flow:0.5.6 image: docker.io/trustgraph/trustgraph-flow:0.5.8
command: command:
- "text-completion-cohere" - "text-completion-cohere"
- "-p" - "-p"
@ -216,7 +216,7 @@ services:
restart: on-failure:100 restart: on-failure:100
text-completion-rag: text-completion-rag:
image: docker.io/trustgraph/trustgraph-flow:0.5.6 image: docker.io/trustgraph/trustgraph-flow:0.5.8
command: command:
- "text-completion-cohere" - "text-completion-cohere"
- "-p" - "-p"
@ -232,7 +232,7 @@ services:
restart: on-failure:100 restart: on-failure:100
#text-completion-rag: #text-completion-rag:
# image: docker.io/trustgraph/trustgraph-flow:0.5.6 # image: docker.io/trustgraph/trustgraph-flow:0.5.8
# command: # command:
# - "text-completion-ollama" # - "text-completion-ollama"
# - "-p" # - "-p"
@ -248,7 +248,7 @@ services:
# restart: on-failure:100 # restart: on-failure:100
graph-rag: graph-rag:
image: docker.io/trustgraph/trustgraph-flow:0.5.6 image: docker.io/trustgraph/trustgraph-flow:0.5.8
command: command:
- "graph-rag" - "graph-rag"
- "-p" - "-p"

View file

@ -130,7 +130,7 @@ services:
restart: on-failure:100 restart: on-failure:100
pdf-decoder: pdf-decoder:
image: docker.io/trustgraph/trustgraph-flow:0.5.6 image: docker.io/trustgraph/trustgraph-flow:0.5.8
command: command:
- "pdf-decoder" - "pdf-decoder"
- "-p" - "-p"
@ -138,7 +138,7 @@ services:
restart: on-failure:100 restart: on-failure:100
chunker: chunker:
image: docker.io/trustgraph/trustgraph-flow:0.5.6 image: docker.io/trustgraph/trustgraph-flow:0.5.8
command: command:
- "chunker-recursive" - "chunker-recursive"
- "-p" - "-p"
@ -146,7 +146,7 @@ services:
restart: on-failure:100 restart: on-failure:100
vectorize: vectorize:
image: docker.io/trustgraph/trustgraph-flow:0.5.6 image: docker.io/trustgraph/trustgraph-flow:0.5.8
command: command:
- "embeddings-vectorize" - "embeddings-vectorize"
- "-p" - "-p"
@ -154,7 +154,7 @@ services:
restart: on-failure:100 restart: on-failure:100
embeddings: embeddings:
image: docker.io/trustgraph/trustgraph-flow:0.5.6 image: docker.io/trustgraph/trustgraph-flow:0.5.8
command: command:
- "embeddings-hf" - "embeddings-hf"
- "-p" - "-p"
@ -164,7 +164,7 @@ services:
restart: on-failure:100 restart: on-failure:100
kg-extract-definitions: kg-extract-definitions:
image: docker.io/trustgraph/trustgraph-flow:0.5.6 image: docker.io/trustgraph/trustgraph-flow:0.5.8
command: command:
- "kg-extract-definitions" - "kg-extract-definitions"
- "-p" - "-p"
@ -172,7 +172,7 @@ services:
restart: on-failure:100 restart: on-failure:100
kg-extract-relationships: kg-extract-relationships:
image: docker.io/trustgraph/trustgraph-flow:0.5.6 image: docker.io/trustgraph/trustgraph-flow:0.5.8
command: command:
- "kg-extract-relationships" - "kg-extract-relationships"
- "-p" - "-p"
@ -180,7 +180,7 @@ services:
restart: on-failure:100 restart: on-failure:100
store-graph-embeddings: store-graph-embeddings:
image: docker.io/trustgraph/trustgraph-flow:0.5.6 image: docker.io/trustgraph/trustgraph-flow:0.5.8
command: command:
- "ge-write-milvus" - "ge-write-milvus"
- "-p" - "-p"
@ -190,7 +190,7 @@ services:
restart: on-failure:100 restart: on-failure:100
store-triples: store-triples:
image: docker.io/trustgraph/trustgraph-flow:0.5.6 image: docker.io/trustgraph/trustgraph-flow:0.5.8
command: command:
- "triples-write-cassandra" - "triples-write-cassandra"
- "-p" - "-p"
@ -200,7 +200,7 @@ services:
restart: on-failure:100 restart: on-failure:100
text-completion: text-completion:
image: docker.io/trustgraph/trustgraph-flow:0.5.6 image: docker.io/trustgraph/trustgraph-flow:0.5.8
command: command:
- "text-completion-ollama" - "text-completion-ollama"
- "-p" - "-p"
@ -212,7 +212,7 @@ services:
restart: on-failure:100 restart: on-failure:100
text-completion-rag: text-completion-rag:
image: docker.io/trustgraph/trustgraph-flow:0.5.6 image: docker.io/trustgraph/trustgraph-flow:0.5.8
command: command:
- "text-completion-ollama" - "text-completion-ollama"
- "-p" - "-p"
@ -228,7 +228,7 @@ services:
restart: on-failure:100 restart: on-failure:100
graph-rag: graph-rag:
image: docker.io/trustgraph/trustgraph-flow:0.5.6 image: docker.io/trustgraph/trustgraph-flow:0.5.8
command: command:
- "graph-rag" - "graph-rag"
- "-p" - "-p"

View file

@ -130,7 +130,7 @@ services:
restart: on-failure:100 restart: on-failure:100
pdf-decoder: pdf-decoder:
image: docker.io/trustgraph/trustgraph-flow:0.5.6 image: docker.io/trustgraph/trustgraph-flow:0.5.8
command: command:
- "pdf-decoder" - "pdf-decoder"
- "-p" - "-p"
@ -138,7 +138,7 @@ services:
restart: on-failure:100 restart: on-failure:100
chunker: chunker:
image: docker.io/trustgraph/trustgraph-flow:0.5.6 image: docker.io/trustgraph/trustgraph-flow:0.5.8
command: command:
- "chunker-recursive" - "chunker-recursive"
- "-p" - "-p"
@ -146,7 +146,7 @@ services:
restart: on-failure:100 restart: on-failure:100
vectorize: vectorize:
image: docker.io/trustgraph/trustgraph-flow:0.5.6 image: docker.io/trustgraph/trustgraph-flow:0.5.8
command: command:
- "embeddings-vectorize" - "embeddings-vectorize"
- "-p" - "-p"
@ -154,7 +154,7 @@ services:
restart: on-failure:100 restart: on-failure:100
embeddings: embeddings:
image: docker.io/trustgraph/trustgraph-flow:0.5.6 image: docker.io/trustgraph/trustgraph-flow:0.5.8
command: command:
- "embeddings-hf" - "embeddings-hf"
- "-p" - "-p"
@ -164,7 +164,7 @@ services:
restart: on-failure:100 restart: on-failure:100
kg-extract-definitions: kg-extract-definitions:
image: docker.io/trustgraph/trustgraph-flow:0.5.6 image: docker.io/trustgraph/trustgraph-flow:0.5.8
command: command:
- "kg-extract-definitions" - "kg-extract-definitions"
- "-p" - "-p"
@ -172,7 +172,7 @@ services:
restart: on-failure:100 restart: on-failure:100
kg-extract-relationships: kg-extract-relationships:
image: docker.io/trustgraph/trustgraph-flow:0.5.6 image: docker.io/trustgraph/trustgraph-flow:0.5.8
command: command:
- "kg-extract-relationships" - "kg-extract-relationships"
- "-p" - "-p"
@ -180,7 +180,7 @@ services:
restart: on-failure:100 restart: on-failure:100
store-graph-embeddings: store-graph-embeddings:
image: docker.io/trustgraph/trustgraph-flow:0.5.6 image: docker.io/trustgraph/trustgraph-flow:0.5.8
command: command:
- "ge-write-milvus" - "ge-write-milvus"
- "-p" - "-p"
@ -190,7 +190,7 @@ services:
restart: on-failure:100 restart: on-failure:100
store-triples: store-triples:
image: docker.io/trustgraph/trustgraph-flow:0.5.6 image: docker.io/trustgraph/trustgraph-flow:0.5.8
command: command:
- "triples-write-cassandra" - "triples-write-cassandra"
- "-p" - "-p"
@ -200,7 +200,7 @@ services:
restart: on-failure:100 restart: on-failure:100
text-completion: text-completion:
image: docker.io/trustgraph/trustgraph-flow:0.5.6 image: docker.io/trustgraph/trustgraph-flow:0.5.8
command: command:
- "text-completion-vertexai" - "text-completion-vertexai"
- "-p" - "-p"
@ -214,7 +214,7 @@ services:
restart: on-failure:100 restart: on-failure:100
text-completion-rag: text-completion-rag:
image: docker.io/trustgraph/trustgraph-flow:0.5.6 image: docker.io/trustgraph/trustgraph-flow:0.5.8
command: command:
- "text-completion-vertexai" - "text-completion-vertexai"
- "-p" - "-p"
@ -230,7 +230,7 @@ services:
restart: on-failure:100 restart: on-failure:100
graph-rag: graph-rag:
image: docker.io/trustgraph/trustgraph-flow:0.5.6 image: docker.io/trustgraph/trustgraph-flow:0.5.8
command: command:
- "graph-rag" - "graph-rag"
- "-p" - "-p"