diff --git a/Makefile b/Makefile index 6f700f6b..484aa26c 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # VERSION=$(shell git describe | sed 's/^v//') -VERSION=0.6.9 +VERSION=0.6.10 DOCKER=podman diff --git a/setup.py b/setup.py index 7eb8522e..638350e7 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.6.9" +version = "0.6.10" setuptools.setup( name="trustgraph", diff --git a/tg-launch-azure.yaml b/tg-launch-azure.yaml index 2a378170..9d571e6b 100644 --- a/tg-launch-azure.yaml +++ b/tg-launch-azure.yaml @@ -15,7 +15,7 @@ - "250" - "--chunk-overlap" - "15" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "embeddings": "command": @@ -24,7 +24,7 @@ - "pulsar://pulsar:6650" - "-m" - "all-MiniLM-L6-v2" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "etcd": "command": @@ -72,7 +72,7 @@ - "30" - "--max-subgraph-size" - "3000" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "init-pulsar": "command": @@ -89,14 +89,14 @@ - "kg-extract-definitions" - "-p" - "pulsar://pulsar:6650" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "kg-extract-relationships": "command": - "kg-extract-relationships" - "-p" - "pulsar://pulsar:6650" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "milvus": "command": @@ -134,7 +134,7 @@ - "pdf-decoder" - "-p" - "pulsar://pulsar:6650" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "prometheus": "image": "docker.io/prom/prometheus:v2.53.1" @@ -153,7 +153,7 @@ - "non-persistent://tg/request/text-completion" - "--text-completion-response-queue" - "non-persistent://tg/response/text-completion-response" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "prompt-rag": "command": @@ -168,7 +168,7 @@ - "non-persistent://tg/request/text-completion-rag" - "--text-completion-response-queue" - "non-persistent://tg/response/text-completion-rag-response" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -195,7 +195,7 @@ - "pulsar://pulsar:6650" - "-t" - "http://milvus:19530" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "query-triples": "command": @@ -204,7 +204,7 @@ - "pulsar://pulsar:6650" - "-g" - "cassandra" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -213,7 +213,7 @@ - "pulsar://pulsar:6650" - "-t" - "http://milvus:19530" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "store-triples": "command": @@ -222,7 +222,7 @@ - "pulsar://pulsar:6650" - "-g" - "cassandra" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "text-completion": "command": @@ -237,7 +237,7 @@ - "4096" - "-t" - "0.0" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "text-completion-rag": "command": @@ -256,14 +256,14 @@ - "non-persistent://tg/request/text-completion-rag" - "-o" - "non-persistent://tg/response/text-completion-rag-response" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "vectorize": "command": - "embeddings-vectorize" - "-p" - "pulsar://pulsar:6650" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "volumes": "cassandra": {} diff --git a/tg-launch-bedrock.yaml b/tg-launch-bedrock.yaml index e23fb260..7656c182 100644 --- a/tg-launch-bedrock.yaml +++ b/tg-launch-bedrock.yaml @@ -15,7 +15,7 @@ - "2000" - "--chunk-overlap" - "100" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "embeddings": "command": @@ -24,7 +24,7 @@ - "pulsar://pulsar:6650" - "-m" - "all-MiniLM-L6-v2" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "etcd": "command": @@ -72,7 +72,7 @@ - "30" - "--max-subgraph-size" - "3000" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "init-pulsar": "command": @@ -89,14 +89,14 @@ - "kg-extract-definitions" - "-p" - "pulsar://pulsar:6650" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "kg-extract-relationships": "command": - "kg-extract-relationships" - "-p" - "pulsar://pulsar:6650" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "milvus": "command": @@ -134,7 +134,7 @@ - "pdf-decoder" - "-p" - "pulsar://pulsar:6650" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "prometheus": "image": "docker.io/prom/prometheus:v2.53.1" @@ -153,7 +153,7 @@ - "non-persistent://tg/request/text-completion" - "--text-completion-response-queue" - "non-persistent://tg/response/text-completion-response" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "prompt-rag": "command": @@ -168,7 +168,7 @@ - "non-persistent://tg/request/text-completion-rag" - "--text-completion-response-queue" - "non-persistent://tg/response/text-completion-rag-response" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -195,7 +195,7 @@ - "pulsar://pulsar:6650" - "-t" - "http://milvus:19530" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "query-triples": "command": @@ -204,7 +204,7 @@ - "pulsar://pulsar:6650" - "-g" - "cassandra" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -213,7 +213,7 @@ - "pulsar://pulsar:6650" - "-t" - "http://milvus:19530" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "store-triples": "command": @@ -222,7 +222,7 @@ - "pulsar://pulsar:6650" - "-g" - "cassandra" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "text-completion": "command": @@ -241,7 +241,7 @@ - "0.0" - "-m" - "mistral.mixtral-8x7b-instruct-v0:1" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "text-completion-rag": "command": @@ -264,14 +264,14 @@ - "non-persistent://tg/request/text-completion-rag" - "-o" - "non-persistent://tg/response/text-completion-rag-response" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "vectorize": "command": - "embeddings-vectorize" - "-p" - "pulsar://pulsar:6650" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "volumes": "cassandra": {} diff --git a/tg-launch-claude.yaml b/tg-launch-claude.yaml index 22249b6f..e62a99ff 100644 --- a/tg-launch-claude.yaml +++ b/tg-launch-claude.yaml @@ -15,7 +15,7 @@ - "250" - "--chunk-overlap" - "15" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "embeddings": "command": @@ -24,7 +24,7 @@ - "pulsar://pulsar:6650" - "-m" - "all-MiniLM-L6-v2" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "etcd": "command": @@ -72,7 +72,7 @@ - "30" - "--max-subgraph-size" - "3000" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "init-pulsar": "command": @@ -89,14 +89,14 @@ - "kg-extract-definitions" - "-p" - "pulsar://pulsar:6650" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "kg-extract-relationships": "command": - "kg-extract-relationships" - "-p" - "pulsar://pulsar:6650" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "milvus": "command": @@ -134,7 +134,7 @@ - "pdf-decoder" - "-p" - "pulsar://pulsar:6650" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "prometheus": "image": "docker.io/prom/prometheus:v2.53.1" @@ -153,7 +153,7 @@ - "non-persistent://tg/request/text-completion" - "--text-completion-response-queue" - "non-persistent://tg/response/text-completion-response" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "prompt-rag": "command": @@ -168,7 +168,7 @@ - "non-persistent://tg/request/text-completion-rag" - "--text-completion-response-queue" - "non-persistent://tg/response/text-completion-rag-response" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -195,7 +195,7 @@ - "pulsar://pulsar:6650" - "-t" - "http://milvus:19530" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "query-triples": "command": @@ -204,7 +204,7 @@ - "pulsar://pulsar:6650" - "-g" - "cassandra" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -213,7 +213,7 @@ - "pulsar://pulsar:6650" - "-t" - "http://milvus:19530" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "store-triples": "command": @@ -222,7 +222,7 @@ - "pulsar://pulsar:6650" - "-g" - "cassandra" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "text-completion": "command": @@ -235,7 +235,7 @@ - "4096" - "-t" - "0.0" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "text-completion-rag": "command": @@ -252,14 +252,14 @@ - "non-persistent://tg/request/text-completion-rag" - "-o" - "non-persistent://tg/response/text-completion-rag-response" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "vectorize": "command": - "embeddings-vectorize" - "-p" - "pulsar://pulsar:6650" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "volumes": "cassandra": {} diff --git a/tg-launch-cohere.yaml b/tg-launch-cohere.yaml index cf4f268c..de6a8b91 100644 --- a/tg-launch-cohere.yaml +++ b/tg-launch-cohere.yaml @@ -8,14 +8,14 @@ - "cassandra:/var/lib/cassandra" "chunker": "command": - - "chunker-recursive" + - "${CHUNKER:-chunker-token}" - "-p" - "pulsar://pulsar:6650" - "--chunk-size" - - "1000" + - "150" - "--chunk-overlap" - - "50" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + - "10" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "embeddings": "command": @@ -24,7 +24,7 @@ - "pulsar://pulsar:6650" - "-m" - "all-MiniLM-L6-v2" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "etcd": "command": @@ -72,7 +72,7 @@ - "30" - "--max-subgraph-size" - "3000" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "init-pulsar": "command": @@ -89,14 +89,14 @@ - "kg-extract-definitions" - "-p" - "pulsar://pulsar:6650" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "kg-extract-relationships": "command": - "kg-extract-relationships" - "-p" - "pulsar://pulsar:6650" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "milvus": "command": @@ -134,7 +134,7 @@ - "pdf-decoder" - "-p" - "pulsar://pulsar:6650" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "prometheus": "image": "docker.io/prom/prometheus:v2.53.1" @@ -153,7 +153,7 @@ - "non-persistent://tg/request/text-completion" - "--text-completion-response-queue" - "non-persistent://tg/response/text-completion-response" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "prompt-rag": "command": @@ -168,7 +168,7 @@ - "non-persistent://tg/request/text-completion-rag" - "--text-completion-response-queue" - "non-persistent://tg/response/text-completion-rag-response" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -195,7 +195,7 @@ - "pulsar://pulsar:6650" - "-t" - "http://milvus:19530" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "query-triples": "command": @@ -204,7 +204,7 @@ - "pulsar://pulsar:6650" - "-g" - "cassandra" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -213,7 +213,7 @@ - "pulsar://pulsar:6650" - "-t" - "http://milvus:19530" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "store-triples": "command": @@ -222,7 +222,7 @@ - "pulsar://pulsar:6650" - "-g" - "cassandra" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "text-completion": "command": @@ -233,7 +233,7 @@ - "${COHERE_KEY}" - "-t" - "0.0" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "text-completion-rag": "command": @@ -248,14 +248,14 @@ - "non-persistent://tg/request/text-completion-rag" - "-o" - "non-persistent://tg/response/text-completion-rag-response" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "vectorize": "command": - "embeddings-vectorize" - "-p" - "pulsar://pulsar:6650" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "volumes": "cassandra": {} diff --git a/tg-launch-mix.yaml b/tg-launch-mix.yaml index cea78fd8..367b59c9 100644 --- a/tg-launch-mix.yaml +++ b/tg-launch-mix.yaml @@ -15,7 +15,7 @@ - "4000" - "--chunk-overlap" - "120" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "embeddings": "command": @@ -24,7 +24,7 @@ - "pulsar://pulsar:6650" - "-m" - "all-MiniLM-L6-v2" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "etcd": "command": @@ -72,7 +72,7 @@ - "30" - "--max-subgraph-size" - "3000" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "init-pulsar": "command": @@ -89,14 +89,14 @@ - "kg-extract-definitions" - "-p" - "pulsar://pulsar:6650" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "kg-extract-relationships": "command": - "kg-extract-relationships" - "-p" - "pulsar://pulsar:6650" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "milvus": "command": @@ -134,7 +134,7 @@ - "pdf-decoder" - "-p" - "pulsar://pulsar:6650" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "prometheus": "image": "docker.io/prom/prometheus:v2.53.1" @@ -153,7 +153,7 @@ - "non-persistent://tg/request/text-completion" - "--text-completion-response-queue" - "non-persistent://tg/response/text-completion-response" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "prompt-rag": "command": @@ -168,7 +168,7 @@ - "non-persistent://tg/request/text-completion-rag" - "--text-completion-response-queue" - "non-persistent://tg/response/text-completion-rag-response" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -195,7 +195,7 @@ - "pulsar://pulsar:6650" - "-t" - "http://milvus:19530" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "query-triples": "command": @@ -204,7 +204,7 @@ - "pulsar://pulsar:6650" - "-g" - "cassandra" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -213,7 +213,7 @@ - "pulsar://pulsar:6650" - "-t" - "http://milvus:19530" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "store-triples": "command": @@ -222,7 +222,7 @@ - "pulsar://pulsar:6650" - "-g" - "cassandra" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "text-completion": "command": @@ -233,7 +233,7 @@ - "${COHERE_KEY}" - "-m" - "c4ai-aya-23-35b" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "text-completion-rag": "command": @@ -248,14 +248,14 @@ - "non-persistent://tg/response/text-completion-rag-response" - "-m" - "c4ai-aya-23-8b" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "vectorize": "command": - "embeddings-vectorize" - "-p" - "pulsar://pulsar:6650" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "volumes": "cassandra": {} diff --git a/tg-launch-ollama.yaml b/tg-launch-ollama.yaml index 4eef756c..17d9b312 100644 --- a/tg-launch-ollama.yaml +++ b/tg-launch-ollama.yaml @@ -15,7 +15,7 @@ - "250" - "--chunk-overlap" - "15" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "embeddings": "command": @@ -24,7 +24,7 @@ - "pulsar://pulsar:6650" - "-m" - "all-MiniLM-L6-v2" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "etcd": "command": @@ -72,7 +72,7 @@ - "30" - "--max-subgraph-size" - "3000" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "init-pulsar": "command": @@ -89,14 +89,14 @@ - "kg-extract-definitions" - "-p" - "pulsar://pulsar:6650" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "kg-extract-relationships": "command": - "kg-extract-relationships" - "-p" - "pulsar://pulsar:6650" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "milvus": "command": @@ -134,7 +134,7 @@ - "pdf-decoder" - "-p" - "pulsar://pulsar:6650" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "prometheus": "image": "docker.io/prom/prometheus:v2.53.1" @@ -153,7 +153,7 @@ - "non-persistent://tg/request/text-completion" - "--text-completion-response-queue" - "non-persistent://tg/response/text-completion-response" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "prompt-rag": "command": @@ -168,7 +168,7 @@ - "non-persistent://tg/request/text-completion-rag" - "--text-completion-response-queue" - "non-persistent://tg/response/text-completion-rag-response" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -195,7 +195,7 @@ - "pulsar://pulsar:6650" - "-t" - "http://milvus:19530" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "query-triples": "command": @@ -204,7 +204,7 @@ - "pulsar://pulsar:6650" - "-g" - "cassandra" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -213,7 +213,7 @@ - "pulsar://pulsar:6650" - "-t" - "http://milvus:19530" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "store-triples": "command": @@ -222,7 +222,7 @@ - "pulsar://pulsar:6650" - "-g" - "cassandra" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "text-completion": "command": @@ -233,7 +233,7 @@ - "gemma2:9b" - "-r" - "${OLLAMA_HOST}" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "text-completion-rag": "command": @@ -248,14 +248,14 @@ - "non-persistent://tg/request/text-completion-rag" - "-o" - "non-persistent://tg/response/text-completion-rag-response" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "vectorize": "command": - "embeddings-vectorize" - "-p" - "pulsar://pulsar:6650" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "volumes": "cassandra": {} diff --git a/tg-launch-openai-neo4j.yaml b/tg-launch-openai-neo4j.yaml index 211f3f15..ce54971c 100644 --- a/tg-launch-openai-neo4j.yaml +++ b/tg-launch-openai-neo4j.yaml @@ -8,7 +8,7 @@ - "250" - "--chunk-overlap" - "15" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "embeddings": "command": @@ -17,7 +17,7 @@ - "pulsar://pulsar:6650" - "-m" - "all-MiniLM-L6-v2" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "etcd": "command": @@ -65,7 +65,7 @@ - "30" - "--max-subgraph-size" - "3000" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "init-pulsar": "command": @@ -82,14 +82,14 @@ - "kg-extract-definitions" - "-p" - "pulsar://pulsar:6650" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "kg-extract-relationships": "command": - "kg-extract-relationships" - "-p" - "pulsar://pulsar:6650" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "milvus": "command": @@ -137,7 +137,7 @@ - "pdf-decoder" - "-p" - "pulsar://pulsar:6650" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "prometheus": "image": "docker.io/prom/prometheus:v2.53.1" @@ -156,7 +156,7 @@ - "non-persistent://tg/request/text-completion" - "--text-completion-response-queue" - "non-persistent://tg/response/text-completion-response" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "prompt-rag": "command": @@ -171,7 +171,7 @@ - "non-persistent://tg/request/text-completion-rag" - "--text-completion-response-queue" - "non-persistent://tg/response/text-completion-rag-response" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -198,7 +198,7 @@ - "pulsar://pulsar:6650" - "-t" - "http://milvus:19530" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "query-triples": "command": @@ -207,7 +207,7 @@ - "pulsar://pulsar:6650" - "-g" - "bolt://neo4j:7687" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -216,7 +216,7 @@ - "pulsar://pulsar:6650" - "-t" - "http://milvus:19530" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "store-triples": "command": @@ -225,7 +225,7 @@ - "pulsar://pulsar:6650" - "-g" - "bolt://neo4j:7687" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "text-completion": "command": @@ -238,7 +238,7 @@ - "4096" - "-t" - "0.0" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "text-completion-rag": "command": @@ -255,14 +255,14 @@ - "non-persistent://tg/request/text-completion-rag" - "-o" - "non-persistent://tg/response/text-completion-rag-response" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "vectorize": "command": - "embeddings-vectorize" - "-p" - "pulsar://pulsar:6650" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "volumes": "etcd": {} diff --git a/tg-launch-openai.yaml b/tg-launch-openai.yaml index b8e9141c..3ba22d9d 100644 --- a/tg-launch-openai.yaml +++ b/tg-launch-openai.yaml @@ -15,7 +15,7 @@ - "250" - "--chunk-overlap" - "15" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "embeddings": "command": @@ -24,7 +24,7 @@ - "pulsar://pulsar:6650" - "-m" - "all-MiniLM-L6-v2" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "etcd": "command": @@ -72,7 +72,7 @@ - "30" - "--max-subgraph-size" - "3000" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "init-pulsar": "command": @@ -89,14 +89,14 @@ - "kg-extract-definitions" - "-p" - "pulsar://pulsar:6650" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "kg-extract-relationships": "command": - "kg-extract-relationships" - "-p" - "pulsar://pulsar:6650" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "milvus": "command": @@ -134,7 +134,7 @@ - "pdf-decoder" - "-p" - "pulsar://pulsar:6650" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "prometheus": "image": "docker.io/prom/prometheus:v2.53.1" @@ -153,7 +153,7 @@ - "non-persistent://tg/request/text-completion" - "--text-completion-response-queue" - "non-persistent://tg/response/text-completion-response" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "prompt-rag": "command": @@ -168,7 +168,7 @@ - "non-persistent://tg/request/text-completion-rag" - "--text-completion-response-queue" - "non-persistent://tg/response/text-completion-rag-response" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -195,7 +195,7 @@ - "pulsar://pulsar:6650" - "-t" - "http://milvus:19530" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "query-triples": "command": @@ -204,7 +204,7 @@ - "pulsar://pulsar:6650" - "-g" - "cassandra" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -213,7 +213,7 @@ - "pulsar://pulsar:6650" - "-t" - "http://milvus:19530" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "store-triples": "command": @@ -222,7 +222,7 @@ - "pulsar://pulsar:6650" - "-g" - "cassandra" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "text-completion": "command": @@ -235,7 +235,7 @@ - "4096" - "-t" - "0.0" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "text-completion-rag": "command": @@ -252,14 +252,14 @@ - "non-persistent://tg/request/text-completion-rag" - "-o" - "non-persistent://tg/response/text-completion-rag-response" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "vectorize": "command": - "embeddings-vectorize" - "-p" - "pulsar://pulsar:6650" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "volumes": "cassandra": {} diff --git a/tg-launch-vertexai.yaml b/tg-launch-vertexai.yaml index d7b13489..8838f112 100644 --- a/tg-launch-vertexai.yaml +++ b/tg-launch-vertexai.yaml @@ -15,7 +15,7 @@ - "250" - "--chunk-overlap" - "15" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "embeddings": "command": @@ -24,7 +24,7 @@ - "pulsar://pulsar:6650" - "-m" - "all-MiniLM-L6-v2" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "etcd": "command": @@ -72,7 +72,7 @@ - "30" - "--max-subgraph-size" - "3000" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "init-pulsar": "command": @@ -89,14 +89,14 @@ - "kg-extract-definitions" - "-p" - "pulsar://pulsar:6650" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "kg-extract-relationships": "command": - "kg-extract-relationships" - "-p" - "pulsar://pulsar:6650" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "milvus": "command": @@ -134,7 +134,7 @@ - "pdf-decoder" - "-p" - "pulsar://pulsar:6650" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "prometheus": "image": "docker.io/prom/prometheus:v2.53.1" @@ -153,7 +153,7 @@ - "non-persistent://tg/request/text-completion" - "--text-completion-response-queue" - "non-persistent://tg/response/text-completion-response" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "prompt-rag": "command": @@ -168,7 +168,7 @@ - "non-persistent://tg/request/text-completion-rag" - "--text-completion-response-queue" - "non-persistent://tg/response/text-completion-rag-response" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -195,7 +195,7 @@ - "pulsar://pulsar:6650" - "-t" - "http://milvus:19530" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "query-triples": "command": @@ -204,7 +204,7 @@ - "pulsar://pulsar:6650" - "-g" - "cassandra" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -213,7 +213,7 @@ - "pulsar://pulsar:6650" - "-t" - "http://milvus:19530" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "store-triples": "command": @@ -222,7 +222,7 @@ - "pulsar://pulsar:6650" - "-g" - "cassandra" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "text-completion": "command": @@ -237,7 +237,7 @@ - "4096" - "-t" - "0.0" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "volumes": - "./vertexai:/vertexai" @@ -258,7 +258,7 @@ - "non-persistent://tg/request/text-completion-rag" - "-o" - "non-persistent://tg/response/text-completion-rag-response" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "volumes": - "./vertexai:/vertexai" @@ -267,7 +267,7 @@ - "embeddings-vectorize" - "-p" - "pulsar://pulsar:6650" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.9" + "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" "restart": "on-failure:100" "volumes": "cassandra": {}