From 375b213a54ed711d87b967ce1bcd073245c44548 Mon Sep 17 00:00:00 2001 From: cybermaggedon Date: Thu, 5 Sep 2024 20:49:32 +0100 Subject: [PATCH] Fix replace strings for JSON (#57) * Fix replace strings for JSON * Add JSON markdown preamble/postamble in prompts * Remove JSON chicanery in LLM handling * Bump version --- Makefile | 2 +- setup.py | 2 +- tg-launch-azure-cassandra.yaml | 34 +++++++++---------- tg-launch-azure-neo4j.yaml | 34 +++++++++---------- tg-launch-bedrock-cassandra.yaml | 34 +++++++++---------- tg-launch-bedrock-neo4j.yaml | 34 +++++++++---------- tg-launch-claude-cassandra.yaml | 34 +++++++++---------- tg-launch-claude-neo4j.yaml | 34 +++++++++---------- tg-launch-cohere-cassandra.yaml | 34 +++++++++---------- tg-launch-cohere-neo4j.yaml | 34 +++++++++---------- tg-launch-ollama-cassandra.yaml | 34 +++++++++---------- tg-launch-ollama-neo4j.yaml | 34 +++++++++---------- tg-launch-openai-cassandra.yaml | 34 +++++++++---------- tg-launch-openai-neo4j.yaml | 34 +++++++++---------- tg-launch-vertexai-cassandra.yaml | 34 +++++++++---------- tg-launch-vertexai-neo4j.yaml | 34 +++++++++---------- tg-storage-cassandra.yaml | 12 +++---- tg-storage-neo4j.yaml | 12 +++---- trustgraph/model/prompt/generic/service.py | 14 ++++++-- trustgraph/model/prompt/template/service.py | 14 ++++++-- trustgraph/model/text_completion/azure/llm.py | 5 +-- .../model/text_completion/bedrock/llm.py | 5 +-- .../model/text_completion/cohere/llm.py | 3 -- .../model/text_completion/ollama/llm.py | 5 +-- .../model/text_completion/vertexai/llm.py | 3 -- 25 files changed, 277 insertions(+), 276 deletions(-) diff --git a/Makefile b/Makefile index c093fb52..f361bd80 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # VERSION=$(shell git describe | sed 's/^v//') -VERSION=0.9.2 +VERSION=0.9.3 DOCKER=podman diff --git a/setup.py b/setup.py index 3e13977d..601524c9 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.9.2" +version = "0.9.3" setuptools.setup( name="trustgraph", diff --git a/tg-launch-azure-cassandra.yaml b/tg-launch-azure-cassandra.yaml index 08ae7020..39d8c539 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.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "embeddings": "command": @@ -50,7 +50,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "grafana": "deploy": @@ -95,7 +95,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "init-pulsar": "command": @@ -125,7 +125,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "kg-extract-relationships": "command": @@ -140,7 +140,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "pdf-decoder": "command": @@ -155,7 +155,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "prometheus": "deploy": @@ -214,7 +214,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "prompt-rag": "command": @@ -261,7 +261,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -314,7 +314,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "query-graph-embeddings": "command": @@ -331,7 +331,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "query-triples": "command": @@ -348,7 +348,7 @@ "reservations": "cpus": "0.1" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "store-doc-embeddings": "command": @@ -365,7 +365,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -382,7 +382,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "store-triples": "command": @@ -399,7 +399,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "text-completion": "command": @@ -422,7 +422,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "text-completion-rag": "command": @@ -449,7 +449,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "vectorize": "command": @@ -464,7 +464,7 @@ "reservations": "cpus": "0.5" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "volumes": "cassandra": {} diff --git a/tg-launch-azure-neo4j.yaml b/tg-launch-azure-neo4j.yaml index e97e29e9..a0dee80c 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.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "embeddings": "command": @@ -33,7 +33,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "grafana": "deploy": @@ -78,7 +78,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "init-pulsar": "command": @@ -108,7 +108,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "kg-extract-relationships": "command": @@ -123,7 +123,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "neo4j": "deploy": @@ -156,7 +156,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "prometheus": "deploy": @@ -215,7 +215,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "prompt-rag": "command": @@ -262,7 +262,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -315,7 +315,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "query-graph-embeddings": "command": @@ -332,7 +332,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "query-triples": "command": @@ -349,7 +349,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "store-doc-embeddings": "command": @@ -366,7 +366,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -383,7 +383,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "store-triples": "command": @@ -400,7 +400,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "text-completion": "command": @@ -423,7 +423,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "text-completion-rag": "command": @@ -450,7 +450,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "vectorize": "command": @@ -465,7 +465,7 @@ "reservations": "cpus": "0.5" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "volumes": "grafana-storage": {} diff --git a/tg-launch-bedrock-cassandra.yaml b/tg-launch-bedrock-cassandra.yaml index fbd81a7b..5d218d17 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.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "embeddings": "command": @@ -50,7 +50,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "grafana": "deploy": @@ -95,7 +95,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "init-pulsar": "command": @@ -125,7 +125,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "kg-extract-relationships": "command": @@ -140,7 +140,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "pdf-decoder": "command": @@ -155,7 +155,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "prometheus": "deploy": @@ -214,7 +214,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "prompt-rag": "command": @@ -261,7 +261,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -314,7 +314,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "query-graph-embeddings": "command": @@ -331,7 +331,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "query-triples": "command": @@ -348,7 +348,7 @@ "reservations": "cpus": "0.1" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "store-doc-embeddings": "command": @@ -365,7 +365,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -382,7 +382,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "store-triples": "command": @@ -399,7 +399,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "text-completion": "command": @@ -426,7 +426,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "text-completion-rag": "command": @@ -457,7 +457,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "vectorize": "command": @@ -472,7 +472,7 @@ "reservations": "cpus": "0.5" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "volumes": "cassandra": {} diff --git a/tg-launch-bedrock-neo4j.yaml b/tg-launch-bedrock-neo4j.yaml index c4077ee2..8de30c3b 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.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "embeddings": "command": @@ -33,7 +33,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "grafana": "deploy": @@ -78,7 +78,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "init-pulsar": "command": @@ -108,7 +108,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "kg-extract-relationships": "command": @@ -123,7 +123,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "neo4j": "deploy": @@ -156,7 +156,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "prometheus": "deploy": @@ -215,7 +215,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "prompt-rag": "command": @@ -262,7 +262,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -315,7 +315,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "query-graph-embeddings": "command": @@ -332,7 +332,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "query-triples": "command": @@ -349,7 +349,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "store-doc-embeddings": "command": @@ -366,7 +366,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -383,7 +383,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "store-triples": "command": @@ -400,7 +400,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "text-completion": "command": @@ -427,7 +427,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "text-completion-rag": "command": @@ -458,7 +458,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "vectorize": "command": @@ -473,7 +473,7 @@ "reservations": "cpus": "0.5" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "volumes": "grafana-storage": {} diff --git a/tg-launch-claude-cassandra.yaml b/tg-launch-claude-cassandra.yaml index 56491021..22772ada 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.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "embeddings": "command": @@ -50,7 +50,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "grafana": "deploy": @@ -95,7 +95,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "init-pulsar": "command": @@ -125,7 +125,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "kg-extract-relationships": "command": @@ -140,7 +140,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "pdf-decoder": "command": @@ -155,7 +155,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "prometheus": "deploy": @@ -214,7 +214,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "prompt-rag": "command": @@ -261,7 +261,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -314,7 +314,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "query-graph-embeddings": "command": @@ -331,7 +331,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "query-triples": "command": @@ -348,7 +348,7 @@ "reservations": "cpus": "0.1" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "store-doc-embeddings": "command": @@ -365,7 +365,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -382,7 +382,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "store-triples": "command": @@ -399,7 +399,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "text-completion": "command": @@ -420,7 +420,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "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.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "vectorize": "command": @@ -460,7 +460,7 @@ "reservations": "cpus": "0.5" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "volumes": "cassandra": {} diff --git a/tg-launch-claude-neo4j.yaml b/tg-launch-claude-neo4j.yaml index 6c5405b6..cec0f747 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.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "embeddings": "command": @@ -33,7 +33,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "grafana": "deploy": @@ -78,7 +78,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "init-pulsar": "command": @@ -108,7 +108,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "kg-extract-relationships": "command": @@ -123,7 +123,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "neo4j": "deploy": @@ -156,7 +156,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "prometheus": "deploy": @@ -215,7 +215,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "prompt-rag": "command": @@ -262,7 +262,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -315,7 +315,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "query-graph-embeddings": "command": @@ -332,7 +332,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "query-triples": "command": @@ -349,7 +349,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "store-doc-embeddings": "command": @@ -366,7 +366,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -383,7 +383,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "store-triples": "command": @@ -400,7 +400,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "text-completion": "command": @@ -421,7 +421,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "text-completion-rag": "command": @@ -446,7 +446,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "vectorize": "command": @@ -461,7 +461,7 @@ "reservations": "cpus": "0.5" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "volumes": "grafana-storage": {} diff --git a/tg-launch-cohere-cassandra.yaml b/tg-launch-cohere-cassandra.yaml index 3506d698..906a5c64 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.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "embeddings": "command": @@ -50,7 +50,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "grafana": "deploy": @@ -95,7 +95,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "init-pulsar": "command": @@ -125,7 +125,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "kg-extract-relationships": "command": @@ -140,7 +140,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "pdf-decoder": "command": @@ -155,7 +155,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "prometheus": "deploy": @@ -214,7 +214,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "prompt-rag": "command": @@ -261,7 +261,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -314,7 +314,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "query-graph-embeddings": "command": @@ -331,7 +331,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "query-triples": "command": @@ -348,7 +348,7 @@ "reservations": "cpus": "0.1" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "store-doc-embeddings": "command": @@ -365,7 +365,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -382,7 +382,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "store-triples": "command": @@ -399,7 +399,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "text-completion": "command": @@ -418,7 +418,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "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.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "vectorize": "command": @@ -456,7 +456,7 @@ "reservations": "cpus": "0.5" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "volumes": "cassandra": {} diff --git a/tg-launch-cohere-neo4j.yaml b/tg-launch-cohere-neo4j.yaml index 98020bf3..0dc2bd12 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.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "embeddings": "command": @@ -33,7 +33,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "grafana": "deploy": @@ -78,7 +78,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "init-pulsar": "command": @@ -108,7 +108,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "kg-extract-relationships": "command": @@ -123,7 +123,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "neo4j": "deploy": @@ -156,7 +156,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "prometheus": "deploy": @@ -215,7 +215,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "prompt-rag": "command": @@ -262,7 +262,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -315,7 +315,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "query-graph-embeddings": "command": @@ -332,7 +332,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "query-triples": "command": @@ -349,7 +349,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "store-doc-embeddings": "command": @@ -366,7 +366,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -383,7 +383,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "store-triples": "command": @@ -400,7 +400,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "text-completion": "command": @@ -419,7 +419,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "text-completion-rag": "command": @@ -442,7 +442,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "vectorize": "command": @@ -457,7 +457,7 @@ "reservations": "cpus": "0.5" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "volumes": "grafana-storage": {} diff --git a/tg-launch-ollama-cassandra.yaml b/tg-launch-ollama-cassandra.yaml index f353d86a..51fe0ca6 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.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "embeddings": "command": @@ -50,7 +50,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "grafana": "deploy": @@ -95,7 +95,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "init-pulsar": "command": @@ -125,7 +125,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "kg-extract-relationships": "command": @@ -140,7 +140,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "pdf-decoder": "command": @@ -155,7 +155,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "prometheus": "deploy": @@ -190,7 +190,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "prompt-rag": "command": @@ -213,7 +213,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -266,7 +266,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "query-graph-embeddings": "command": @@ -283,7 +283,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "query-triples": "command": @@ -300,7 +300,7 @@ "reservations": "cpus": "0.1" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "store-doc-embeddings": "command": @@ -317,7 +317,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -334,7 +334,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "store-triples": "command": @@ -351,7 +351,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "text-completion": "command": @@ -370,7 +370,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "text-completion-rag": "command": @@ -393,7 +393,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "vectorize": "command": @@ -408,7 +408,7 @@ "reservations": "cpus": "0.5" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "volumes": "cassandra": {} diff --git a/tg-launch-ollama-neo4j.yaml b/tg-launch-ollama-neo4j.yaml index fd63621a..ccbea47e 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.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "embeddings": "command": @@ -33,7 +33,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "grafana": "deploy": @@ -78,7 +78,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "init-pulsar": "command": @@ -108,7 +108,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "kg-extract-relationships": "command": @@ -123,7 +123,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "neo4j": "deploy": @@ -156,7 +156,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "prometheus": "deploy": @@ -191,7 +191,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "prompt-rag": "command": @@ -214,7 +214,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -267,7 +267,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "query-graph-embeddings": "command": @@ -284,7 +284,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "query-triples": "command": @@ -301,7 +301,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "store-doc-embeddings": "command": @@ -318,7 +318,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -335,7 +335,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "store-triples": "command": @@ -352,7 +352,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "text-completion": "command": @@ -371,7 +371,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "text-completion-rag": "command": @@ -394,7 +394,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "vectorize": "command": @@ -409,7 +409,7 @@ "reservations": "cpus": "0.5" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "volumes": "grafana-storage": {} diff --git a/tg-launch-openai-cassandra.yaml b/tg-launch-openai-cassandra.yaml index c543e50c..4415cff3 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.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "embeddings": "command": @@ -50,7 +50,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "grafana": "deploy": @@ -95,7 +95,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "init-pulsar": "command": @@ -125,7 +125,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "kg-extract-relationships": "command": @@ -140,7 +140,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "pdf-decoder": "command": @@ -155,7 +155,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "prometheus": "deploy": @@ -214,7 +214,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "prompt-rag": "command": @@ -261,7 +261,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -314,7 +314,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "query-graph-embeddings": "command": @@ -331,7 +331,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "query-triples": "command": @@ -348,7 +348,7 @@ "reservations": "cpus": "0.1" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "store-doc-embeddings": "command": @@ -365,7 +365,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -382,7 +382,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "store-triples": "command": @@ -399,7 +399,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "text-completion": "command": @@ -422,7 +422,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "text-completion-rag": "command": @@ -449,7 +449,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "vectorize": "command": @@ -464,7 +464,7 @@ "reservations": "cpus": "0.5" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "volumes": "cassandra": {} diff --git a/tg-launch-openai-neo4j.yaml b/tg-launch-openai-neo4j.yaml index 2339bdc8..6a62caba 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.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "embeddings": "command": @@ -33,7 +33,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "grafana": "deploy": @@ -78,7 +78,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "init-pulsar": "command": @@ -108,7 +108,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "kg-extract-relationships": "command": @@ -123,7 +123,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "neo4j": "deploy": @@ -156,7 +156,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "prometheus": "deploy": @@ -215,7 +215,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "prompt-rag": "command": @@ -262,7 +262,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -315,7 +315,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "query-graph-embeddings": "command": @@ -332,7 +332,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "query-triples": "command": @@ -349,7 +349,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "store-doc-embeddings": "command": @@ -366,7 +366,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -383,7 +383,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "store-triples": "command": @@ -400,7 +400,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "text-completion": "command": @@ -423,7 +423,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "text-completion-rag": "command": @@ -450,7 +450,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "vectorize": "command": @@ -465,7 +465,7 @@ "reservations": "cpus": "0.5" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "volumes": "grafana-storage": {} diff --git a/tg-launch-vertexai-cassandra.yaml b/tg-launch-vertexai-cassandra.yaml index 5cbc8530..59a26c07 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.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "embeddings": "command": @@ -50,7 +50,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "grafana": "deploy": @@ -95,7 +95,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "init-pulsar": "command": @@ -125,7 +125,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "kg-extract-relationships": "command": @@ -140,7 +140,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "pdf-decoder": "command": @@ -155,7 +155,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "prometheus": "deploy": @@ -214,7 +214,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "prompt-rag": "command": @@ -261,7 +261,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -314,7 +314,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "query-graph-embeddings": "command": @@ -331,7 +331,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "query-triples": "command": @@ -348,7 +348,7 @@ "reservations": "cpus": "0.1" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "store-doc-embeddings": "command": @@ -365,7 +365,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -382,7 +382,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "store-triples": "command": @@ -399,7 +399,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "text-completion": "command": @@ -424,7 +424,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "volumes": - "./vertexai:/vertexai" @@ -455,7 +455,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "volumes": - "./vertexai:/vertexai" @@ -472,7 +472,7 @@ "reservations": "cpus": "0.5" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "volumes": "cassandra": {} diff --git a/tg-launch-vertexai-neo4j.yaml b/tg-launch-vertexai-neo4j.yaml index d386be28..83c7c681 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.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "embeddings": "command": @@ -33,7 +33,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "grafana": "deploy": @@ -78,7 +78,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "init-pulsar": "command": @@ -108,7 +108,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "kg-extract-relationships": "command": @@ -123,7 +123,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "neo4j": "deploy": @@ -156,7 +156,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "prometheus": "deploy": @@ -215,7 +215,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "prompt-rag": "command": @@ -262,7 +262,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -315,7 +315,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "query-graph-embeddings": "command": @@ -332,7 +332,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "query-triples": "command": @@ -349,7 +349,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "store-doc-embeddings": "command": @@ -366,7 +366,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -383,7 +383,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "store-triples": "command": @@ -400,7 +400,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "text-completion": "command": @@ -425,7 +425,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "volumes": - "./vertexai:/vertexai" @@ -456,7 +456,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "volumes": - "./vertexai:/vertexai" @@ -473,7 +473,7 @@ "reservations": "cpus": "0.5" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "volumes": "grafana-storage": {} diff --git a/tg-storage-cassandra.yaml b/tg-storage-cassandra.yaml index 88945c6f..2e358e41 100644 --- a/tg-storage-cassandra.yaml +++ b/tg-storage-cassandra.yaml @@ -118,7 +118,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "query-graph-embeddings": "command": @@ -135,7 +135,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "query-triples": "command": @@ -152,7 +152,7 @@ "reservations": "cpus": "0.1" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "store-doc-embeddings": "command": @@ -169,7 +169,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -186,7 +186,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "store-triples": "command": @@ -203,7 +203,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "volumes": "cassandra": {} diff --git a/tg-storage-neo4j.yaml b/tg-storage-neo4j.yaml index 348198d9..d5bca10c 100644 --- a/tg-storage-neo4j.yaml +++ b/tg-storage-neo4j.yaml @@ -119,7 +119,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "query-graph-embeddings": "command": @@ -136,7 +136,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "query-triples": "command": @@ -153,7 +153,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "store-doc-embeddings": "command": @@ -170,7 +170,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -187,7 +187,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "store-triples": "command": @@ -204,7 +204,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.9.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.9.3" "restart": "on-failure:100" "volumes": "grafana-storage": {} diff --git a/trustgraph/model/prompt/generic/service.py b/trustgraph/model/prompt/generic/service.py index 0c6f8095..bc78f664 100755 --- a/trustgraph/model/prompt/generic/service.py +++ b/trustgraph/model/prompt/generic/service.py @@ -55,6 +55,14 @@ class Processor(ConsumerProducer): pulsar_host = self.pulsar_host ) + def parse_json(self, text): + + # Hacky, workaround temperamental JSON markdown + text = text.replace("```json", "") + text = text.replace("```", "") + + return json.loads(text) + def handle(self, msg): v = msg.value() @@ -107,7 +115,7 @@ class Processor(ConsumerProducer): # Silently ignore JSON parse error try: - defs = json.loads(ans) + defs = self.parse_json(ans) except: print("JSON parse error, ignored", flush=True) defs = [] @@ -166,7 +174,7 @@ class Processor(ConsumerProducer): # Silently ignore JSON parse error try: - defs = json.loads(ans) + defs = self.parse_json(ans) except: print("JSON parse error, ignored", flush=True) defs = [] @@ -244,7 +252,7 @@ class Processor(ConsumerProducer): # Silently ignore JSON parse error try: - objs = json.loads(ans) + objs = self.parse_json(ans) except: print("JSON parse error, ignored", flush=True) objs = [] diff --git a/trustgraph/model/prompt/template/service.py b/trustgraph/model/prompt/template/service.py index f54b5071..ce595720 100755 --- a/trustgraph/model/prompt/template/service.py +++ b/trustgraph/model/prompt/template/service.py @@ -67,6 +67,14 @@ class Processor(ConsumerProducer): self.knowledge_query_template = knowledge_query_template self.document_query_template = document_query_template + def parse_json(self, text): + + # Hacky, workaround temperamental JSON markdown + text = text.replace("```json", "") + text = text.replace("```", "") + + return json.loads(text) + def handle(self, msg): v = msg.value() @@ -119,7 +127,7 @@ class Processor(ConsumerProducer): # Silently ignore JSON parse error try: - defs = json.loads(ans) + defs = self.parse_json(ans) except: print("JSON parse error, ignored", flush=True) defs = [] @@ -178,7 +186,7 @@ class Processor(ConsumerProducer): # Silently ignore JSON parse error try: - defs = json.loads(ans) + defs = self.parse_json(ans) except: print("JSON parse error, ignored", flush=True) defs = [] @@ -256,7 +264,7 @@ class Processor(ConsumerProducer): # Silently ignore JSON parse error try: - objs = json.loads(ans) + objs = self.parse_json(ans) except: print("JSON parse error, ignored", flush=True) objs = [] diff --git a/trustgraph/model/text_completion/azure/llm.py b/trustgraph/model/text_completion/azure/llm.py index bbbd749b..86395317 100755 --- a/trustgraph/model/text_completion/azure/llm.py +++ b/trustgraph/model/text_completion/azure/llm.py @@ -134,10 +134,7 @@ class Processor(ConsumerProducer): print("Send response...", flush=True) - resp = response.replace("```json", "") - resp = response.replace("```", "") - - r = TextCompletionResponse(response=resp, error=None) + r = TextCompletionResponse(response=response, error=None) self.producer.send(r, properties={"id": id}) except TooManyRequests: diff --git a/trustgraph/model/text_completion/bedrock/llm.py b/trustgraph/model/text_completion/bedrock/llm.py index 4466ad72..fccf6353 100755 --- a/trustgraph/model/text_completion/bedrock/llm.py +++ b/trustgraph/model/text_completion/bedrock/llm.py @@ -213,13 +213,10 @@ class Processor(ConsumerProducer): print(outputtext, flush=True) - resp = outputtext.replace("```json", "") - resp = resp.replace("```", "") - print("Send response...", flush=True) r = TextCompletionResponse( error=None, - response=resp + response=outputtext ) self.send(r, properties={"id": id}) diff --git a/trustgraph/model/text_completion/cohere/llm.py b/trustgraph/model/text_completion/cohere/llm.py index 216c8e40..af55fd2c 100755 --- a/trustgraph/model/text_completion/cohere/llm.py +++ b/trustgraph/model/text_completion/cohere/llm.py @@ -93,9 +93,6 @@ class Processor(ConsumerProducer): resp = output.text print(resp, flush=True) - resp = resp.replace("```json", "") - resp = resp.replace("```", "") - print("Send response...", flush=True) r = TextCompletionResponse(response=resp, error=None) self.send(r, properties={"id": id}) diff --git a/trustgraph/model/text_completion/ollama/llm.py b/trustgraph/model/text_completion/ollama/llm.py index 86bab3b7..93d89720 100755 --- a/trustgraph/model/text_completion/ollama/llm.py +++ b/trustgraph/model/text_completion/ollama/llm.py @@ -87,10 +87,7 @@ class Processor(ConsumerProducer): print("Send response...", flush=True) - resp = response.replace("```json", "") - resp = response.replace("```", "") - - r = TextCompletionResponse(response=resp, error=None) + r = TextCompletionResponse(response=response, error=None) self.send(r, properties={"id": id}) diff --git a/trustgraph/model/text_completion/vertexai/llm.py b/trustgraph/model/text_completion/vertexai/llm.py index a5dc9c24..17ebde6c 100755 --- a/trustgraph/model/text_completion/vertexai/llm.py +++ b/trustgraph/model/text_completion/vertexai/llm.py @@ -148,9 +148,6 @@ class Processor(ConsumerProducer): resp = resp.text - resp = resp.replace("```json", "") - resp = resp.replace("```", "") - print("Send response...", flush=True) r = TextCompletionResponse(