diff --git a/Makefile b/Makefile index 89d1bd9a..821ce4df 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # VERSION=$(shell git describe | sed 's/^v//') -VERSION=0.5.8 +VERSION=0.5.9 all: container diff --git a/docker-compose-azure.yaml b/docker-compose-azure.yaml index bf41fd16..203f4b26 100644 --- a/docker-compose-azure.yaml +++ b/docker-compose-azure.yaml @@ -130,7 +130,7 @@ services: restart: on-failure:100 pdf-decoder: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "pdf-decoder" - "-p" @@ -138,7 +138,7 @@ services: restart: on-failure:100 chunker: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "chunker-recursive" - "-p" @@ -146,7 +146,7 @@ services: restart: on-failure:100 vectorize: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "embeddings-vectorize" - "-p" @@ -154,7 +154,7 @@ services: restart: on-failure:100 embeddings: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "embeddings-hf" - "-p" @@ -164,7 +164,7 @@ services: restart: on-failure:100 kg-extract-definitions: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "kg-extract-definitions" - "-p" @@ -172,7 +172,7 @@ services: restart: on-failure:100 kg-extract-relationships: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "kg-extract-relationships" - "-p" @@ -180,7 +180,7 @@ services: restart: on-failure:100 store-graph-embeddings: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "ge-write-milvus" - "-p" @@ -190,7 +190,7 @@ services: restart: on-failure:100 store-triples: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "triples-write-cassandra" - "-p" @@ -200,7 +200,7 @@ services: restart: on-failure:100 text-completion: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "text-completion-azure" - "-p" @@ -212,7 +212,7 @@ services: restart: on-failure:100 text-completion-rag: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "text-completion-azure" - "-p" @@ -228,7 +228,7 @@ services: restart: on-failure:100 graph-rag: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "graph-rag" - "-p" diff --git a/docker-compose-bedrock.yaml b/docker-compose-bedrock.yaml index 8ffbf047..0eedfd22 100644 --- a/docker-compose-bedrock.yaml +++ b/docker-compose-bedrock.yaml @@ -130,7 +130,7 @@ services: restart: on-failure:100 pdf-decoder: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "pdf-decoder" - "-p" @@ -138,7 +138,7 @@ services: restart: on-failure:100 chunker: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "chunker-recursive" - "-p" @@ -150,7 +150,7 @@ services: restart: on-failure:100 vectorize: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "embeddings-vectorize" - "-p" @@ -158,7 +158,7 @@ services: restart: on-failure:100 embeddings: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "embeddings-hf" - "-p" @@ -168,7 +168,7 @@ services: restart: on-failure:100 kg-extract-definitions: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 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.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 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.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "ge-write-milvus" - "-p" @@ -194,7 +194,7 @@ services: restart: on-failure:100 store-triples: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "triples-write-cassandra" - "-p" @@ -204,7 +204,7 @@ services: restart: on-failure:100 text-completion: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "text-completion-bedrock" - "-p" @@ -218,7 +218,7 @@ services: restart: on-failure:100 text-completion-rag: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "text-completion-bedrock" - "-p" @@ -238,7 +238,7 @@ services: restart: on-failure:100 #text-completion-rag: - # image: docker.io/trustgraph/trustgraph-flow:0.5.8 + # image: docker.io/trustgraph/trustgraph-flow:0.5.9 # command: # - "text-completion-ollama" # - "-p" @@ -254,7 +254,7 @@ services: # restart: on-failure:100 graph-rag: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "graph-rag" - "-p" diff --git a/docker-compose-claude.yaml b/docker-compose-claude.yaml index 98603a3f..1eaaae12 100644 --- a/docker-compose-claude.yaml +++ b/docker-compose-claude.yaml @@ -130,7 +130,7 @@ services: restart: on-failure:100 pdf-decoder: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "pdf-decoder" - "-p" @@ -138,7 +138,7 @@ services: restart: on-failure:100 chunker: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "chunker-recursive" - "-p" @@ -146,7 +146,7 @@ services: restart: on-failure:100 vectorize: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "embeddings-vectorize" - "-p" @@ -154,7 +154,7 @@ services: restart: on-failure:100 embeddings: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "embeddings-hf" - "-p" @@ -164,7 +164,7 @@ services: restart: on-failure:100 kg-extract-definitions: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "kg-extract-definitions" - "-p" @@ -172,7 +172,7 @@ services: restart: on-failure:100 kg-extract-relationships: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "kg-extract-relationships" - "-p" @@ -180,7 +180,7 @@ services: restart: on-failure:100 store-graph-embeddings: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "ge-write-milvus" - "-p" @@ -190,7 +190,7 @@ services: restart: on-failure:100 store-triples: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "triples-write-cassandra" - "-p" @@ -200,7 +200,7 @@ services: restart: on-failure:100 text-completion: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "text-completion-claude" - "-p" @@ -210,7 +210,7 @@ services: restart: on-failure:100 text-completion-rag: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "text-completion-ollama" - "-p" @@ -224,7 +224,7 @@ services: restart: on-failure:100 graph-rag: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "graph-rag" - "-p" diff --git a/docker-compose-cohere.yaml b/docker-compose-cohere.yaml index 24dfd10f..b52f67d7 100644 --- a/docker-compose-cohere.yaml +++ b/docker-compose-cohere.yaml @@ -130,7 +130,7 @@ services: restart: on-failure:100 pdf-decoder: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "pdf-decoder" - "-p" @@ -138,7 +138,7 @@ services: restart: on-failure:100 chunker: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "chunker-recursive" - "-p" @@ -150,7 +150,7 @@ services: restart: on-failure:100 vectorize: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "embeddings-vectorize" - "-p" @@ -158,7 +158,7 @@ services: restart: on-failure:100 embeddings: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "embeddings-hf" - "-p" @@ -168,7 +168,7 @@ services: restart: on-failure:100 kg-extract-definitions: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 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.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 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.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "ge-write-milvus" - "-p" @@ -194,7 +194,7 @@ services: restart: on-failure:100 store-triples: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "triples-write-cassandra" - "-p" @@ -204,7 +204,7 @@ services: restart: on-failure:100 text-completion: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "text-completion-cohere" - "-p" @@ -214,7 +214,7 @@ services: restart: on-failure:100 graph-rag: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "graph-rag" - "-p" diff --git a/docker-compose-mix.yaml b/docker-compose-mix.yaml index 4e4090f8..34e94d8c 100644 --- a/docker-compose-mix.yaml +++ b/docker-compose-mix.yaml @@ -130,7 +130,7 @@ services: restart: on-failure:100 pdf-decoder: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "pdf-decoder" - "-p" @@ -138,7 +138,7 @@ services: restart: on-failure:100 chunker: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "chunker-recursive" - "-p" @@ -150,7 +150,7 @@ services: restart: on-failure:100 vectorize: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "embeddings-vectorize" - "-p" @@ -158,7 +158,7 @@ services: restart: on-failure:100 embeddings: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "embeddings-hf" - "-p" @@ -168,7 +168,7 @@ services: restart: on-failure:100 kg-extract-definitions: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 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.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 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.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "ge-write-milvus" - "-p" @@ -194,7 +194,7 @@ services: restart: on-failure:100 store-triples: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "triples-write-cassandra" - "-p" @@ -204,7 +204,7 @@ services: restart: on-failure:100 text-completion: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "text-completion-cohere" - "-p" @@ -216,7 +216,7 @@ services: restart: on-failure:100 text-completion-rag: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "text-completion-cohere" - "-p" @@ -232,7 +232,7 @@ services: restart: on-failure:100 #text-completion-rag: - # image: docker.io/trustgraph/trustgraph-flow:0.5.8 + # image: docker.io/trustgraph/trustgraph-flow:0.5.9 # command: # - "text-completion-ollama" # - "-p" @@ -248,7 +248,7 @@ services: # restart: on-failure:100 graph-rag: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "graph-rag" - "-p" diff --git a/docker-compose-ollama.yaml b/docker-compose-ollama.yaml index b2658370..ba078f6a 100644 --- a/docker-compose-ollama.yaml +++ b/docker-compose-ollama.yaml @@ -130,7 +130,7 @@ services: restart: on-failure:100 pdf-decoder: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "pdf-decoder" - "-p" @@ -138,7 +138,7 @@ services: restart: on-failure:100 chunker: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "chunker-recursive" - "-p" @@ -146,7 +146,7 @@ services: restart: on-failure:100 vectorize: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "embeddings-vectorize" - "-p" @@ -154,7 +154,7 @@ services: restart: on-failure:100 embeddings: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "embeddings-hf" - "-p" @@ -164,7 +164,7 @@ services: restart: on-failure:100 kg-extract-definitions: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "kg-extract-definitions" - "-p" @@ -172,7 +172,7 @@ services: restart: on-failure:100 kg-extract-relationships: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "kg-extract-relationships" - "-p" @@ -180,7 +180,7 @@ services: restart: on-failure:100 store-graph-embeddings: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "ge-write-milvus" - "-p" @@ -190,7 +190,7 @@ services: restart: on-failure:100 store-triples: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "triples-write-cassandra" - "-p" @@ -200,7 +200,7 @@ services: restart: on-failure:100 text-completion: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "text-completion-ollama" - "-p" @@ -212,7 +212,7 @@ services: restart: on-failure:100 text-completion-rag: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "text-completion-ollama" - "-p" @@ -228,7 +228,7 @@ services: restart: on-failure:100 graph-rag: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "graph-rag" - "-p" diff --git a/docker-compose-openai.yaml b/docker-compose-openai.yaml index 784ba274..78435f8b 100644 --- a/docker-compose-openai.yaml +++ b/docker-compose-openai.yaml @@ -130,7 +130,7 @@ services: restart: on-failure:100 pdf-decoder: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "pdf-decoder" - "-p" @@ -138,7 +138,7 @@ services: restart: on-failure:100 chunker: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "chunker-recursive" - "-p" @@ -146,7 +146,7 @@ services: restart: on-failure:100 vectorize: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "embeddings-vectorize" - "-p" @@ -154,7 +154,7 @@ services: restart: on-failure:100 embeddings: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "embeddings-hf" - "-p" @@ -164,7 +164,7 @@ services: restart: on-failure:100 kg-extract-definitions: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "kg-extract-definitions" - "-p" @@ -172,7 +172,7 @@ services: restart: on-failure:100 kg-extract-relationships: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "kg-extract-relationships" - "-p" @@ -180,7 +180,7 @@ services: restart: on-failure:100 store-graph-embeddings: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "ge-write-milvus" - "-p" @@ -190,7 +190,7 @@ services: restart: on-failure:100 store-triples: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "triples-write-cassandra" - "-p" @@ -200,7 +200,7 @@ services: restart: on-failure:100 text-completion: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "text-completion-openai" - "-p" @@ -210,7 +210,7 @@ services: restart: on-failure:100 text-completion-rag: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "text-completion-openai" - "-p" @@ -224,7 +224,7 @@ services: restart: on-failure:100 graph-rag: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "graph-rag" - "-p" diff --git a/docker-compose-vertexai.yaml b/docker-compose-vertexai.yaml index c08c8394..2a51120d 100644 --- a/docker-compose-vertexai.yaml +++ b/docker-compose-vertexai.yaml @@ -130,7 +130,7 @@ services: restart: on-failure:100 pdf-decoder: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "pdf-decoder" - "-p" @@ -138,7 +138,7 @@ services: restart: on-failure:100 chunker: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "chunker-recursive" - "-p" @@ -146,7 +146,7 @@ services: restart: on-failure:100 vectorize: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "embeddings-vectorize" - "-p" @@ -154,7 +154,7 @@ services: restart: on-failure:100 embeddings: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "embeddings-hf" - "-p" @@ -164,7 +164,7 @@ services: restart: on-failure:100 kg-extract-definitions: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "kg-extract-definitions" - "-p" @@ -172,7 +172,7 @@ services: restart: on-failure:100 kg-extract-relationships: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "kg-extract-relationships" - "-p" @@ -180,7 +180,7 @@ services: restart: on-failure:100 store-graph-embeddings: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "ge-write-milvus" - "-p" @@ -190,7 +190,7 @@ services: restart: on-failure:100 store-triples: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "triples-write-cassandra" - "-p" @@ -200,7 +200,7 @@ services: restart: on-failure:100 text-completion: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "text-completion-vertexai" - "-p" @@ -214,7 +214,7 @@ services: restart: on-failure:100 text-completion-rag: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "text-completion-vertexai" - "-p" @@ -230,7 +230,7 @@ services: restart: on-failure:100 graph-rag: - image: docker.io/trustgraph/trustgraph-flow:0.5.8 + image: docker.io/trustgraph/trustgraph-flow:0.5.9 command: - "graph-rag" - "-p" diff --git a/setup.py b/setup.py index a3d7a285..1230d377 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ import os with open("README.md", "r") as fh: long_description = fh.read() -version = "0.5.8" +version = "0.5.9" setuptools.setup( name="trustgraph",