diff --git a/Makefile b/Makefile index b6a2e49d..ad51a31a 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # VERSION=$(shell git describe | sed 's/^v//') -VERSION=0.7.20 +VERSION=0.8.0 DOCKER=podman diff --git a/setup.py b/setup.py index 8243f3ba..6d35e20c 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.20" +version = "0.8.0" setuptools.setup( name="trustgraph", diff --git a/tg-launch-azure-cassandra.yaml b/tg-launch-azure-cassandra.yaml index 61da8ab0..bc28bcfd 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.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "embeddings": "command": @@ -50,7 +50,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "grafana": "deploy": @@ -95,7 +95,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "init-pulsar": "command": @@ -128,7 +128,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "kg-extract-relationships": "command": @@ -143,7 +143,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "pdf-decoder": "command": @@ -158,7 +158,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "prometheus": "deploy": @@ -217,7 +217,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "prompt-rag": "command": @@ -264,7 +264,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -333,7 +333,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "query-triples": "command": @@ -350,7 +350,7 @@ "reservations": "cpus": "0.1" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -367,7 +367,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "store-triples": "command": @@ -384,7 +384,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "text-completion": "command": @@ -407,7 +407,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "text-completion-rag": "command": @@ -434,7 +434,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "vectorize": "command": @@ -449,7 +449,7 @@ "reservations": "cpus": "0.5" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "volumes": "cassandra": {} diff --git a/tg-launch-azure-neo4j.yaml b/tg-launch-azure-neo4j.yaml index 4f339732..0691fe4f 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.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "embeddings": "command": @@ -33,7 +33,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "grafana": "deploy": @@ -78,7 +78,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "init-pulsar": "command": @@ -111,7 +111,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "kg-extract-relationships": "command": @@ -126,7 +126,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "neo4j": "deploy": @@ -159,7 +159,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "prometheus": "deploy": @@ -218,7 +218,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "prompt-rag": "command": @@ -265,7 +265,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -334,7 +334,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "query-triples": "command": @@ -351,7 +351,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -368,7 +368,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "store-triples": "command": @@ -385,7 +385,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "text-completion": "command": @@ -408,7 +408,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "text-completion-rag": "command": @@ -435,7 +435,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "vectorize": "command": @@ -450,7 +450,7 @@ "reservations": "cpus": "0.5" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "volumes": "grafana-storage": {} diff --git a/tg-launch-bedrock-cassandra.yaml b/tg-launch-bedrock-cassandra.yaml index 46660d69..e0247f3f 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.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "embeddings": "command": @@ -50,7 +50,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "grafana": "deploy": @@ -95,7 +95,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "init-pulsar": "command": @@ -128,7 +128,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "kg-extract-relationships": "command": @@ -143,7 +143,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "pdf-decoder": "command": @@ -158,7 +158,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "prometheus": "deploy": @@ -217,7 +217,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "prompt-rag": "command": @@ -264,7 +264,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -333,7 +333,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "query-triples": "command": @@ -350,7 +350,7 @@ "reservations": "cpus": "0.1" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -367,7 +367,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "store-triples": "command": @@ -384,7 +384,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "text-completion": "command": @@ -411,7 +411,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "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.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "vectorize": "command": @@ -457,7 +457,7 @@ "reservations": "cpus": "0.5" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "volumes": "cassandra": {} diff --git a/tg-launch-bedrock-neo4j.yaml b/tg-launch-bedrock-neo4j.yaml index 8d4f8c57..598120ad 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.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "embeddings": "command": @@ -33,7 +33,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "grafana": "deploy": @@ -78,7 +78,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "init-pulsar": "command": @@ -111,7 +111,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "kg-extract-relationships": "command": @@ -126,7 +126,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "neo4j": "deploy": @@ -159,7 +159,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "prometheus": "deploy": @@ -218,7 +218,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "prompt-rag": "command": @@ -265,7 +265,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -334,7 +334,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "query-triples": "command": @@ -351,7 +351,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -368,7 +368,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "store-triples": "command": @@ -385,7 +385,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "text-completion": "command": @@ -412,7 +412,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "text-completion-rag": "command": @@ -443,7 +443,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "vectorize": "command": @@ -458,7 +458,7 @@ "reservations": "cpus": "0.5" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "volumes": "grafana-storage": {} diff --git a/tg-launch-claude-cassandra.yaml b/tg-launch-claude-cassandra.yaml index 1dc098c1..05b85c42 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.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "embeddings": "command": @@ -50,7 +50,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "grafana": "deploy": @@ -95,7 +95,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "init-pulsar": "command": @@ -128,7 +128,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "kg-extract-relationships": "command": @@ -143,7 +143,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "pdf-decoder": "command": @@ -158,7 +158,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "prometheus": "deploy": @@ -217,7 +217,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "prompt-rag": "command": @@ -264,7 +264,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -333,7 +333,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "query-triples": "command": @@ -350,7 +350,7 @@ "reservations": "cpus": "0.1" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -367,7 +367,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "store-triples": "command": @@ -384,7 +384,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "text-completion": "command": @@ -405,7 +405,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "text-completion-rag": "command": @@ -430,7 +430,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "vectorize": "command": @@ -445,7 +445,7 @@ "reservations": "cpus": "0.5" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "volumes": "cassandra": {} diff --git a/tg-launch-claude-neo4j.yaml b/tg-launch-claude-neo4j.yaml index 3b6f32fb..f0bfa034 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.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "embeddings": "command": @@ -33,7 +33,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "grafana": "deploy": @@ -78,7 +78,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "init-pulsar": "command": @@ -111,7 +111,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "kg-extract-relationships": "command": @@ -126,7 +126,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "neo4j": "deploy": @@ -159,7 +159,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "prometheus": "deploy": @@ -218,7 +218,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "prompt-rag": "command": @@ -265,7 +265,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -334,7 +334,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "query-triples": "command": @@ -351,7 +351,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -368,7 +368,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "store-triples": "command": @@ -385,7 +385,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "text-completion": "command": @@ -406,7 +406,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "text-completion-rag": "command": @@ -431,7 +431,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "vectorize": "command": @@ -446,7 +446,7 @@ "reservations": "cpus": "0.5" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "volumes": "grafana-storage": {} diff --git a/tg-launch-cohere-cassandra.yaml b/tg-launch-cohere-cassandra.yaml index cffa2806..c6751c5c 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.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "embeddings": "command": @@ -50,7 +50,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "grafana": "deploy": @@ -95,7 +95,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "init-pulsar": "command": @@ -128,7 +128,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "kg-extract-relationships": "command": @@ -143,7 +143,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "pdf-decoder": "command": @@ -158,7 +158,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "prometheus": "deploy": @@ -217,7 +217,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "prompt-rag": "command": @@ -264,7 +264,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -333,7 +333,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "query-triples": "command": @@ -350,7 +350,7 @@ "reservations": "cpus": "0.1" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -367,7 +367,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "store-triples": "command": @@ -384,7 +384,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "text-completion": "command": @@ -403,7 +403,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "text-completion-rag": "command": @@ -426,7 +426,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "vectorize": "command": @@ -441,7 +441,7 @@ "reservations": "cpus": "0.5" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "volumes": "cassandra": {} diff --git a/tg-launch-cohere-neo4j.yaml b/tg-launch-cohere-neo4j.yaml index 3adcd792..a93850d3 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.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "embeddings": "command": @@ -33,7 +33,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "grafana": "deploy": @@ -78,7 +78,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "init-pulsar": "command": @@ -111,7 +111,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "kg-extract-relationships": "command": @@ -126,7 +126,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "neo4j": "deploy": @@ -159,7 +159,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "prometheus": "deploy": @@ -218,7 +218,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "prompt-rag": "command": @@ -265,7 +265,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -334,7 +334,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "query-triples": "command": @@ -351,7 +351,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -368,7 +368,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "store-triples": "command": @@ -385,7 +385,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "text-completion": "command": @@ -404,7 +404,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "text-completion-rag": "command": @@ -427,7 +427,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "vectorize": "command": @@ -442,7 +442,7 @@ "reservations": "cpus": "0.5" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "volumes": "grafana-storage": {} diff --git a/tg-launch-ollama-cassandra.yaml b/tg-launch-ollama-cassandra.yaml index e21e34d3..e9c00ebb 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.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "embeddings": "command": @@ -50,7 +50,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "grafana": "deploy": @@ -95,7 +95,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "init-pulsar": "command": @@ -128,7 +128,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "kg-extract-relationships": "command": @@ -143,7 +143,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "pdf-decoder": "command": @@ -158,7 +158,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "prometheus": "deploy": @@ -193,7 +193,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "prompt-rag": "command": @@ -216,7 +216,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -285,7 +285,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "query-triples": "command": @@ -302,7 +302,7 @@ "reservations": "cpus": "0.1" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -319,7 +319,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "store-triples": "command": @@ -336,7 +336,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "text-completion": "command": @@ -355,7 +355,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "text-completion-rag": "command": @@ -378,7 +378,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "vectorize": "command": @@ -393,7 +393,7 @@ "reservations": "cpus": "0.5" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "volumes": "cassandra": {} diff --git a/tg-launch-ollama-neo4j.yaml b/tg-launch-ollama-neo4j.yaml index 5739e5f4..ba2408dd 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.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "embeddings": "command": @@ -33,7 +33,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "grafana": "deploy": @@ -78,7 +78,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "init-pulsar": "command": @@ -111,7 +111,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "kg-extract-relationships": "command": @@ -126,7 +126,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "neo4j": "deploy": @@ -159,7 +159,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "prometheus": "deploy": @@ -194,7 +194,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "prompt-rag": "command": @@ -217,7 +217,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -286,7 +286,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "query-triples": "command": @@ -303,7 +303,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -320,7 +320,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "store-triples": "command": @@ -337,7 +337,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "text-completion": "command": @@ -356,7 +356,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "text-completion-rag": "command": @@ -379,7 +379,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "vectorize": "command": @@ -394,7 +394,7 @@ "reservations": "cpus": "0.5" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "volumes": "grafana-storage": {} diff --git a/tg-launch-openai-cassandra.yaml b/tg-launch-openai-cassandra.yaml index 90675766..e4f4471b 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.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "embeddings": "command": @@ -50,7 +50,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "grafana": "deploy": @@ -95,7 +95,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "init-pulsar": "command": @@ -128,7 +128,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "kg-extract-relationships": "command": @@ -143,7 +143,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "pdf-decoder": "command": @@ -158,7 +158,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "prometheus": "deploy": @@ -217,7 +217,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "prompt-rag": "command": @@ -264,7 +264,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -333,7 +333,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "query-triples": "command": @@ -350,7 +350,7 @@ "reservations": "cpus": "0.1" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -367,7 +367,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "store-triples": "command": @@ -384,7 +384,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "text-completion": "command": @@ -405,7 +405,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "text-completion-rag": "command": @@ -430,7 +430,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "vectorize": "command": @@ -445,7 +445,7 @@ "reservations": "cpus": "0.5" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "volumes": "cassandra": {} diff --git a/tg-launch-openai-neo4j.yaml b/tg-launch-openai-neo4j.yaml index f80ce5cf..4ced5703 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.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "embeddings": "command": @@ -33,7 +33,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "grafana": "deploy": @@ -78,7 +78,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "init-pulsar": "command": @@ -111,7 +111,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "kg-extract-relationships": "command": @@ -126,7 +126,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "neo4j": "deploy": @@ -159,7 +159,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "prometheus": "deploy": @@ -218,7 +218,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "prompt-rag": "command": @@ -265,7 +265,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -334,7 +334,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "query-triples": "command": @@ -351,7 +351,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -368,7 +368,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "store-triples": "command": @@ -385,7 +385,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "text-completion": "command": @@ -406,7 +406,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "text-completion-rag": "command": @@ -431,7 +431,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "vectorize": "command": @@ -446,7 +446,7 @@ "reservations": "cpus": "0.5" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "volumes": "grafana-storage": {} diff --git a/tg-launch-vertexai-cassandra.yaml b/tg-launch-vertexai-cassandra.yaml index 18938ada..7d8fedc3 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.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "embeddings": "command": @@ -50,7 +50,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "grafana": "deploy": @@ -95,7 +95,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "init-pulsar": "command": @@ -128,7 +128,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "kg-extract-relationships": "command": @@ -143,7 +143,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "pdf-decoder": "command": @@ -158,7 +158,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "prometheus": "deploy": @@ -217,7 +217,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "prompt-rag": "command": @@ -264,7 +264,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -333,7 +333,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "query-triples": "command": @@ -350,7 +350,7 @@ "reservations": "cpus": "0.1" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -367,7 +367,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "store-triples": "command": @@ -384,7 +384,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "text-completion": "command": @@ -407,7 +407,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "volumes": - "./vertexai:/vertexai" @@ -436,7 +436,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "volumes": - "./vertexai:/vertexai" @@ -453,7 +453,7 @@ "reservations": "cpus": "0.5" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "volumes": "cassandra": {} diff --git a/tg-launch-vertexai-neo4j.yaml b/tg-launch-vertexai-neo4j.yaml index cc480e04..0ed96c1e 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.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "embeddings": "command": @@ -33,7 +33,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "grafana": "deploy": @@ -78,7 +78,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "init-pulsar": "command": @@ -111,7 +111,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "kg-extract-relationships": "command": @@ -126,7 +126,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "neo4j": "deploy": @@ -159,7 +159,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "prometheus": "deploy": @@ -218,7 +218,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "prompt-rag": "command": @@ -265,7 +265,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -334,7 +334,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "query-triples": "command": @@ -351,7 +351,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -368,7 +368,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "store-triples": "command": @@ -385,7 +385,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "text-completion": "command": @@ -408,7 +408,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "volumes": - "./vertexai:/vertexai" @@ -437,7 +437,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "volumes": - "./vertexai:/vertexai" @@ -454,7 +454,7 @@ "reservations": "cpus": "0.5" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "volumes": "grafana-storage": {} diff --git a/tg-storage-cassandra.yaml b/tg-storage-cassandra.yaml index 4bf4c27d..18cd3e33 100644 --- a/tg-storage-cassandra.yaml +++ b/tg-storage-cassandra.yaml @@ -137,7 +137,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "query-triples": "command": @@ -154,7 +154,7 @@ "reservations": "cpus": "0.1" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -171,7 +171,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "store-triples": "command": @@ -188,7 +188,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "volumes": "cassandra": {} diff --git a/tg-storage-neo4j.yaml b/tg-storage-neo4j.yaml index b6f0c49d..a6fde20c 100644 --- a/tg-storage-neo4j.yaml +++ b/tg-storage-neo4j.yaml @@ -138,7 +138,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "query-triples": "command": @@ -155,7 +155,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -172,7 +172,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "store-triples": "command": @@ -189,7 +189,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.20" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.0" "restart": "on-failure:100" "volumes": "grafana-storage": {}