diff --git a/docker-compose-azure.yaml b/docker-compose-azure.yaml index 0149cc4c..bf41fd16 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.6 + 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.6 + image: docker.io/trustgraph/trustgraph-flow:0.5.8 command: - "chunker-recursive" - "-p" @@ -146,7 +146,7 @@ services: restart: on-failure:100 vectorize: - image: docker.io/trustgraph/trustgraph-flow:0.5.6 + image: docker.io/trustgraph/trustgraph-flow:0.5.8 command: - "embeddings-vectorize" - "-p" @@ -154,7 +154,7 @@ services: restart: on-failure:100 embeddings: - image: docker.io/trustgraph/trustgraph-flow:0.5.6 + image: docker.io/trustgraph/trustgraph-flow:0.5.8 command: - "embeddings-hf" - "-p" @@ -164,7 +164,7 @@ services: restart: on-failure:100 kg-extract-definitions: - image: docker.io/trustgraph/trustgraph-flow:0.5.6 + image: docker.io/trustgraph/trustgraph-flow:0.5.8 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.6 + image: docker.io/trustgraph/trustgraph-flow:0.5.8 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.6 + image: docker.io/trustgraph/trustgraph-flow:0.5.8 command: - "ge-write-milvus" - "-p" @@ -190,7 +190,7 @@ services: restart: on-failure:100 store-triples: - image: docker.io/trustgraph/trustgraph-flow:0.5.6 + image: docker.io/trustgraph/trustgraph-flow:0.5.8 command: - "triples-write-cassandra" - "-p" @@ -200,7 +200,7 @@ services: restart: on-failure:100 text-completion: - image: docker.io/trustgraph/trustgraph-flow:0.5.6 + image: docker.io/trustgraph/trustgraph-flow:0.5.8 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.6 + image: docker.io/trustgraph/trustgraph-flow:0.5.8 command: - "text-completion-azure" - "-p" @@ -228,7 +228,7 @@ services: restart: on-failure:100 graph-rag: - image: docker.io/trustgraph/trustgraph-flow:0.5.6 + image: docker.io/trustgraph/trustgraph-flow:0.5.8 command: - "graph-rag" - "-p" diff --git a/docker-compose-bedrock.yaml b/docker-compose-bedrock.yaml index 00150a93..8ffbf047 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.6 + 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.6 + 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.6 + 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.6 + 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.6 + 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.6 + 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.6 + 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.6 + 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.6 + image: docker.io/trustgraph/trustgraph-flow:0.5.8 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.6 + image: docker.io/trustgraph/trustgraph-flow:0.5.8 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.6 + # image: docker.io/trustgraph/trustgraph-flow:0.5.8 # command: # - "text-completion-ollama" # - "-p" @@ -254,7 +254,7 @@ services: # restart: on-failure:100 graph-rag: - image: docker.io/trustgraph/trustgraph-flow:0.5.6 + image: docker.io/trustgraph/trustgraph-flow:0.5.8 command: - "graph-rag" - "-p" diff --git a/docker-compose-claude.yaml b/docker-compose-claude.yaml index 35b422db..98603a3f 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.6 + 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.6 + image: docker.io/trustgraph/trustgraph-flow:0.5.8 command: - "chunker-recursive" - "-p" @@ -146,7 +146,7 @@ services: restart: on-failure:100 vectorize: - image: docker.io/trustgraph/trustgraph-flow:0.5.6 + image: docker.io/trustgraph/trustgraph-flow:0.5.8 command: - "embeddings-vectorize" - "-p" @@ -154,7 +154,7 @@ services: restart: on-failure:100 embeddings: - image: docker.io/trustgraph/trustgraph-flow:0.5.6 + image: docker.io/trustgraph/trustgraph-flow:0.5.8 command: - "embeddings-hf" - "-p" @@ -164,7 +164,7 @@ services: restart: on-failure:100 kg-extract-definitions: - image: docker.io/trustgraph/trustgraph-flow:0.5.6 + image: docker.io/trustgraph/trustgraph-flow:0.5.8 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.6 + image: docker.io/trustgraph/trustgraph-flow:0.5.8 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.6 + image: docker.io/trustgraph/trustgraph-flow:0.5.8 command: - "ge-write-milvus" - "-p" @@ -190,7 +190,7 @@ services: restart: on-failure:100 store-triples: - image: docker.io/trustgraph/trustgraph-flow:0.5.6 + image: docker.io/trustgraph/trustgraph-flow:0.5.8 command: - "triples-write-cassandra" - "-p" @@ -200,7 +200,7 @@ services: restart: on-failure:100 text-completion: - image: docker.io/trustgraph/trustgraph-flow:0.5.6 + image: docker.io/trustgraph/trustgraph-flow:0.5.8 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.6 + image: docker.io/trustgraph/trustgraph-flow:0.5.8 command: - "text-completion-ollama" - "-p" @@ -224,7 +224,7 @@ services: restart: on-failure:100 graph-rag: - image: docker.io/trustgraph/trustgraph-flow:0.5.6 + image: docker.io/trustgraph/trustgraph-flow:0.5.8 command: - "graph-rag" - "-p" diff --git a/docker-compose-cohere.yaml b/docker-compose-cohere.yaml index 47e8c81c..24dfd10f 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.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" diff --git a/docker-compose-mix.yaml b/docker-compose-mix.yaml index 8b94825a..4e4090f8 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.6 + 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.6 + 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.6 + 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.6 + 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.6 + 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.6 + 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.6 + 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.6 + 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.6 + image: docker.io/trustgraph/trustgraph-flow:0.5.8 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.6 + image: docker.io/trustgraph/trustgraph-flow:0.5.8 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.6 + # image: docker.io/trustgraph/trustgraph-flow:0.5.8 # command: # - "text-completion-ollama" # - "-p" @@ -248,7 +248,7 @@ services: # restart: on-failure:100 graph-rag: - image: docker.io/trustgraph/trustgraph-flow:0.5.6 + image: docker.io/trustgraph/trustgraph-flow:0.5.8 command: - "graph-rag" - "-p" diff --git a/docker-compose-ollama.yaml b/docker-compose-ollama.yaml index 0ae7288a..b2658370 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.6 + 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.6 + image: docker.io/trustgraph/trustgraph-flow:0.5.8 command: - "chunker-recursive" - "-p" @@ -146,7 +146,7 @@ services: restart: on-failure:100 vectorize: - image: docker.io/trustgraph/trustgraph-flow:0.5.6 + image: docker.io/trustgraph/trustgraph-flow:0.5.8 command: - "embeddings-vectorize" - "-p" @@ -154,7 +154,7 @@ services: restart: on-failure:100 embeddings: - image: docker.io/trustgraph/trustgraph-flow:0.5.6 + image: docker.io/trustgraph/trustgraph-flow:0.5.8 command: - "embeddings-hf" - "-p" @@ -164,7 +164,7 @@ services: restart: on-failure:100 kg-extract-definitions: - image: docker.io/trustgraph/trustgraph-flow:0.5.6 + image: docker.io/trustgraph/trustgraph-flow:0.5.8 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.6 + image: docker.io/trustgraph/trustgraph-flow:0.5.8 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.6 + image: docker.io/trustgraph/trustgraph-flow:0.5.8 command: - "ge-write-milvus" - "-p" @@ -190,7 +190,7 @@ services: restart: on-failure:100 store-triples: - image: docker.io/trustgraph/trustgraph-flow:0.5.6 + image: docker.io/trustgraph/trustgraph-flow:0.5.8 command: - "triples-write-cassandra" - "-p" @@ -200,7 +200,7 @@ services: restart: on-failure:100 text-completion: - image: docker.io/trustgraph/trustgraph-flow:0.5.6 + image: docker.io/trustgraph/trustgraph-flow:0.5.8 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.6 + image: docker.io/trustgraph/trustgraph-flow:0.5.8 command: - "text-completion-ollama" - "-p" @@ -228,7 +228,7 @@ services: restart: on-failure:100 graph-rag: - image: docker.io/trustgraph/trustgraph-flow:0.5.6 + image: docker.io/trustgraph/trustgraph-flow:0.5.8 command: - "graph-rag" - "-p" diff --git a/docker-compose-vertexai.yaml b/docker-compose-vertexai.yaml index 4417cea7..c08c8394 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.6 + 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.6 + image: docker.io/trustgraph/trustgraph-flow:0.5.8 command: - "chunker-recursive" - "-p" @@ -146,7 +146,7 @@ services: restart: on-failure:100 vectorize: - image: docker.io/trustgraph/trustgraph-flow:0.5.6 + image: docker.io/trustgraph/trustgraph-flow:0.5.8 command: - "embeddings-vectorize" - "-p" @@ -154,7 +154,7 @@ services: restart: on-failure:100 embeddings: - image: docker.io/trustgraph/trustgraph-flow:0.5.6 + image: docker.io/trustgraph/trustgraph-flow:0.5.8 command: - "embeddings-hf" - "-p" @@ -164,7 +164,7 @@ services: restart: on-failure:100 kg-extract-definitions: - image: docker.io/trustgraph/trustgraph-flow:0.5.6 + image: docker.io/trustgraph/trustgraph-flow:0.5.8 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.6 + image: docker.io/trustgraph/trustgraph-flow:0.5.8 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.6 + image: docker.io/trustgraph/trustgraph-flow:0.5.8 command: - "ge-write-milvus" - "-p" @@ -190,7 +190,7 @@ services: restart: on-failure:100 store-triples: - image: docker.io/trustgraph/trustgraph-flow:0.5.6 + image: docker.io/trustgraph/trustgraph-flow:0.5.8 command: - "triples-write-cassandra" - "-p" @@ -200,7 +200,7 @@ services: restart: on-failure:100 text-completion: - image: docker.io/trustgraph/trustgraph-flow:0.5.6 + image: docker.io/trustgraph/trustgraph-flow:0.5.8 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.6 + image: docker.io/trustgraph/trustgraph-flow:0.5.8 command: - "text-completion-vertexai" - "-p" @@ -230,7 +230,7 @@ services: restart: on-failure:100 graph-rag: - image: docker.io/trustgraph/trustgraph-flow:0.5.6 + image: docker.io/trustgraph/trustgraph-flow:0.5.8 command: - "graph-rag" - "-p"