Version to 0.5.9

This commit is contained in:
Cyber MacGeddon 2024-08-12 15:36:22 +01:00
parent 77541330bd
commit a8d66f346c
10 changed files with 91 additions and 91 deletions

View file

@ -1,6 +1,6 @@
# VERSION=$(shell git describe | sed 's/^v//') # VERSION=$(shell git describe | sed 's/^v//')
VERSION=0.5.8 VERSION=0.5.9
all: container all: container

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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 # image: docker.io/trustgraph/trustgraph-flow:0.5.9
# 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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 # image: docker.io/trustgraph/trustgraph-flow:0.5.9
# 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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
command: command:
- "text-completion-openai" - "text-completion-openai"
- "-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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
command: command:
- "text-completion-openai" - "text-completion-openai"
- "-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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
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.8 image: docker.io/trustgraph/trustgraph-flow:0.5.9
command: command:
- "graph-rag" - "graph-rag"
- "-p" - "-p"

View file

@ -4,7 +4,7 @@ import os
with open("README.md", "r") as fh: with open("README.md", "r") as fh:
long_description = fh.read() long_description = fh.read()
version = "0.5.8" version = "0.5.9"
setuptools.setup( setuptools.setup(
name="trustgraph", name="trustgraph",