From acd60e95eca73d949aa0573d8af16d59ac51bd25 Mon Sep 17 00:00:00 2001 From: cybermaggedon Date: Mon, 26 Aug 2024 10:52:39 +0100 Subject: [PATCH] Catch llm errors (#38) * Catch 'null' output from prompt for some values, presumably this is caused by an upstream LLM error. * 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 +++++++++---------- tg-storage-cassandra.yaml | 8 ++--- tg-storage-neo4j.yaml | 8 ++--- trustgraph/kg/extract_definitions/extract.py | 9 ++++-- .../kg/extract_relationships/extract.py | 4 +++ 20 files changed, 230 insertions(+), 223 deletions(-) diff --git a/Makefile b/Makefile index 1f040edc..a5c5a093 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # VERSION=$(shell git describe | sed 's/^v//') -VERSION=0.7.13 +VERSION=0.7.14 DOCKER=podman diff --git a/setup.py b/setup.py index 44da06a9..e9ebd0a0 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.13" +version = "0.7.14" setuptools.setup( name="trustgraph", diff --git a/tg-launch-azure-cassandra.yaml b/tg-launch-azure-cassandra.yaml index 8ef01e77..971fee0b 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.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "embeddings": "command": @@ -50,7 +50,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "etcd": "command": @@ -122,7 +122,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "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.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "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.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "milvus": "command": @@ -232,7 +232,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "prometheus": "deploy": @@ -280,7 +280,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "prompt-rag": "command": @@ -316,7 +316,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -369,7 +369,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "query-triples": "command": @@ -386,7 +386,7 @@ "reservations": "cpus": "0.1" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -403,7 +403,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "store-triples": "command": @@ -420,7 +420,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "text-completion": "command": @@ -443,7 +443,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "text-completion-rag": "command": @@ -470,7 +470,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "vectorize": "command": @@ -485,7 +485,7 @@ "reservations": "cpus": "0.5" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "volumes": "cassandra": {} diff --git a/tg-launch-azure-neo4j.yaml b/tg-launch-azure-neo4j.yaml index 34add904..4d5c4203 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.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "embeddings": "command": @@ -33,7 +33,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "etcd": "command": @@ -105,7 +105,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "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.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "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.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "milvus": "command": @@ -233,7 +233,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "prometheus": "deploy": @@ -281,7 +281,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "prompt-rag": "command": @@ -317,7 +317,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -370,7 +370,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "query-triples": "command": @@ -387,7 +387,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -404,7 +404,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "store-triples": "command": @@ -421,7 +421,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "text-completion": "command": @@ -444,7 +444,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "text-completion-rag": "command": @@ -471,7 +471,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "vectorize": "command": @@ -486,7 +486,7 @@ "reservations": "cpus": "0.5" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "volumes": "etcd": {} diff --git a/tg-launch-bedrock-cassandra.yaml b/tg-launch-bedrock-cassandra.yaml index 12d7c2c8..a7771c14 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.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "embeddings": "command": @@ -50,7 +50,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "etcd": "command": @@ -122,7 +122,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "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.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "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.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "milvus": "command": @@ -232,7 +232,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "prometheus": "deploy": @@ -280,7 +280,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "prompt-rag": "command": @@ -316,7 +316,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -369,7 +369,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "query-triples": "command": @@ -386,7 +386,7 @@ "reservations": "cpus": "0.1" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -403,7 +403,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "store-triples": "command": @@ -420,7 +420,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "text-completion": "command": @@ -447,7 +447,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "text-completion-rag": "command": @@ -478,7 +478,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "vectorize": "command": @@ -493,7 +493,7 @@ "reservations": "cpus": "0.5" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "volumes": "cassandra": {} diff --git a/tg-launch-bedrock-neo4j.yaml b/tg-launch-bedrock-neo4j.yaml index e0333a34..6037f61d 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.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "embeddings": "command": @@ -33,7 +33,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "etcd": "command": @@ -105,7 +105,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "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.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "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.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "milvus": "command": @@ -233,7 +233,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "prometheus": "deploy": @@ -281,7 +281,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "prompt-rag": "command": @@ -317,7 +317,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -370,7 +370,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "query-triples": "command": @@ -387,7 +387,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -404,7 +404,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "store-triples": "command": @@ -421,7 +421,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "text-completion": "command": @@ -448,7 +448,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "text-completion-rag": "command": @@ -479,7 +479,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "vectorize": "command": @@ -494,7 +494,7 @@ "reservations": "cpus": "0.5" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "volumes": "etcd": {} diff --git a/tg-launch-claude-cassandra.yaml b/tg-launch-claude-cassandra.yaml index 17e16a2c..eafca25c 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.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "embeddings": "command": @@ -50,7 +50,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "etcd": "command": @@ -122,7 +122,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "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.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "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.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "milvus": "command": @@ -232,7 +232,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "prometheus": "deploy": @@ -280,7 +280,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "prompt-rag": "command": @@ -316,7 +316,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -369,7 +369,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "query-triples": "command": @@ -386,7 +386,7 @@ "reservations": "cpus": "0.1" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -403,7 +403,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "store-triples": "command": @@ -420,7 +420,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "text-completion": "command": @@ -441,7 +441,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "text-completion-rag": "command": @@ -466,7 +466,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "vectorize": "command": @@ -481,7 +481,7 @@ "reservations": "cpus": "0.5" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "volumes": "cassandra": {} diff --git a/tg-launch-claude-neo4j.yaml b/tg-launch-claude-neo4j.yaml index 309862e6..d3e3ab49 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.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "embeddings": "command": @@ -33,7 +33,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "etcd": "command": @@ -105,7 +105,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "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.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "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.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "milvus": "command": @@ -233,7 +233,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "prometheus": "deploy": @@ -281,7 +281,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "prompt-rag": "command": @@ -317,7 +317,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -370,7 +370,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "query-triples": "command": @@ -387,7 +387,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -404,7 +404,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "store-triples": "command": @@ -421,7 +421,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "text-completion": "command": @@ -442,7 +442,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "text-completion-rag": "command": @@ -467,7 +467,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "vectorize": "command": @@ -482,7 +482,7 @@ "reservations": "cpus": "0.5" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "volumes": "etcd": {} diff --git a/tg-launch-cohere-cassandra.yaml b/tg-launch-cohere-cassandra.yaml index 560287d6..39d8eca4 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.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "embeddings": "command": @@ -50,7 +50,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "etcd": "command": @@ -122,7 +122,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "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.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "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.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "milvus": "command": @@ -232,7 +232,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "prometheus": "deploy": @@ -280,7 +280,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "prompt-rag": "command": @@ -316,7 +316,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -369,7 +369,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "query-triples": "command": @@ -386,7 +386,7 @@ "reservations": "cpus": "0.1" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -403,7 +403,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "store-triples": "command": @@ -420,7 +420,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "text-completion": "command": @@ -439,7 +439,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "text-completion-rag": "command": @@ -462,7 +462,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "vectorize": "command": @@ -477,7 +477,7 @@ "reservations": "cpus": "0.5" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "volumes": "cassandra": {} diff --git a/tg-launch-cohere-neo4j.yaml b/tg-launch-cohere-neo4j.yaml index 6d4fe84e..27c294dd 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.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "embeddings": "command": @@ -33,7 +33,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "etcd": "command": @@ -105,7 +105,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "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.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "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.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "milvus": "command": @@ -233,7 +233,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "prometheus": "deploy": @@ -281,7 +281,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "prompt-rag": "command": @@ -317,7 +317,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -370,7 +370,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "query-triples": "command": @@ -387,7 +387,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -404,7 +404,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "store-triples": "command": @@ -421,7 +421,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "text-completion": "command": @@ -440,7 +440,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "text-completion-rag": "command": @@ -463,7 +463,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "vectorize": "command": @@ -478,7 +478,7 @@ "reservations": "cpus": "0.5" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "volumes": "etcd": {} diff --git a/tg-launch-ollama-cassandra.yaml b/tg-launch-ollama-cassandra.yaml index 844ac953..854683c1 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.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "embeddings": "command": @@ -50,7 +50,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "etcd": "command": @@ -122,7 +122,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "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.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "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.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "milvus": "command": @@ -232,7 +232,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "prometheus": "deploy": @@ -267,7 +267,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "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.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "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.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "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.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "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.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "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.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "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.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "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.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "vectorize": "command": @@ -451,7 +451,7 @@ "reservations": "cpus": "0.5" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "volumes": "cassandra": {} diff --git a/tg-launch-ollama-neo4j.yaml b/tg-launch-ollama-neo4j.yaml index 4f790823..6ce1fcdd 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.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "embeddings": "command": @@ -33,7 +33,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "etcd": "command": @@ -105,7 +105,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "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.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "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.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "milvus": "command": @@ -233,7 +233,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "prometheus": "deploy": @@ -268,7 +268,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "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.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "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.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "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.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "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.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "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.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "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.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "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.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "vectorize": "command": @@ -452,7 +452,7 @@ "reservations": "cpus": "0.5" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "volumes": "etcd": {} diff --git a/tg-launch-openai-cassandra.yaml b/tg-launch-openai-cassandra.yaml index 6f49abf7..289d10e4 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.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "embeddings": "command": @@ -50,7 +50,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "etcd": "command": @@ -122,7 +122,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "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.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "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.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "milvus": "command": @@ -232,7 +232,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "prometheus": "deploy": @@ -280,7 +280,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "prompt-rag": "command": @@ -316,7 +316,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -369,7 +369,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "query-triples": "command": @@ -386,7 +386,7 @@ "reservations": "cpus": "0.1" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -403,7 +403,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "store-triples": "command": @@ -420,7 +420,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "text-completion": "command": @@ -441,7 +441,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "text-completion-rag": "command": @@ -466,7 +466,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "vectorize": "command": @@ -481,7 +481,7 @@ "reservations": "cpus": "0.5" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "volumes": "cassandra": {} diff --git a/tg-launch-openai-neo4j.yaml b/tg-launch-openai-neo4j.yaml index cce360b7..8a2a3fef 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.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "embeddings": "command": @@ -33,7 +33,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "etcd": "command": @@ -105,7 +105,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "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.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "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.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "milvus": "command": @@ -233,7 +233,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "prometheus": "deploy": @@ -281,7 +281,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "prompt-rag": "command": @@ -317,7 +317,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -370,7 +370,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "query-triples": "command": @@ -387,7 +387,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -404,7 +404,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "store-triples": "command": @@ -421,7 +421,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "text-completion": "command": @@ -442,7 +442,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "text-completion-rag": "command": @@ -467,7 +467,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "vectorize": "command": @@ -482,7 +482,7 @@ "reservations": "cpus": "0.5" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "volumes": "etcd": {} diff --git a/tg-launch-vertexai-cassandra.yaml b/tg-launch-vertexai-cassandra.yaml index 66877ac6..8cdb47d9 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.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "embeddings": "command": @@ -50,7 +50,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "etcd": "command": @@ -122,7 +122,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "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.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "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.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "milvus": "command": @@ -232,7 +232,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "prometheus": "deploy": @@ -280,7 +280,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "prompt-rag": "command": @@ -316,7 +316,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -369,7 +369,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "query-triples": "command": @@ -386,7 +386,7 @@ "reservations": "cpus": "0.1" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -403,7 +403,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "store-triples": "command": @@ -420,7 +420,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "text-completion": "command": @@ -443,7 +443,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "volumes": - "./vertexai:/vertexai" @@ -472,7 +472,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "volumes": - "./vertexai:/vertexai" @@ -489,7 +489,7 @@ "reservations": "cpus": "0.5" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "volumes": "cassandra": {} diff --git a/tg-launch-vertexai-neo4j.yaml b/tg-launch-vertexai-neo4j.yaml index 0caa51db..37030a38 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.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "embeddings": "command": @@ -33,7 +33,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "etcd": "command": @@ -105,7 +105,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "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.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "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.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "milvus": "command": @@ -233,7 +233,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "prometheus": "deploy": @@ -281,7 +281,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "prompt-rag": "command": @@ -317,7 +317,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -370,7 +370,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "query-triples": "command": @@ -387,7 +387,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -404,7 +404,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "store-triples": "command": @@ -421,7 +421,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "text-completion": "command": @@ -444,7 +444,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "volumes": - "./vertexai:/vertexai" @@ -473,7 +473,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "volumes": - "./vertexai:/vertexai" @@ -490,7 +490,7 @@ "reservations": "cpus": "0.5" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "volumes": "etcd": {} diff --git a/tg-storage-cassandra.yaml b/tg-storage-cassandra.yaml index f2b91d27..0256b5ed 100644 --- a/tg-storage-cassandra.yaml +++ b/tg-storage-cassandra.yaml @@ -195,7 +195,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "query-triples": "command": @@ -212,7 +212,7 @@ "reservations": "cpus": "0.1" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -229,7 +229,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "store-triples": "command": @@ -246,7 +246,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "volumes": "cassandra": {} diff --git a/tg-storage-neo4j.yaml b/tg-storage-neo4j.yaml index 4916c46f..476737fe 100644 --- a/tg-storage-neo4j.yaml +++ b/tg-storage-neo4j.yaml @@ -196,7 +196,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "query-triples": "command": @@ -213,7 +213,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -230,7 +230,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "store-triples": "command": @@ -247,7 +247,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.13" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.14" "restart": "on-failure:100" "volumes": "etcd": {} diff --git a/trustgraph/kg/extract_definitions/extract.py b/trustgraph/kg/extract_definitions/extract.py index 12b598be..81976dcb 100755 --- a/trustgraph/kg/extract_definitions/extract.py +++ b/trustgraph/kg/extract_definitions/extract.py @@ -87,14 +87,17 @@ class Processor(ConsumerProducer): for defn in defs: + if s == "": continue + if o == "": continue + + if s is None: continue + if o is None: continue + s = defn.name s_uri = self.to_uri(s) o = defn.definition - if s == "": continue - if o == "": continue - s_value = Value(value=str(s_uri), is_uri=True) o_value = Value(value=str(o), is_uri=False) diff --git a/trustgraph/kg/extract_relationships/extract.py b/trustgraph/kg/extract_relationships/extract.py index ee0b68c0..3c99a428 100755 --- a/trustgraph/kg/extract_relationships/extract.py +++ b/trustgraph/kg/extract_relationships/extract.py @@ -122,6 +122,10 @@ class Processor(ConsumerProducer): if p == "": continue if o == "": continue + if s is None: continue + if p is None: continue + if o is None: continue + s_uri = self.to_uri(s) s_value = Value(value=str(s_uri), is_uri=True)