- Some protection in extract-definition

- Up version
This commit is contained in:
Cyber MacGeddon 2024-07-25 22:44:51 +01:00
parent 354e95cb1c
commit 4bc215e19a
7 changed files with 54 additions and 45 deletions

View file

@ -119,7 +119,7 @@ services:
restart: on-failure:100
pdf-decoder:
image: docker.io/trustgraph/trustgraph-flow:0.5.2
image: docker.io/trustgraph/trustgraph-flow:0.5.3
command:
- "pdf-decoder"
- "-p"
@ -127,7 +127,7 @@ services:
restart: on-failure:100
chunker:
image: docker.io/trustgraph/trustgraph-flow:0.5.2
image: docker.io/trustgraph/trustgraph-flow:0.5.3
command:
- "chunker-recursive"
- "-p"
@ -135,7 +135,7 @@ services:
restart: on-failure:100
vectorize:
image: docker.io/trustgraph/trustgraph-flow:0.5.2
image: docker.io/trustgraph/trustgraph-flow:0.5.3
command:
- "embeddings-vectorize"
- "-p"
@ -143,7 +143,7 @@ services:
restart: on-failure:100
embeddings:
image: docker.io/trustgraph/trustgraph-flow:0.5.2
image: docker.io/trustgraph/trustgraph-flow:0.5.3
command:
- "embeddings-hf"
- "-p"
@ -153,7 +153,7 @@ services:
restart: on-failure:100
kg-extract-definitions:
image: docker.io/trustgraph/trustgraph-flow:0.5.2
image: docker.io/trustgraph/trustgraph-flow:0.5.3
command:
- "kg-extract-definitions"
- "-p"
@ -161,7 +161,7 @@ services:
restart: on-failure:100
kg-extract-relationships:
image: docker.io/trustgraph/trustgraph-flow:0.5.2
image: docker.io/trustgraph/trustgraph-flow:0.5.3
command:
- "kg-extract-relationships"
- "-p"
@ -169,7 +169,7 @@ services:
restart: on-failure:100
store-graph-embeddings:
image: docker.io/trustgraph/trustgraph-flow:0.5.2
image: docker.io/trustgraph/trustgraph-flow:0.5.3
command:
- "ge-write-milvus"
- "-p"
@ -179,7 +179,7 @@ services:
restart: on-failure:100
store-triples:
image: docker.io/trustgraph/trustgraph-flow:0.5.2
image: docker.io/trustgraph/trustgraph-flow:0.5.3
command:
- "triples-write-cassandra"
- "-p"
@ -189,7 +189,7 @@ services:
restart: on-failure:100
text-completion:
image: docker.io/trustgraph/trustgraph-flow:0.5.2
image: docker.io/trustgraph/trustgraph-flow:0.5.3
command:
- "text-completion-ollama"
- "-p"
@ -203,7 +203,7 @@ services:
restart: on-failure:100
graph-rag:
image: docker.io/trustgraph/trustgraph-flow:0.5.2
image: docker.io/trustgraph/trustgraph-flow:0.5.3
command:
- "graph-rag"
- "-p"