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