diff --git a/Containerfile b/Containerfile index 0c5562e4..1bb0a7fd 100644 --- a/Containerfile +++ b/Containerfile @@ -13,10 +13,11 @@ RUN dnf install -y python3 python3-pip python3-wheel python3-aiohttp \ RUN pip3 install torch --index-url https://download.pytorch.org/whl/cpu -RUN pip3 install anthropic boto3 cohere openai google-cloud-aiplatform langchain langchain-core \ - langchain-huggingface langchain-text-splitters langchain-community \ - pymilvus sentence-transformers transformers huggingface-hub \ - pulsar-client && \ +RUN pip3 install anthropic boto3 cohere openai google-cloud-aiplatform \ + langchain langchain-core langchain-huggingface langchain-text-splitters \ + langchain-community pymilvus sentence-transformers transformers \ + huggingface-hub pulsar-client cassandra-driver pyarrow pyyaml \ + neo4j tiktoken && \ pip3 cache purge # ---------------------------------------------------------------------------- diff --git a/Makefile b/Makefile index 484aa26c..9ec940ab 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # VERSION=$(shell git describe | sed 's/^v//') -VERSION=0.6.10 +VERSION=0.7.0 DOCKER=podman diff --git a/setup.py b/setup.py index 638350e7..8c02f3ea 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.10" +version = "0.7.0" setuptools.setup( name="trustgraph", diff --git a/tg-launch-azure.yaml b/tg-launch-azure.yaml index 9d571e6b..d75988e9 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.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "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.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "restart": "on-failure:100" "etcd": "command": @@ -72,7 +72,7 @@ - "30" - "--max-subgraph-size" - "3000" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "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.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "restart": "on-failure:100" "kg-extract-relationships": "command": - "kg-extract-relationships" - "-p" - "pulsar://pulsar:6650" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "restart": "on-failure:100" "milvus": "command": @@ -134,7 +134,7 @@ - "pdf-decoder" - "-p" - "pulsar://pulsar:6650" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "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.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "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.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "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.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "restart": "on-failure:100" "query-triples": "command": @@ -204,7 +204,7 @@ - "pulsar://pulsar:6650" - "-g" - "cassandra" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "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.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "restart": "on-failure:100" "store-triples": "command": @@ -222,7 +222,7 @@ - "pulsar://pulsar:6650" - "-g" - "cassandra" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "restart": "on-failure:100" "text-completion": "command": @@ -237,7 +237,7 @@ - "4096" - "-t" - "0.0" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "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.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "restart": "on-failure:100" "vectorize": "command": - "embeddings-vectorize" - "-p" - "pulsar://pulsar:6650" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "restart": "on-failure:100" "volumes": "cassandra": {} diff --git a/tg-launch-bedrock.yaml b/tg-launch-bedrock.yaml index 7656c182..5c8e722c 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.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "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.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "restart": "on-failure:100" "etcd": "command": @@ -72,7 +72,7 @@ - "30" - "--max-subgraph-size" - "3000" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "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.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "restart": "on-failure:100" "kg-extract-relationships": "command": - "kg-extract-relationships" - "-p" - "pulsar://pulsar:6650" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "restart": "on-failure:100" "milvus": "command": @@ -134,7 +134,7 @@ - "pdf-decoder" - "-p" - "pulsar://pulsar:6650" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "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.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "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.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "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.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "restart": "on-failure:100" "query-triples": "command": @@ -204,7 +204,7 @@ - "pulsar://pulsar:6650" - "-g" - "cassandra" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "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.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "restart": "on-failure:100" "store-triples": "command": @@ -222,7 +222,7 @@ - "pulsar://pulsar:6650" - "-g" - "cassandra" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "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.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "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.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "restart": "on-failure:100" "vectorize": "command": - "embeddings-vectorize" - "-p" - "pulsar://pulsar:6650" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "restart": "on-failure:100" "volumes": "cassandra": {} diff --git a/tg-launch-claude.yaml b/tg-launch-claude.yaml index e62a99ff..562a620a 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.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "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.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "restart": "on-failure:100" "etcd": "command": @@ -72,7 +72,7 @@ - "30" - "--max-subgraph-size" - "3000" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "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.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "restart": "on-failure:100" "kg-extract-relationships": "command": - "kg-extract-relationships" - "-p" - "pulsar://pulsar:6650" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "restart": "on-failure:100" "milvus": "command": @@ -134,7 +134,7 @@ - "pdf-decoder" - "-p" - "pulsar://pulsar:6650" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "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.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "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.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "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.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "restart": "on-failure:100" "query-triples": "command": @@ -204,7 +204,7 @@ - "pulsar://pulsar:6650" - "-g" - "cassandra" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "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.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "restart": "on-failure:100" "store-triples": "command": @@ -222,7 +222,7 @@ - "pulsar://pulsar:6650" - "-g" - "cassandra" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "restart": "on-failure:100" "text-completion": "command": @@ -235,7 +235,7 @@ - "4096" - "-t" - "0.0" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "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.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "restart": "on-failure:100" "vectorize": "command": - "embeddings-vectorize" - "-p" - "pulsar://pulsar:6650" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "restart": "on-failure:100" "volumes": "cassandra": {} diff --git a/tg-launch-cohere.yaml b/tg-launch-cohere.yaml index de6a8b91..638d7ea1 100644 --- a/tg-launch-cohere.yaml +++ b/tg-launch-cohere.yaml @@ -15,7 +15,7 @@ - "150" - "--chunk-overlap" - "10" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "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.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "restart": "on-failure:100" "etcd": "command": @@ -72,7 +72,7 @@ - "30" - "--max-subgraph-size" - "3000" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "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.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "restart": "on-failure:100" "kg-extract-relationships": "command": - "kg-extract-relationships" - "-p" - "pulsar://pulsar:6650" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "restart": "on-failure:100" "milvus": "command": @@ -134,7 +134,7 @@ - "pdf-decoder" - "-p" - "pulsar://pulsar:6650" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "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.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "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.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "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.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "restart": "on-failure:100" "query-triples": "command": @@ -204,7 +204,7 @@ - "pulsar://pulsar:6650" - "-g" - "cassandra" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "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.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "restart": "on-failure:100" "store-triples": "command": @@ -222,7 +222,7 @@ - "pulsar://pulsar:6650" - "-g" - "cassandra" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "restart": "on-failure:100" "text-completion": "command": @@ -233,7 +233,7 @@ - "${COHERE_KEY}" - "-t" - "0.0" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "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.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "restart": "on-failure:100" "vectorize": "command": - "embeddings-vectorize" - "-p" - "pulsar://pulsar:6650" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "restart": "on-failure:100" "volumes": "cassandra": {} diff --git a/tg-launch-mix.yaml b/tg-launch-mix.yaml index 367b59c9..fdb22cf8 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.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "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.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "restart": "on-failure:100" "etcd": "command": @@ -72,7 +72,7 @@ - "30" - "--max-subgraph-size" - "3000" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "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.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "restart": "on-failure:100" "kg-extract-relationships": "command": - "kg-extract-relationships" - "-p" - "pulsar://pulsar:6650" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "restart": "on-failure:100" "milvus": "command": @@ -134,7 +134,7 @@ - "pdf-decoder" - "-p" - "pulsar://pulsar:6650" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "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.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "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.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "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.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "restart": "on-failure:100" "query-triples": "command": @@ -204,7 +204,7 @@ - "pulsar://pulsar:6650" - "-g" - "cassandra" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "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.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "restart": "on-failure:100" "store-triples": "command": @@ -222,7 +222,7 @@ - "pulsar://pulsar:6650" - "-g" - "cassandra" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "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.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "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.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "restart": "on-failure:100" "vectorize": "command": - "embeddings-vectorize" - "-p" - "pulsar://pulsar:6650" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "restart": "on-failure:100" "volumes": "cassandra": {} diff --git a/tg-launch-ollama.yaml b/tg-launch-ollama.yaml index 17d9b312..a6f83005 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.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "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.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "restart": "on-failure:100" "etcd": "command": @@ -72,7 +72,7 @@ - "30" - "--max-subgraph-size" - "3000" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "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.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "restart": "on-failure:100" "kg-extract-relationships": "command": - "kg-extract-relationships" - "-p" - "pulsar://pulsar:6650" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "restart": "on-failure:100" "milvus": "command": @@ -134,7 +134,7 @@ - "pdf-decoder" - "-p" - "pulsar://pulsar:6650" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "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.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "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.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "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.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "restart": "on-failure:100" "query-triples": "command": @@ -204,7 +204,7 @@ - "pulsar://pulsar:6650" - "-g" - "cassandra" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "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.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "restart": "on-failure:100" "store-triples": "command": @@ -222,7 +222,7 @@ - "pulsar://pulsar:6650" - "-g" - "cassandra" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "restart": "on-failure:100" "text-completion": "command": @@ -233,7 +233,7 @@ - "gemma2:9b" - "-r" - "${OLLAMA_HOST}" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "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.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "restart": "on-failure:100" "vectorize": "command": - "embeddings-vectorize" - "-p" - "pulsar://pulsar:6650" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "restart": "on-failure:100" "volumes": "cassandra": {} diff --git a/tg-launch-openai-neo4j.yaml b/tg-launch-openai-neo4j.yaml index ce54971c..d0fed86c 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.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "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.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "restart": "on-failure:100" "etcd": "command": @@ -65,7 +65,7 @@ - "30" - "--max-subgraph-size" - "3000" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "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.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "restart": "on-failure:100" "kg-extract-relationships": "command": - "kg-extract-relationships" - "-p" - "pulsar://pulsar:6650" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "restart": "on-failure:100" "milvus": "command": @@ -137,7 +137,7 @@ - "pdf-decoder" - "-p" - "pulsar://pulsar:6650" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "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.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "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.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "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.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "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.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "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.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "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.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "restart": "on-failure:100" "text-completion": "command": @@ -238,7 +238,7 @@ - "4096" - "-t" - "0.0" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "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.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "restart": "on-failure:100" "vectorize": "command": - "embeddings-vectorize" - "-p" - "pulsar://pulsar:6650" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "restart": "on-failure:100" "volumes": "etcd": {} diff --git a/tg-launch-openai.yaml b/tg-launch-openai.yaml index 3ba22d9d..0c7ca516 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.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "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.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "restart": "on-failure:100" "etcd": "command": @@ -72,7 +72,7 @@ - "30" - "--max-subgraph-size" - "3000" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "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.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "restart": "on-failure:100" "kg-extract-relationships": "command": - "kg-extract-relationships" - "-p" - "pulsar://pulsar:6650" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "restart": "on-failure:100" "milvus": "command": @@ -134,7 +134,7 @@ - "pdf-decoder" - "-p" - "pulsar://pulsar:6650" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "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.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "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.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "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.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "restart": "on-failure:100" "query-triples": "command": @@ -204,7 +204,7 @@ - "pulsar://pulsar:6650" - "-g" - "cassandra" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "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.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "restart": "on-failure:100" "store-triples": "command": @@ -222,7 +222,7 @@ - "pulsar://pulsar:6650" - "-g" - "cassandra" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "restart": "on-failure:100" "text-completion": "command": @@ -235,7 +235,7 @@ - "4096" - "-t" - "0.0" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "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.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "restart": "on-failure:100" "vectorize": "command": - "embeddings-vectorize" - "-p" - "pulsar://pulsar:6650" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "restart": "on-failure:100" "volumes": "cassandra": {} diff --git a/tg-launch-vertexai.yaml b/tg-launch-vertexai.yaml index 8838f112..beb4839e 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.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "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.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "restart": "on-failure:100" "etcd": "command": @@ -72,7 +72,7 @@ - "30" - "--max-subgraph-size" - "3000" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "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.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "restart": "on-failure:100" "kg-extract-relationships": "command": - "kg-extract-relationships" - "-p" - "pulsar://pulsar:6650" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "restart": "on-failure:100" "milvus": "command": @@ -134,7 +134,7 @@ - "pdf-decoder" - "-p" - "pulsar://pulsar:6650" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "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.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "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.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "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.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "restart": "on-failure:100" "query-triples": "command": @@ -204,7 +204,7 @@ - "pulsar://pulsar:6650" - "-g" - "cassandra" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "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.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "restart": "on-failure:100" "store-triples": "command": @@ -222,7 +222,7 @@ - "pulsar://pulsar:6650" - "-g" - "cassandra" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "restart": "on-failure:100" "text-completion": "command": @@ -237,7 +237,7 @@ - "4096" - "-t" - "0.0" - "image": "docker.io/trustgraph/trustgraph-flow:0.6.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "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.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "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.10" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.0" "restart": "on-failure:100" "volumes": "cassandra": {}