From 5951fb4e56961797cb96311a4538eb1893f575a7 Mon Sep 17 00:00:00 2001 From: Cyber MacGeddon Date: Sun, 29 Sep 2024 18:15:34 +0100 Subject: [PATCH] Bump version to 0.11.1 --- Makefile | 2 +- setup.py | 2 +- tg-launch-azure-cassandra.yaml | 36 +++++++++++++++--------------- tg-launch-azure-neo4j.yaml | 36 +++++++++++++++--------------- tg-launch-bedrock-cassandra.yaml | 36 +++++++++++++++--------------- tg-launch-bedrock-neo4j.yaml | 36 +++++++++++++++--------------- tg-launch-claude-cassandra.yaml | 36 +++++++++++++++--------------- tg-launch-claude-neo4j.yaml | 36 +++++++++++++++--------------- tg-launch-cohere-cassandra.yaml | 36 +++++++++++++++--------------- tg-launch-cohere-neo4j.yaml | 36 +++++++++++++++--------------- tg-launch-llamafile-cassandra.yaml | 36 +++++++++++++++--------------- tg-launch-llamafile-neo4j.yaml | 36 +++++++++++++++--------------- tg-launch-ollama-cassandra.yaml | 36 +++++++++++++++--------------- tg-launch-ollama-neo4j.yaml | 36 +++++++++++++++--------------- tg-launch-openai-cassandra.yaml | 36 +++++++++++++++--------------- tg-launch-openai-neo4j.yaml | 36 +++++++++++++++--------------- tg-launch-vertexai-cassandra.yaml | 36 +++++++++++++++--------------- tg-launch-vertexai-neo4j.yaml | 36 +++++++++++++++--------------- tg-storage-cassandra.yaml | 12 +++++----- tg-storage-neo4j.yaml | 12 +++++----- 20 files changed, 302 insertions(+), 302 deletions(-) diff --git a/Makefile b/Makefile index 750a7731..c60d6326 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # VERSION=$(shell git describe | sed 's/^v//') -VERSION=0.11.0 +VERSION=0.11.1 DOCKER=podman diff --git a/setup.py b/setup.py index 3b9b5eca..192b29fc 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.11.0" +version = "0.11.1" setuptools.setup( name="trustgraph", diff --git a/tg-launch-azure-cassandra.yaml b/tg-launch-azure-cassandra.yaml index 93885f0d..e65368f3 100644 --- a/tg-launch-azure-cassandra.yaml +++ b/tg-launch-azure-cassandra.yaml @@ -33,7 +33,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 embeddings: command: @@ -50,7 +50,7 @@ services: reservations: cpus: '0.5' memory: 400M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 grafana: deploy: @@ -95,7 +95,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 init-pulsar: command: @@ -130,7 +130,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 kg-extract-relationships: command: @@ -145,7 +145,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 kg-extract-topics: command: @@ -160,7 +160,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 pdf-decoder: command: @@ -175,7 +175,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 prometheus: deploy: @@ -365,7 +365,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 prompt-rag: command: @@ -543,7 +543,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 pulsar: command: @@ -597,7 +597,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 query-graph-embeddings: command: @@ -614,7 +614,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 query-triples: command: @@ -631,7 +631,7 @@ services: reservations: cpus: '0.1' memory: 512M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 store-doc-embeddings: command: @@ -648,7 +648,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 store-graph-embeddings: command: @@ -665,7 +665,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 store-triples: command: @@ -682,7 +682,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 text-completion: command: @@ -705,7 +705,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 text-completion-rag: command: @@ -732,7 +732,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 vectorize: command: @@ -747,7 +747,7 @@ services: reservations: cpus: '0.5' memory: 512M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 volumes: cassandra: {} diff --git a/tg-launch-azure-neo4j.yaml b/tg-launch-azure-neo4j.yaml index f5ca3d5f..18642be0 100644 --- a/tg-launch-azure-neo4j.yaml +++ b/tg-launch-azure-neo4j.yaml @@ -16,7 +16,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 embeddings: command: @@ -33,7 +33,7 @@ services: reservations: cpus: '0.5' memory: 400M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 grafana: deploy: @@ -78,7 +78,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 init-pulsar: command: @@ -113,7 +113,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 kg-extract-relationships: command: @@ -128,7 +128,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 kg-extract-topics: command: @@ -143,7 +143,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 neo4j: deploy: @@ -176,7 +176,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 prometheus: deploy: @@ -366,7 +366,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 prompt-rag: command: @@ -544,7 +544,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 pulsar: command: @@ -598,7 +598,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 query-graph-embeddings: command: @@ -615,7 +615,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 query-triples: command: @@ -632,7 +632,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 store-doc-embeddings: command: @@ -649,7 +649,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 store-graph-embeddings: command: @@ -666,7 +666,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 store-triples: command: @@ -683,7 +683,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 text-completion: command: @@ -706,7 +706,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 text-completion-rag: command: @@ -733,7 +733,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 vectorize: command: @@ -748,7 +748,7 @@ services: reservations: cpus: '0.5' memory: 512M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 volumes: grafana-storage: {} diff --git a/tg-launch-bedrock-cassandra.yaml b/tg-launch-bedrock-cassandra.yaml index 85f70c88..e9702f52 100644 --- a/tg-launch-bedrock-cassandra.yaml +++ b/tg-launch-bedrock-cassandra.yaml @@ -33,7 +33,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 embeddings: command: @@ -50,7 +50,7 @@ services: reservations: cpus: '0.5' memory: 400M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 grafana: deploy: @@ -95,7 +95,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 init-pulsar: command: @@ -130,7 +130,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 kg-extract-relationships: command: @@ -145,7 +145,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 kg-extract-topics: command: @@ -160,7 +160,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 pdf-decoder: command: @@ -175,7 +175,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 prometheus: deploy: @@ -365,7 +365,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 prompt-rag: command: @@ -543,7 +543,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 pulsar: command: @@ -597,7 +597,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 query-graph-embeddings: command: @@ -614,7 +614,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 query-triples: command: @@ -631,7 +631,7 @@ services: reservations: cpus: '0.1' memory: 512M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 store-doc-embeddings: command: @@ -648,7 +648,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 store-graph-embeddings: command: @@ -665,7 +665,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 store-triples: command: @@ -682,7 +682,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 text-completion: command: @@ -709,7 +709,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 text-completion-rag: command: @@ -740,7 +740,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 vectorize: command: @@ -755,7 +755,7 @@ services: reservations: cpus: '0.5' memory: 512M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 volumes: cassandra: {} diff --git a/tg-launch-bedrock-neo4j.yaml b/tg-launch-bedrock-neo4j.yaml index 10638bca..eff4c22e 100644 --- a/tg-launch-bedrock-neo4j.yaml +++ b/tg-launch-bedrock-neo4j.yaml @@ -16,7 +16,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 embeddings: command: @@ -33,7 +33,7 @@ services: reservations: cpus: '0.5' memory: 400M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 grafana: deploy: @@ -78,7 +78,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 init-pulsar: command: @@ -113,7 +113,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 kg-extract-relationships: command: @@ -128,7 +128,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 kg-extract-topics: command: @@ -143,7 +143,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 neo4j: deploy: @@ -176,7 +176,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 prometheus: deploy: @@ -366,7 +366,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 prompt-rag: command: @@ -544,7 +544,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 pulsar: command: @@ -598,7 +598,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 query-graph-embeddings: command: @@ -615,7 +615,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 query-triples: command: @@ -632,7 +632,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 store-doc-embeddings: command: @@ -649,7 +649,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 store-graph-embeddings: command: @@ -666,7 +666,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 store-triples: command: @@ -683,7 +683,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 text-completion: command: @@ -710,7 +710,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 text-completion-rag: command: @@ -741,7 +741,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 vectorize: command: @@ -756,7 +756,7 @@ services: reservations: cpus: '0.5' memory: 512M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 volumes: grafana-storage: {} diff --git a/tg-launch-claude-cassandra.yaml b/tg-launch-claude-cassandra.yaml index f4e4dfb9..cf71e98a 100644 --- a/tg-launch-claude-cassandra.yaml +++ b/tg-launch-claude-cassandra.yaml @@ -33,7 +33,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 embeddings: command: @@ -50,7 +50,7 @@ services: reservations: cpus: '0.5' memory: 400M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 grafana: deploy: @@ -95,7 +95,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 init-pulsar: command: @@ -130,7 +130,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 kg-extract-relationships: command: @@ -145,7 +145,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 kg-extract-topics: command: @@ -160,7 +160,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 pdf-decoder: command: @@ -175,7 +175,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 prometheus: deploy: @@ -365,7 +365,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 prompt-rag: command: @@ -543,7 +543,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 pulsar: command: @@ -597,7 +597,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 query-graph-embeddings: command: @@ -614,7 +614,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 query-triples: command: @@ -631,7 +631,7 @@ services: reservations: cpus: '0.1' memory: 512M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 store-doc-embeddings: command: @@ -648,7 +648,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 store-graph-embeddings: command: @@ -665,7 +665,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 store-triples: command: @@ -682,7 +682,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 text-completion: command: @@ -703,7 +703,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 text-completion-rag: command: @@ -728,7 +728,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 vectorize: command: @@ -743,7 +743,7 @@ services: reservations: cpus: '0.5' memory: 512M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 volumes: cassandra: {} diff --git a/tg-launch-claude-neo4j.yaml b/tg-launch-claude-neo4j.yaml index ce3c750a..61189383 100644 --- a/tg-launch-claude-neo4j.yaml +++ b/tg-launch-claude-neo4j.yaml @@ -16,7 +16,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 embeddings: command: @@ -33,7 +33,7 @@ services: reservations: cpus: '0.5' memory: 400M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 grafana: deploy: @@ -78,7 +78,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 init-pulsar: command: @@ -113,7 +113,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 kg-extract-relationships: command: @@ -128,7 +128,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 kg-extract-topics: command: @@ -143,7 +143,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 neo4j: deploy: @@ -176,7 +176,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 prometheus: deploy: @@ -366,7 +366,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 prompt-rag: command: @@ -544,7 +544,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 pulsar: command: @@ -598,7 +598,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 query-graph-embeddings: command: @@ -615,7 +615,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 query-triples: command: @@ -632,7 +632,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 store-doc-embeddings: command: @@ -649,7 +649,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 store-graph-embeddings: command: @@ -666,7 +666,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 store-triples: command: @@ -683,7 +683,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 text-completion: command: @@ -704,7 +704,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 text-completion-rag: command: @@ -729,7 +729,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 vectorize: command: @@ -744,7 +744,7 @@ services: reservations: cpus: '0.5' memory: 512M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 volumes: grafana-storage: {} diff --git a/tg-launch-cohere-cassandra.yaml b/tg-launch-cohere-cassandra.yaml index 278fe8e0..eeea93e4 100644 --- a/tg-launch-cohere-cassandra.yaml +++ b/tg-launch-cohere-cassandra.yaml @@ -33,7 +33,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 embeddings: command: @@ -50,7 +50,7 @@ services: reservations: cpus: '0.5' memory: 400M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 grafana: deploy: @@ -95,7 +95,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 init-pulsar: command: @@ -130,7 +130,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 kg-extract-relationships: command: @@ -145,7 +145,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 kg-extract-topics: command: @@ -160,7 +160,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 pdf-decoder: command: @@ -175,7 +175,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 prometheus: deploy: @@ -365,7 +365,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 prompt-rag: command: @@ -543,7 +543,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 pulsar: command: @@ -597,7 +597,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 query-graph-embeddings: command: @@ -614,7 +614,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 query-triples: command: @@ -631,7 +631,7 @@ services: reservations: cpus: '0.1' memory: 512M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 store-doc-embeddings: command: @@ -648,7 +648,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 store-graph-embeddings: command: @@ -665,7 +665,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 store-triples: command: @@ -682,7 +682,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 text-completion: command: @@ -701,7 +701,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 text-completion-rag: command: @@ -724,7 +724,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 vectorize: command: @@ -739,7 +739,7 @@ services: reservations: cpus: '0.5' memory: 512M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 volumes: cassandra: {} diff --git a/tg-launch-cohere-neo4j.yaml b/tg-launch-cohere-neo4j.yaml index a7d6a570..1468f32d 100644 --- a/tg-launch-cohere-neo4j.yaml +++ b/tg-launch-cohere-neo4j.yaml @@ -16,7 +16,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 embeddings: command: @@ -33,7 +33,7 @@ services: reservations: cpus: '0.5' memory: 400M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 grafana: deploy: @@ -78,7 +78,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 init-pulsar: command: @@ -113,7 +113,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 kg-extract-relationships: command: @@ -128,7 +128,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 kg-extract-topics: command: @@ -143,7 +143,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 neo4j: deploy: @@ -176,7 +176,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 prometheus: deploy: @@ -366,7 +366,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 prompt-rag: command: @@ -544,7 +544,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 pulsar: command: @@ -598,7 +598,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 query-graph-embeddings: command: @@ -615,7 +615,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 query-triples: command: @@ -632,7 +632,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 store-doc-embeddings: command: @@ -649,7 +649,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 store-graph-embeddings: command: @@ -666,7 +666,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 store-triples: command: @@ -683,7 +683,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 text-completion: command: @@ -702,7 +702,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 text-completion-rag: command: @@ -725,7 +725,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 vectorize: command: @@ -740,7 +740,7 @@ services: reservations: cpus: '0.5' memory: 512M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 volumes: grafana-storage: {} diff --git a/tg-launch-llamafile-cassandra.yaml b/tg-launch-llamafile-cassandra.yaml index 204b3f9b..55d4a5f7 100644 --- a/tg-launch-llamafile-cassandra.yaml +++ b/tg-launch-llamafile-cassandra.yaml @@ -33,7 +33,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 embeddings: command: @@ -50,7 +50,7 @@ services: reservations: cpus: '0.5' memory: 400M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 grafana: deploy: @@ -95,7 +95,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 init-pulsar: command: @@ -130,7 +130,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 kg-extract-relationships: command: @@ -145,7 +145,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 kg-extract-topics: command: @@ -160,7 +160,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 pdf-decoder: command: @@ -175,7 +175,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 prometheus: deploy: @@ -210,7 +210,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 prompt-rag: command: @@ -233,7 +233,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 pulsar: command: @@ -287,7 +287,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 query-graph-embeddings: command: @@ -304,7 +304,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 query-triples: command: @@ -321,7 +321,7 @@ services: reservations: cpus: '0.1' memory: 512M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 store-doc-embeddings: command: @@ -338,7 +338,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 store-graph-embeddings: command: @@ -355,7 +355,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 store-triples: command: @@ -372,7 +372,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 text-completion: command: @@ -391,7 +391,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 text-completion-rag: command: @@ -414,7 +414,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 vectorize: command: @@ -429,7 +429,7 @@ services: reservations: cpus: '0.5' memory: 512M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 volumes: cassandra: {} diff --git a/tg-launch-llamafile-neo4j.yaml b/tg-launch-llamafile-neo4j.yaml index 72f04cd3..ed633182 100644 --- a/tg-launch-llamafile-neo4j.yaml +++ b/tg-launch-llamafile-neo4j.yaml @@ -16,7 +16,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 embeddings: command: @@ -33,7 +33,7 @@ services: reservations: cpus: '0.5' memory: 400M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 grafana: deploy: @@ -78,7 +78,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 init-pulsar: command: @@ -113,7 +113,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 kg-extract-relationships: command: @@ -128,7 +128,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 kg-extract-topics: command: @@ -143,7 +143,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 neo4j: deploy: @@ -176,7 +176,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 prometheus: deploy: @@ -211,7 +211,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 prompt-rag: command: @@ -234,7 +234,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 pulsar: command: @@ -288,7 +288,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 query-graph-embeddings: command: @@ -305,7 +305,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 query-triples: command: @@ -322,7 +322,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 store-doc-embeddings: command: @@ -339,7 +339,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 store-graph-embeddings: command: @@ -356,7 +356,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 store-triples: command: @@ -373,7 +373,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 text-completion: command: @@ -392,7 +392,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 text-completion-rag: command: @@ -415,7 +415,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 vectorize: command: @@ -430,7 +430,7 @@ services: reservations: cpus: '0.5' memory: 512M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 volumes: grafana-storage: {} diff --git a/tg-launch-ollama-cassandra.yaml b/tg-launch-ollama-cassandra.yaml index ed4432aa..a3d7610f 100644 --- a/tg-launch-ollama-cassandra.yaml +++ b/tg-launch-ollama-cassandra.yaml @@ -33,7 +33,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 embeddings: command: @@ -50,7 +50,7 @@ services: reservations: cpus: '0.5' memory: 400M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 grafana: deploy: @@ -95,7 +95,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 init-pulsar: command: @@ -130,7 +130,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 kg-extract-relationships: command: @@ -145,7 +145,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 kg-extract-topics: command: @@ -160,7 +160,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 pdf-decoder: command: @@ -175,7 +175,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 prometheus: deploy: @@ -210,7 +210,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 prompt-rag: command: @@ -233,7 +233,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 pulsar: command: @@ -287,7 +287,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 query-graph-embeddings: command: @@ -304,7 +304,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 query-triples: command: @@ -321,7 +321,7 @@ services: reservations: cpus: '0.1' memory: 512M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 store-doc-embeddings: command: @@ -338,7 +338,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 store-graph-embeddings: command: @@ -355,7 +355,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 store-triples: command: @@ -372,7 +372,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 text-completion: command: @@ -391,7 +391,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 text-completion-rag: command: @@ -414,7 +414,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 vectorize: command: @@ -429,7 +429,7 @@ services: reservations: cpus: '0.5' memory: 512M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 volumes: cassandra: {} diff --git a/tg-launch-ollama-neo4j.yaml b/tg-launch-ollama-neo4j.yaml index 994d0b41..c742bfad 100644 --- a/tg-launch-ollama-neo4j.yaml +++ b/tg-launch-ollama-neo4j.yaml @@ -16,7 +16,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 embeddings: command: @@ -33,7 +33,7 @@ services: reservations: cpus: '0.5' memory: 400M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 grafana: deploy: @@ -78,7 +78,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 init-pulsar: command: @@ -113,7 +113,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 kg-extract-relationships: command: @@ -128,7 +128,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 kg-extract-topics: command: @@ -143,7 +143,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 neo4j: deploy: @@ -176,7 +176,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 prometheus: deploy: @@ -211,7 +211,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 prompt-rag: command: @@ -234,7 +234,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 pulsar: command: @@ -288,7 +288,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 query-graph-embeddings: command: @@ -305,7 +305,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 query-triples: command: @@ -322,7 +322,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 store-doc-embeddings: command: @@ -339,7 +339,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 store-graph-embeddings: command: @@ -356,7 +356,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 store-triples: command: @@ -373,7 +373,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 text-completion: command: @@ -392,7 +392,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 text-completion-rag: command: @@ -415,7 +415,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 vectorize: command: @@ -430,7 +430,7 @@ services: reservations: cpus: '0.5' memory: 512M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 volumes: grafana-storage: {} diff --git a/tg-launch-openai-cassandra.yaml b/tg-launch-openai-cassandra.yaml index 57c12935..c485b638 100644 --- a/tg-launch-openai-cassandra.yaml +++ b/tg-launch-openai-cassandra.yaml @@ -33,7 +33,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 embeddings: command: @@ -50,7 +50,7 @@ services: reservations: cpus: '0.5' memory: 400M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 grafana: deploy: @@ -95,7 +95,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 init-pulsar: command: @@ -130,7 +130,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 kg-extract-relationships: command: @@ -145,7 +145,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 kg-extract-topics: command: @@ -160,7 +160,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 pdf-decoder: command: @@ -175,7 +175,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 prometheus: deploy: @@ -365,7 +365,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 prompt-rag: command: @@ -543,7 +543,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 pulsar: command: @@ -597,7 +597,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 query-graph-embeddings: command: @@ -614,7 +614,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 query-triples: command: @@ -631,7 +631,7 @@ services: reservations: cpus: '0.1' memory: 512M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 store-doc-embeddings: command: @@ -648,7 +648,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 store-graph-embeddings: command: @@ -665,7 +665,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 store-triples: command: @@ -682,7 +682,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 text-completion: command: @@ -705,7 +705,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 text-completion-rag: command: @@ -732,7 +732,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 vectorize: command: @@ -747,7 +747,7 @@ services: reservations: cpus: '0.5' memory: 512M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 volumes: cassandra: {} diff --git a/tg-launch-openai-neo4j.yaml b/tg-launch-openai-neo4j.yaml index 8c8edf01..25d8751e 100644 --- a/tg-launch-openai-neo4j.yaml +++ b/tg-launch-openai-neo4j.yaml @@ -16,7 +16,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 embeddings: command: @@ -33,7 +33,7 @@ services: reservations: cpus: '0.5' memory: 400M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 grafana: deploy: @@ -78,7 +78,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 init-pulsar: command: @@ -113,7 +113,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 kg-extract-relationships: command: @@ -128,7 +128,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 kg-extract-topics: command: @@ -143,7 +143,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 neo4j: deploy: @@ -176,7 +176,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 prometheus: deploy: @@ -366,7 +366,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 prompt-rag: command: @@ -544,7 +544,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 pulsar: command: @@ -598,7 +598,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 query-graph-embeddings: command: @@ -615,7 +615,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 query-triples: command: @@ -632,7 +632,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 store-doc-embeddings: command: @@ -649,7 +649,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 store-graph-embeddings: command: @@ -666,7 +666,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 store-triples: command: @@ -683,7 +683,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 text-completion: command: @@ -706,7 +706,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 text-completion-rag: command: @@ -733,7 +733,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 vectorize: command: @@ -748,7 +748,7 @@ services: reservations: cpus: '0.5' memory: 512M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 volumes: grafana-storage: {} diff --git a/tg-launch-vertexai-cassandra.yaml b/tg-launch-vertexai-cassandra.yaml index 96de7a60..ec7ada21 100644 --- a/tg-launch-vertexai-cassandra.yaml +++ b/tg-launch-vertexai-cassandra.yaml @@ -33,7 +33,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 embeddings: command: @@ -50,7 +50,7 @@ services: reservations: cpus: '0.5' memory: 400M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 grafana: deploy: @@ -95,7 +95,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 init-pulsar: command: @@ -130,7 +130,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 kg-extract-relationships: command: @@ -145,7 +145,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 kg-extract-topics: command: @@ -160,7 +160,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 pdf-decoder: command: @@ -175,7 +175,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 prometheus: deploy: @@ -365,7 +365,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 prompt-rag: command: @@ -543,7 +543,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 pulsar: command: @@ -597,7 +597,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 query-graph-embeddings: command: @@ -614,7 +614,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 query-triples: command: @@ -631,7 +631,7 @@ services: reservations: cpus: '0.1' memory: 512M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 store-doc-embeddings: command: @@ -648,7 +648,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 store-graph-embeddings: command: @@ -665,7 +665,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 store-triples: command: @@ -682,7 +682,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 text-completion: command: @@ -707,7 +707,7 @@ services: reservations: cpus: '0.1' memory: 256M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 volumes: - ./vertexai:/vertexai @@ -738,7 +738,7 @@ services: reservations: cpus: '0.1' memory: 256M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 volumes: - ./vertexai:/vertexai @@ -755,7 +755,7 @@ services: reservations: cpus: '0.5' memory: 512M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 volumes: cassandra: {} diff --git a/tg-launch-vertexai-neo4j.yaml b/tg-launch-vertexai-neo4j.yaml index 46f7d650..eae2fa5b 100644 --- a/tg-launch-vertexai-neo4j.yaml +++ b/tg-launch-vertexai-neo4j.yaml @@ -16,7 +16,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 embeddings: command: @@ -33,7 +33,7 @@ services: reservations: cpus: '0.5' memory: 400M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 grafana: deploy: @@ -78,7 +78,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 init-pulsar: command: @@ -113,7 +113,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 kg-extract-relationships: command: @@ -128,7 +128,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 kg-extract-topics: command: @@ -143,7 +143,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 neo4j: deploy: @@ -176,7 +176,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 prometheus: deploy: @@ -366,7 +366,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 prompt-rag: command: @@ -544,7 +544,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 pulsar: command: @@ -598,7 +598,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 query-graph-embeddings: command: @@ -615,7 +615,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 query-triples: command: @@ -632,7 +632,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 store-doc-embeddings: command: @@ -649,7 +649,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 store-graph-embeddings: command: @@ -666,7 +666,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 store-triples: command: @@ -683,7 +683,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 text-completion: command: @@ -708,7 +708,7 @@ services: reservations: cpus: '0.1' memory: 256M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 volumes: - ./vertexai:/vertexai @@ -739,7 +739,7 @@ services: reservations: cpus: '0.1' memory: 256M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 volumes: - ./vertexai:/vertexai @@ -756,7 +756,7 @@ services: reservations: cpus: '0.5' memory: 512M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 volumes: grafana-storage: {} diff --git a/tg-storage-cassandra.yaml b/tg-storage-cassandra.yaml index 86a30b82..64606e35 100644 --- a/tg-storage-cassandra.yaml +++ b/tg-storage-cassandra.yaml @@ -124,7 +124,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 query-graph-embeddings: command: @@ -141,7 +141,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 query-triples: command: @@ -158,7 +158,7 @@ services: reservations: cpus: '0.1' memory: 512M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 store-doc-embeddings: command: @@ -175,7 +175,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 store-graph-embeddings: command: @@ -192,7 +192,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 store-triples: command: @@ -209,7 +209,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 volumes: cassandra: {} diff --git a/tg-storage-neo4j.yaml b/tg-storage-neo4j.yaml index 34b4aa1c..4d122ce7 100644 --- a/tg-storage-neo4j.yaml +++ b/tg-storage-neo4j.yaml @@ -125,7 +125,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 query-graph-embeddings: command: @@ -142,7 +142,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 query-triples: command: @@ -159,7 +159,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 store-doc-embeddings: command: @@ -176,7 +176,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 store-graph-embeddings: command: @@ -193,7 +193,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 store-triples: command: @@ -210,7 +210,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.0 + image: docker.io/trustgraph/trustgraph-flow:0.11.1 restart: on-failure:100 volumes: grafana-storage: {}