From 1e92b2048aca2a5ea1a7ffefc3e3d6d54dcd1066 Mon Sep 17 00:00:00 2001 From: cybermaggedon Date: Fri, 23 Aug 2024 12:59:14 +0100 Subject: [PATCH] Fix client missing exception import (#30) * Fix missing import, remove cruft imports * Bump version --- Makefile | 2 +- setup.py | 2 +- tg-launch-azure-cassandra.yaml | 30 +++++++++---------- tg-launch-azure-neo4j.yaml | 30 +++++++++---------- tg-launch-bedrock-cassandra.yaml | 30 +++++++++---------- tg-launch-bedrock-neo4j.yaml | 30 +++++++++---------- tg-launch-claude-cassandra.yaml | 30 +++++++++---------- tg-launch-claude-neo4j.yaml | 30 +++++++++---------- tg-launch-cohere-cassandra.yaml | 30 +++++++++---------- tg-launch-cohere-neo4j.yaml | 30 +++++++++---------- tg-launch-ollama-cassandra.yaml | 30 +++++++++---------- tg-launch-ollama-neo4j.yaml | 30 +++++++++---------- tg-launch-openai-cassandra.yaml | 30 +++++++++---------- tg-launch-openai-neo4j.yaml | 30 +++++++++---------- tg-launch-vertexai-cassandra.yaml | 30 +++++++++---------- tg-launch-vertexai-neo4j.yaml | 30 +++++++++---------- trustgraph/clients/embeddings_client.py | 4 --- trustgraph/clients/graph_embeddings_client.py | 5 ---- trustgraph/clients/graph_rag_client.py | 7 +---- trustgraph/clients/llm_client.py | 6 ---- trustgraph/clients/prompt_client.py | 5 ---- trustgraph/clients/triples_query_client.py | 5 ---- 22 files changed, 213 insertions(+), 243 deletions(-) diff --git a/Makefile b/Makefile index abc0410d..6d067867 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # VERSION=$(shell git describe | sed 's/^v//') -VERSION=0.7.6 +VERSION=0.7.7 DOCKER=podman diff --git a/setup.py b/setup.py index f16b94b6..2889c72b 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.7.6" +version = "0.7.7" setuptools.setup( name="trustgraph", diff --git a/tg-launch-azure-cassandra.yaml b/tg-launch-azure-cassandra.yaml index dd0fdce0..66f0f8d8 100644 --- a/tg-launch-azure-cassandra.yaml +++ b/tg-launch-azure-cassandra.yaml @@ -33,7 +33,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "embeddings": "command": @@ -50,7 +50,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "etcd": "command": @@ -122,7 +122,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "init-pulsar": "command": @@ -155,7 +155,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "kg-extract-relationships": "command": @@ -170,7 +170,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "milvus": "command": @@ -232,7 +232,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "prometheus": "deploy": @@ -267,7 +267,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "prompt-rag": "command": @@ -290,7 +290,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -343,7 +343,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "query-triples": "command": @@ -360,7 +360,7 @@ "reservations": "cpus": "0.1" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -377,7 +377,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "store-triples": "command": @@ -394,7 +394,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "text-completion": "command": @@ -417,7 +417,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "text-completion-rag": "command": @@ -444,7 +444,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "vectorize": "command": @@ -459,7 +459,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "volumes": "cassandra": {} diff --git a/tg-launch-azure-neo4j.yaml b/tg-launch-azure-neo4j.yaml index 693f2b30..b0ec3787 100644 --- a/tg-launch-azure-neo4j.yaml +++ b/tg-launch-azure-neo4j.yaml @@ -16,7 +16,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "embeddings": "command": @@ -33,7 +33,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "etcd": "command": @@ -105,7 +105,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "init-pulsar": "command": @@ -138,7 +138,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "kg-extract-relationships": "command": @@ -153,7 +153,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "milvus": "command": @@ -233,7 +233,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "prometheus": "deploy": @@ -268,7 +268,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "prompt-rag": "command": @@ -291,7 +291,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -344,7 +344,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "query-triples": "command": @@ -361,7 +361,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -378,7 +378,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "store-triples": "command": @@ -395,7 +395,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "text-completion": "command": @@ -418,7 +418,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "text-completion-rag": "command": @@ -445,7 +445,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "vectorize": "command": @@ -460,7 +460,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "volumes": "etcd": {} diff --git a/tg-launch-bedrock-cassandra.yaml b/tg-launch-bedrock-cassandra.yaml index f18bbfe8..c82b4325 100644 --- a/tg-launch-bedrock-cassandra.yaml +++ b/tg-launch-bedrock-cassandra.yaml @@ -33,7 +33,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "embeddings": "command": @@ -50,7 +50,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "etcd": "command": @@ -122,7 +122,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "init-pulsar": "command": @@ -155,7 +155,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "kg-extract-relationships": "command": @@ -170,7 +170,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "milvus": "command": @@ -232,7 +232,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "prometheus": "deploy": @@ -267,7 +267,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "prompt-rag": "command": @@ -290,7 +290,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -343,7 +343,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "query-triples": "command": @@ -360,7 +360,7 @@ "reservations": "cpus": "0.1" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -377,7 +377,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "store-triples": "command": @@ -394,7 +394,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "text-completion": "command": @@ -421,7 +421,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "text-completion-rag": "command": @@ -452,7 +452,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "vectorize": "command": @@ -467,7 +467,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "volumes": "cassandra": {} diff --git a/tg-launch-bedrock-neo4j.yaml b/tg-launch-bedrock-neo4j.yaml index 4b2a8b50..5ac145db 100644 --- a/tg-launch-bedrock-neo4j.yaml +++ b/tg-launch-bedrock-neo4j.yaml @@ -16,7 +16,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "embeddings": "command": @@ -33,7 +33,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "etcd": "command": @@ -105,7 +105,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "init-pulsar": "command": @@ -138,7 +138,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "kg-extract-relationships": "command": @@ -153,7 +153,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "milvus": "command": @@ -233,7 +233,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "prometheus": "deploy": @@ -268,7 +268,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "prompt-rag": "command": @@ -291,7 +291,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -344,7 +344,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "query-triples": "command": @@ -361,7 +361,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -378,7 +378,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "store-triples": "command": @@ -395,7 +395,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "text-completion": "command": @@ -422,7 +422,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "text-completion-rag": "command": @@ -453,7 +453,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "vectorize": "command": @@ -468,7 +468,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "volumes": "etcd": {} diff --git a/tg-launch-claude-cassandra.yaml b/tg-launch-claude-cassandra.yaml index 90a9e996..5b725443 100644 --- a/tg-launch-claude-cassandra.yaml +++ b/tg-launch-claude-cassandra.yaml @@ -33,7 +33,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "embeddings": "command": @@ -50,7 +50,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "etcd": "command": @@ -122,7 +122,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "init-pulsar": "command": @@ -155,7 +155,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "kg-extract-relationships": "command": @@ -170,7 +170,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "milvus": "command": @@ -232,7 +232,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "prometheus": "deploy": @@ -267,7 +267,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "prompt-rag": "command": @@ -290,7 +290,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -343,7 +343,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "query-triples": "command": @@ -360,7 +360,7 @@ "reservations": "cpus": "0.1" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -377,7 +377,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "store-triples": "command": @@ -394,7 +394,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "text-completion": "command": @@ -415,7 +415,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "text-completion-rag": "command": @@ -440,7 +440,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "vectorize": "command": @@ -455,7 +455,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "volumes": "cassandra": {} diff --git a/tg-launch-claude-neo4j.yaml b/tg-launch-claude-neo4j.yaml index 9dccb492..f7f8f98d 100644 --- a/tg-launch-claude-neo4j.yaml +++ b/tg-launch-claude-neo4j.yaml @@ -16,7 +16,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "embeddings": "command": @@ -33,7 +33,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "etcd": "command": @@ -105,7 +105,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "init-pulsar": "command": @@ -138,7 +138,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "kg-extract-relationships": "command": @@ -153,7 +153,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "milvus": "command": @@ -233,7 +233,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "prometheus": "deploy": @@ -268,7 +268,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "prompt-rag": "command": @@ -291,7 +291,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -344,7 +344,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "query-triples": "command": @@ -361,7 +361,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -378,7 +378,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "store-triples": "command": @@ -395,7 +395,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "text-completion": "command": @@ -416,7 +416,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "text-completion-rag": "command": @@ -441,7 +441,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "vectorize": "command": @@ -456,7 +456,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "volumes": "etcd": {} diff --git a/tg-launch-cohere-cassandra.yaml b/tg-launch-cohere-cassandra.yaml index 3a1f8e98..72abfc7f 100644 --- a/tg-launch-cohere-cassandra.yaml +++ b/tg-launch-cohere-cassandra.yaml @@ -33,7 +33,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "embeddings": "command": @@ -50,7 +50,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "etcd": "command": @@ -122,7 +122,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "init-pulsar": "command": @@ -155,7 +155,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "kg-extract-relationships": "command": @@ -170,7 +170,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "milvus": "command": @@ -232,7 +232,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "prometheus": "deploy": @@ -267,7 +267,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "prompt-rag": "command": @@ -290,7 +290,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -343,7 +343,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "query-triples": "command": @@ -360,7 +360,7 @@ "reservations": "cpus": "0.1" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -377,7 +377,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "store-triples": "command": @@ -394,7 +394,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "text-completion": "command": @@ -413,7 +413,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "text-completion-rag": "command": @@ -436,7 +436,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "vectorize": "command": @@ -451,7 +451,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "volumes": "cassandra": {} diff --git a/tg-launch-cohere-neo4j.yaml b/tg-launch-cohere-neo4j.yaml index 7d7d2b7a..074a14fe 100644 --- a/tg-launch-cohere-neo4j.yaml +++ b/tg-launch-cohere-neo4j.yaml @@ -16,7 +16,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "embeddings": "command": @@ -33,7 +33,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "etcd": "command": @@ -105,7 +105,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "init-pulsar": "command": @@ -138,7 +138,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "kg-extract-relationships": "command": @@ -153,7 +153,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "milvus": "command": @@ -233,7 +233,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "prometheus": "deploy": @@ -268,7 +268,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "prompt-rag": "command": @@ -291,7 +291,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -344,7 +344,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "query-triples": "command": @@ -361,7 +361,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -378,7 +378,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "store-triples": "command": @@ -395,7 +395,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "text-completion": "command": @@ -414,7 +414,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "text-completion-rag": "command": @@ -437,7 +437,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "vectorize": "command": @@ -452,7 +452,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "volumes": "etcd": {} diff --git a/tg-launch-ollama-cassandra.yaml b/tg-launch-ollama-cassandra.yaml index 45e5c2b3..1592741e 100644 --- a/tg-launch-ollama-cassandra.yaml +++ b/tg-launch-ollama-cassandra.yaml @@ -33,7 +33,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "embeddings": "command": @@ -50,7 +50,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "etcd": "command": @@ -122,7 +122,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "init-pulsar": "command": @@ -155,7 +155,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "kg-extract-relationships": "command": @@ -170,7 +170,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "milvus": "command": @@ -232,7 +232,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "prometheus": "deploy": @@ -267,7 +267,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "prompt-rag": "command": @@ -290,7 +290,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -343,7 +343,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "query-triples": "command": @@ -360,7 +360,7 @@ "reservations": "cpus": "0.1" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -377,7 +377,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "store-triples": "command": @@ -394,7 +394,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "text-completion": "command": @@ -413,7 +413,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "text-completion-rag": "command": @@ -436,7 +436,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "vectorize": "command": @@ -451,7 +451,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "volumes": "cassandra": {} diff --git a/tg-launch-ollama-neo4j.yaml b/tg-launch-ollama-neo4j.yaml index 8df9f035..9a1c7ad8 100644 --- a/tg-launch-ollama-neo4j.yaml +++ b/tg-launch-ollama-neo4j.yaml @@ -16,7 +16,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "embeddings": "command": @@ -33,7 +33,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "etcd": "command": @@ -105,7 +105,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "init-pulsar": "command": @@ -138,7 +138,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "kg-extract-relationships": "command": @@ -153,7 +153,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "milvus": "command": @@ -233,7 +233,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "prometheus": "deploy": @@ -268,7 +268,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "prompt-rag": "command": @@ -291,7 +291,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -344,7 +344,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "query-triples": "command": @@ -361,7 +361,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -378,7 +378,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "store-triples": "command": @@ -395,7 +395,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "text-completion": "command": @@ -414,7 +414,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "text-completion-rag": "command": @@ -437,7 +437,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "vectorize": "command": @@ -452,7 +452,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "volumes": "etcd": {} diff --git a/tg-launch-openai-cassandra.yaml b/tg-launch-openai-cassandra.yaml index 3bf830e6..10b143e1 100644 --- a/tg-launch-openai-cassandra.yaml +++ b/tg-launch-openai-cassandra.yaml @@ -33,7 +33,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "embeddings": "command": @@ -50,7 +50,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "etcd": "command": @@ -122,7 +122,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "init-pulsar": "command": @@ -155,7 +155,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "kg-extract-relationships": "command": @@ -170,7 +170,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "milvus": "command": @@ -232,7 +232,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "prometheus": "deploy": @@ -267,7 +267,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "prompt-rag": "command": @@ -290,7 +290,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -343,7 +343,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "query-triples": "command": @@ -360,7 +360,7 @@ "reservations": "cpus": "0.1" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -377,7 +377,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "store-triples": "command": @@ -394,7 +394,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "text-completion": "command": @@ -415,7 +415,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "text-completion-rag": "command": @@ -440,7 +440,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "vectorize": "command": @@ -455,7 +455,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "volumes": "cassandra": {} diff --git a/tg-launch-openai-neo4j.yaml b/tg-launch-openai-neo4j.yaml index b9957afd..700acf16 100644 --- a/tg-launch-openai-neo4j.yaml +++ b/tg-launch-openai-neo4j.yaml @@ -16,7 +16,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "embeddings": "command": @@ -33,7 +33,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "etcd": "command": @@ -105,7 +105,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "init-pulsar": "command": @@ -138,7 +138,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "kg-extract-relationships": "command": @@ -153,7 +153,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "milvus": "command": @@ -233,7 +233,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "prometheus": "deploy": @@ -268,7 +268,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "prompt-rag": "command": @@ -291,7 +291,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -344,7 +344,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "query-triples": "command": @@ -361,7 +361,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -378,7 +378,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "store-triples": "command": @@ -395,7 +395,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "text-completion": "command": @@ -416,7 +416,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "text-completion-rag": "command": @@ -441,7 +441,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "vectorize": "command": @@ -456,7 +456,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "volumes": "etcd": {} diff --git a/tg-launch-vertexai-cassandra.yaml b/tg-launch-vertexai-cassandra.yaml index 576a34e9..5db6528e 100644 --- a/tg-launch-vertexai-cassandra.yaml +++ b/tg-launch-vertexai-cassandra.yaml @@ -33,7 +33,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "embeddings": "command": @@ -50,7 +50,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "etcd": "command": @@ -122,7 +122,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "init-pulsar": "command": @@ -155,7 +155,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "kg-extract-relationships": "command": @@ -170,7 +170,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "milvus": "command": @@ -232,7 +232,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "prometheus": "deploy": @@ -267,7 +267,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "prompt-rag": "command": @@ -290,7 +290,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -343,7 +343,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "query-triples": "command": @@ -360,7 +360,7 @@ "reservations": "cpus": "0.1" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -377,7 +377,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "store-triples": "command": @@ -394,7 +394,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "text-completion": "command": @@ -417,7 +417,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "volumes": - "./vertexai:/vertexai" @@ -446,7 +446,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "volumes": - "./vertexai:/vertexai" @@ -463,7 +463,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "volumes": "cassandra": {} diff --git a/tg-launch-vertexai-neo4j.yaml b/tg-launch-vertexai-neo4j.yaml index 48eca9d4..5503cc16 100644 --- a/tg-launch-vertexai-neo4j.yaml +++ b/tg-launch-vertexai-neo4j.yaml @@ -16,7 +16,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "embeddings": "command": @@ -33,7 +33,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "etcd": "command": @@ -105,7 +105,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "init-pulsar": "command": @@ -138,7 +138,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "kg-extract-relationships": "command": @@ -153,7 +153,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "milvus": "command": @@ -233,7 +233,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "prometheus": "deploy": @@ -268,7 +268,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "prompt-rag": "command": @@ -291,7 +291,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -344,7 +344,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "query-triples": "command": @@ -361,7 +361,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -378,7 +378,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "store-triples": "command": @@ -395,7 +395,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "text-completion": "command": @@ -418,7 +418,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "volumes": - "./vertexai:/vertexai" @@ -447,7 +447,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "volumes": - "./vertexai:/vertexai" @@ -464,7 +464,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.6" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.7" "restart": "on-failure:100" "volumes": "etcd": {} diff --git a/trustgraph/clients/embeddings_client.py b/trustgraph/clients/embeddings_client.py index 9b90b758..c5b5a3bb 100644 --- a/trustgraph/clients/embeddings_client.py +++ b/trustgraph/clients/embeddings_client.py @@ -4,11 +4,7 @@ from .. schema import EmbeddingsRequest, EmbeddingsResponse from .. schema import embeddings_request_queue, embeddings_response_queue from . base import BaseClient -import pulsar import _pulsar -import hashlib -import uuid -import time # Ugly ERROR=_pulsar.LoggerLevel.Error diff --git a/trustgraph/clients/graph_embeddings_client.py b/trustgraph/clients/graph_embeddings_client.py index 3f361ecd..e775946c 100644 --- a/trustgraph/clients/graph_embeddings_client.py +++ b/trustgraph/clients/graph_embeddings_client.py @@ -1,10 +1,5 @@ -import pulsar import _pulsar -from pulsar.schema import JsonSchema -import hashlib -import uuid -import time from .. schema import GraphEmbeddingsRequest, GraphEmbeddingsResponse from .. schema import graph_embeddings_request_queue diff --git a/trustgraph/clients/graph_rag_client.py b/trustgraph/clients/graph_rag_client.py index 60f8d47c..e546aaed 100644 --- a/trustgraph/clients/graph_rag_client.py +++ b/trustgraph/clients/graph_rag_client.py @@ -1,15 +1,10 @@ -import pulsar import _pulsar -from pulsar.schema import JsonSchema + from .. schema import GraphRagQuery, GraphRagResponse from .. schema import graph_rag_request_queue, graph_rag_response_queue from . base import BaseClient -import hashlib -import uuid -import time - # Ugly ERROR=_pulsar.LoggerLevel.Error WARN=_pulsar.LoggerLevel.Warn diff --git a/trustgraph/clients/llm_client.py b/trustgraph/clients/llm_client.py index 064b286d..7ed38bdc 100644 --- a/trustgraph/clients/llm_client.py +++ b/trustgraph/clients/llm_client.py @@ -1,15 +1,9 @@ -import pulsar import _pulsar -from pulsar.schema import JsonSchema -import hashlib -import uuid -import time from .. schema import TextCompletionRequest, TextCompletionResponse from .. schema import text_completion_request_queue from .. schema import text_completion_response_queue -from .. exceptions import * from . base import BaseClient # Ugly diff --git a/trustgraph/clients/prompt_client.py b/trustgraph/clients/prompt_client.py index 6bec8839..45931ddd 100644 --- a/trustgraph/clients/prompt_client.py +++ b/trustgraph/clients/prompt_client.py @@ -1,10 +1,5 @@ -import pulsar import _pulsar -from pulsar.schema import JsonSchema -import hashlib -import uuid -import time from .. schema import PromptRequest, PromptResponse, Fact from .. schema import prompt_request_queue diff --git a/trustgraph/clients/triples_query_client.py b/trustgraph/clients/triples_query_client.py index a3246189..db2bef34 100644 --- a/trustgraph/clients/triples_query_client.py +++ b/trustgraph/clients/triples_query_client.py @@ -1,11 +1,6 @@ #!/usr/bin/env python3 -import pulsar import _pulsar -from pulsar.schema import JsonSchema -import hashlib -import uuid -import time from .. schema import TriplesQueryRequest, TriplesQueryResponse, Value from .. schema import triples_request_queue