diff --git a/Makefile b/Makefile index 52b3432d..cb4c6891 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # VERSION=$(shell git describe | sed 's/^v//') -VERSION=0.8.2 +VERSION=0.8.3 DOCKER=podman diff --git a/scripts/de-query-qdrant b/scripts/de-query-qdrant new file mode 100644 index 00000000..2f0e7d6e --- /dev/null +++ b/scripts/de-query-qdrant @@ -0,0 +1,6 @@ +#!/usr/bin/env python3 + +from trustgraph.query.doc_embeddings.qdrant import run + +run() + diff --git a/scripts/de-write-qdrant b/scripts/de-write-qdrant new file mode 100644 index 00000000..1550291f --- /dev/null +++ b/scripts/de-write-qdrant @@ -0,0 +1,6 @@ +#!/usr/bin/env python3 + +from trustgraph.storage.doc_embeddings.qdrant import run + +run() + diff --git a/setup.py b/setup.py index da2aadf4..b3926bfa 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.8.2" +version = "0.8.3" setuptools.setup( name="trustgraph", diff --git a/tg-launch-azure-cassandra.yaml b/tg-launch-azure-cassandra.yaml index 0786766d..11ddebea 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.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "embeddings": "command": @@ -50,7 +50,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "grafana": "deploy": @@ -95,7 +95,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "init-pulsar": "command": @@ -128,7 +128,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "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.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "pdf-decoder": "command": @@ -158,7 +158,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "prometheus": "deploy": @@ -217,7 +217,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "prompt-rag": "command": @@ -264,7 +264,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -317,7 +317,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "query-graph-embeddings": "command": @@ -334,7 +334,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "query-triples": "command": @@ -351,7 +351,7 @@ "reservations": "cpus": "0.1" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "store-doc-embeddings": "command": @@ -368,7 +368,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -385,7 +385,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "store-triples": "command": @@ -402,7 +402,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "text-completion": "command": @@ -425,7 +425,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "text-completion-rag": "command": @@ -452,7 +452,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "vectorize": "command": @@ -467,7 +467,7 @@ "reservations": "cpus": "0.5" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "volumes": "cassandra": {} diff --git a/tg-launch-azure-neo4j.yaml b/tg-launch-azure-neo4j.yaml index 87148cce..585af5db 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.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "embeddings": "command": @@ -33,7 +33,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "grafana": "deploy": @@ -78,7 +78,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "init-pulsar": "command": @@ -111,7 +111,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "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.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "neo4j": "deploy": @@ -159,7 +159,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "prometheus": "deploy": @@ -218,7 +218,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "prompt-rag": "command": @@ -265,7 +265,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -318,7 +318,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "query-graph-embeddings": "command": @@ -335,7 +335,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "query-triples": "command": @@ -352,7 +352,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "store-doc-embeddings": "command": @@ -369,7 +369,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -386,7 +386,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "store-triples": "command": @@ -403,7 +403,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "text-completion": "command": @@ -426,7 +426,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "text-completion-rag": "command": @@ -453,7 +453,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "vectorize": "command": @@ -468,7 +468,7 @@ "reservations": "cpus": "0.5" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "volumes": "grafana-storage": {} diff --git a/tg-launch-bedrock-cassandra.yaml b/tg-launch-bedrock-cassandra.yaml index ba8c78d8..4671179a 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.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "embeddings": "command": @@ -50,7 +50,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "grafana": "deploy": @@ -95,7 +95,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "init-pulsar": "command": @@ -128,7 +128,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "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.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "pdf-decoder": "command": @@ -158,7 +158,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "prometheus": "deploy": @@ -217,7 +217,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "prompt-rag": "command": @@ -264,7 +264,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -317,7 +317,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "query-graph-embeddings": "command": @@ -334,7 +334,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "query-triples": "command": @@ -351,7 +351,7 @@ "reservations": "cpus": "0.1" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "store-doc-embeddings": "command": @@ -368,7 +368,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -385,7 +385,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "store-triples": "command": @@ -402,7 +402,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "text-completion": "command": @@ -429,7 +429,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "text-completion-rag": "command": @@ -460,7 +460,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "vectorize": "command": @@ -475,7 +475,7 @@ "reservations": "cpus": "0.5" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "volumes": "cassandra": {} diff --git a/tg-launch-bedrock-neo4j.yaml b/tg-launch-bedrock-neo4j.yaml index 6455ff66..111927ee 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.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "embeddings": "command": @@ -33,7 +33,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "grafana": "deploy": @@ -78,7 +78,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "init-pulsar": "command": @@ -111,7 +111,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "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.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "neo4j": "deploy": @@ -159,7 +159,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "prometheus": "deploy": @@ -218,7 +218,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "prompt-rag": "command": @@ -265,7 +265,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -318,7 +318,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "query-graph-embeddings": "command": @@ -335,7 +335,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "query-triples": "command": @@ -352,7 +352,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "store-doc-embeddings": "command": @@ -369,7 +369,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -386,7 +386,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "store-triples": "command": @@ -403,7 +403,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "text-completion": "command": @@ -430,7 +430,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "text-completion-rag": "command": @@ -461,7 +461,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "vectorize": "command": @@ -476,7 +476,7 @@ "reservations": "cpus": "0.5" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "volumes": "grafana-storage": {} diff --git a/tg-launch-claude-cassandra.yaml b/tg-launch-claude-cassandra.yaml index 0d484600..4df753a9 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.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "embeddings": "command": @@ -50,7 +50,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "grafana": "deploy": @@ -95,7 +95,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "init-pulsar": "command": @@ -128,7 +128,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "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.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "pdf-decoder": "command": @@ -158,7 +158,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "prometheus": "deploy": @@ -217,7 +217,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "prompt-rag": "command": @@ -264,7 +264,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -317,7 +317,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "query-graph-embeddings": "command": @@ -334,7 +334,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "query-triples": "command": @@ -351,7 +351,7 @@ "reservations": "cpus": "0.1" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "store-doc-embeddings": "command": @@ -368,7 +368,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -385,7 +385,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "store-triples": "command": @@ -402,7 +402,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "text-completion": "command": @@ -423,7 +423,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "text-completion-rag": "command": @@ -448,7 +448,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "vectorize": "command": @@ -463,7 +463,7 @@ "reservations": "cpus": "0.5" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "volumes": "cassandra": {} diff --git a/tg-launch-claude-neo4j.yaml b/tg-launch-claude-neo4j.yaml index 3f3be0dc..787b7403 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.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "embeddings": "command": @@ -33,7 +33,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "grafana": "deploy": @@ -78,7 +78,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "init-pulsar": "command": @@ -111,7 +111,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "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.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "neo4j": "deploy": @@ -159,7 +159,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "prometheus": "deploy": @@ -218,7 +218,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "prompt-rag": "command": @@ -265,7 +265,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -318,7 +318,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "query-graph-embeddings": "command": @@ -335,7 +335,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "query-triples": "command": @@ -352,7 +352,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "store-doc-embeddings": "command": @@ -369,7 +369,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -386,7 +386,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "store-triples": "command": @@ -403,7 +403,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "text-completion": "command": @@ -424,7 +424,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "text-completion-rag": "command": @@ -449,7 +449,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "vectorize": "command": @@ -464,7 +464,7 @@ "reservations": "cpus": "0.5" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "volumes": "grafana-storage": {} diff --git a/tg-launch-cohere-cassandra.yaml b/tg-launch-cohere-cassandra.yaml index 17c3385e..e993b810 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.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "embeddings": "command": @@ -50,7 +50,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "grafana": "deploy": @@ -95,7 +95,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "init-pulsar": "command": @@ -128,7 +128,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "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.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "pdf-decoder": "command": @@ -158,7 +158,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "prometheus": "deploy": @@ -217,7 +217,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "prompt-rag": "command": @@ -264,7 +264,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -317,7 +317,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "query-graph-embeddings": "command": @@ -334,7 +334,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "query-triples": "command": @@ -351,7 +351,7 @@ "reservations": "cpus": "0.1" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "store-doc-embeddings": "command": @@ -368,7 +368,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -385,7 +385,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "store-triples": "command": @@ -402,7 +402,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "text-completion": "command": @@ -421,7 +421,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "text-completion-rag": "command": @@ -444,7 +444,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "vectorize": "command": @@ -459,7 +459,7 @@ "reservations": "cpus": "0.5" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "volumes": "cassandra": {} diff --git a/tg-launch-cohere-neo4j.yaml b/tg-launch-cohere-neo4j.yaml index ede38cd3..213616bb 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.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "embeddings": "command": @@ -33,7 +33,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "grafana": "deploy": @@ -78,7 +78,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "init-pulsar": "command": @@ -111,7 +111,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "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.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "neo4j": "deploy": @@ -159,7 +159,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "prometheus": "deploy": @@ -218,7 +218,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "prompt-rag": "command": @@ -265,7 +265,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -318,7 +318,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "query-graph-embeddings": "command": @@ -335,7 +335,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "query-triples": "command": @@ -352,7 +352,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "store-doc-embeddings": "command": @@ -369,7 +369,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -386,7 +386,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "store-triples": "command": @@ -403,7 +403,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "text-completion": "command": @@ -422,7 +422,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "text-completion-rag": "command": @@ -445,7 +445,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "vectorize": "command": @@ -460,7 +460,7 @@ "reservations": "cpus": "0.5" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "volumes": "grafana-storage": {} diff --git a/tg-launch-ollama-cassandra.yaml b/tg-launch-ollama-cassandra.yaml index d96d19d2..3ee7ea33 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.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "embeddings": "command": @@ -50,7 +50,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "grafana": "deploy": @@ -95,7 +95,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "init-pulsar": "command": @@ -128,7 +128,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "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.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "pdf-decoder": "command": @@ -158,7 +158,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "prometheus": "deploy": @@ -193,7 +193,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "prompt-rag": "command": @@ -216,7 +216,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -269,7 +269,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "query-graph-embeddings": "command": @@ -286,7 +286,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "query-triples": "command": @@ -303,7 +303,7 @@ "reservations": "cpus": "0.1" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "store-doc-embeddings": "command": @@ -320,7 +320,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -337,7 +337,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "store-triples": "command": @@ -354,7 +354,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "text-completion": "command": @@ -373,7 +373,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "text-completion-rag": "command": @@ -396,7 +396,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "vectorize": "command": @@ -411,7 +411,7 @@ "reservations": "cpus": "0.5" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "volumes": "cassandra": {} diff --git a/tg-launch-ollama-neo4j.yaml b/tg-launch-ollama-neo4j.yaml index 7d9f7778..66f79248 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.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "embeddings": "command": @@ -33,7 +33,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "grafana": "deploy": @@ -78,7 +78,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "init-pulsar": "command": @@ -111,7 +111,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "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.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "neo4j": "deploy": @@ -159,7 +159,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "prometheus": "deploy": @@ -194,7 +194,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "prompt-rag": "command": @@ -217,7 +217,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -270,7 +270,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "query-graph-embeddings": "command": @@ -287,7 +287,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "query-triples": "command": @@ -304,7 +304,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "store-doc-embeddings": "command": @@ -321,7 +321,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -338,7 +338,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "store-triples": "command": @@ -355,7 +355,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "text-completion": "command": @@ -374,7 +374,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "text-completion-rag": "command": @@ -397,7 +397,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "vectorize": "command": @@ -412,7 +412,7 @@ "reservations": "cpus": "0.5" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "volumes": "grafana-storage": {} diff --git a/tg-launch-openai-cassandra.yaml b/tg-launch-openai-cassandra.yaml index 758d8c02..750ef1e6 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.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "embeddings": "command": @@ -50,7 +50,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "grafana": "deploy": @@ -95,7 +95,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "init-pulsar": "command": @@ -128,7 +128,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "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.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "pdf-decoder": "command": @@ -158,7 +158,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "prometheus": "deploy": @@ -217,7 +217,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "prompt-rag": "command": @@ -264,7 +264,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -317,7 +317,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "query-graph-embeddings": "command": @@ -334,7 +334,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "query-triples": "command": @@ -351,7 +351,7 @@ "reservations": "cpus": "0.1" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "store-doc-embeddings": "command": @@ -368,7 +368,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -385,7 +385,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "store-triples": "command": @@ -402,7 +402,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "text-completion": "command": @@ -425,7 +425,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "text-completion-rag": "command": @@ -452,7 +452,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "vectorize": "command": @@ -467,7 +467,7 @@ "reservations": "cpus": "0.5" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "volumes": "cassandra": {} diff --git a/tg-launch-openai-neo4j.yaml b/tg-launch-openai-neo4j.yaml index ad8098b3..3a4ffade 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.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "embeddings": "command": @@ -33,7 +33,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "grafana": "deploy": @@ -78,7 +78,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "init-pulsar": "command": @@ -111,7 +111,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "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.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "neo4j": "deploy": @@ -159,7 +159,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "prometheus": "deploy": @@ -218,7 +218,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "prompt-rag": "command": @@ -265,7 +265,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -318,7 +318,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "query-graph-embeddings": "command": @@ -335,7 +335,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "query-triples": "command": @@ -352,7 +352,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "store-doc-embeddings": "command": @@ -369,7 +369,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -386,7 +386,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "store-triples": "command": @@ -403,7 +403,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "text-completion": "command": @@ -426,7 +426,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "text-completion-rag": "command": @@ -453,7 +453,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "vectorize": "command": @@ -468,7 +468,7 @@ "reservations": "cpus": "0.5" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "volumes": "grafana-storage": {} diff --git a/tg-launch-vertexai-cassandra.yaml b/tg-launch-vertexai-cassandra.yaml index 721648e8..6b7c6748 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.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "embeddings": "command": @@ -50,7 +50,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "grafana": "deploy": @@ -95,7 +95,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "init-pulsar": "command": @@ -128,7 +128,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "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.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "pdf-decoder": "command": @@ -158,7 +158,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "prometheus": "deploy": @@ -217,7 +217,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "prompt-rag": "command": @@ -264,7 +264,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -317,7 +317,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "query-graph-embeddings": "command": @@ -334,7 +334,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "query-triples": "command": @@ -351,7 +351,7 @@ "reservations": "cpus": "0.1" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "store-doc-embeddings": "command": @@ -368,7 +368,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -385,7 +385,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "store-triples": "command": @@ -402,7 +402,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "text-completion": "command": @@ -427,7 +427,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "volumes": - "./vertexai:/vertexai" @@ -458,7 +458,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "volumes": - "./vertexai:/vertexai" @@ -475,7 +475,7 @@ "reservations": "cpus": "0.5" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "volumes": "cassandra": {} diff --git a/tg-launch-vertexai-neo4j.yaml b/tg-launch-vertexai-neo4j.yaml index c07d8349..ebf1310a 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.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "embeddings": "command": @@ -33,7 +33,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "grafana": "deploy": @@ -78,7 +78,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "init-pulsar": "command": @@ -111,7 +111,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "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.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "neo4j": "deploy": @@ -159,7 +159,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "prometheus": "deploy": @@ -218,7 +218,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "prompt-rag": "command": @@ -265,7 +265,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -318,7 +318,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "query-graph-embeddings": "command": @@ -335,7 +335,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "query-triples": "command": @@ -352,7 +352,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "store-doc-embeddings": "command": @@ -369,7 +369,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -386,7 +386,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "store-triples": "command": @@ -403,7 +403,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "text-completion": "command": @@ -428,7 +428,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "volumes": - "./vertexai:/vertexai" @@ -459,7 +459,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "volumes": - "./vertexai:/vertexai" @@ -476,7 +476,7 @@ "reservations": "cpus": "0.5" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "volumes": "grafana-storage": {} diff --git a/tg-storage-cassandra.yaml b/tg-storage-cassandra.yaml index a3f62900..5428d42f 100644 --- a/tg-storage-cassandra.yaml +++ b/tg-storage-cassandra.yaml @@ -121,7 +121,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "query-graph-embeddings": "command": @@ -138,7 +138,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "query-triples": "command": @@ -155,7 +155,7 @@ "reservations": "cpus": "0.1" "memory": "512M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "store-doc-embeddings": "command": @@ -172,7 +172,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -189,7 +189,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "store-triples": "command": @@ -206,7 +206,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "volumes": "cassandra": {} diff --git a/tg-storage-neo4j.yaml b/tg-storage-neo4j.yaml index 425b98b7..7190dcbb 100644 --- a/tg-storage-neo4j.yaml +++ b/tg-storage-neo4j.yaml @@ -122,7 +122,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "query-graph-embeddings": "command": @@ -139,7 +139,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "query-triples": "command": @@ -156,7 +156,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "store-doc-embeddings": "command": @@ -173,7 +173,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "store-graph-embeddings": "command": @@ -190,7 +190,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "store-triples": "command": @@ -207,7 +207,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.8.2" + "image": "docker.io/trustgraph/trustgraph-flow:0.8.3" "restart": "on-failure:100" "volumes": "grafana-storage": {} diff --git a/trustgraph/extract/kg/definitions/extract.py b/trustgraph/extract/kg/definitions/extract.py index fee54736..06ba8e68 100755 --- a/trustgraph/extract/kg/definitions/extract.py +++ b/trustgraph/extract/kg/definitions/extract.py @@ -87,17 +87,17 @@ class Processor(ConsumerProducer): for defn in defs: + s = defn.name + o = defn.definition + if s == "": continue if o == "": continue if s is None: continue if o is None: continue - s = defn.name s_uri = self.to_uri(s) - o = defn.definition - s_value = Value(value=str(s_uri), is_uri=True) o_value = Value(value=str(o), is_uri=False) diff --git a/trustgraph/query/doc_embeddings/qdrant/__init__.py b/trustgraph/query/doc_embeddings/qdrant/__init__.py new file mode 100644 index 00000000..ba844705 --- /dev/null +++ b/trustgraph/query/doc_embeddings/qdrant/__init__.py @@ -0,0 +1,3 @@ + +from . service import * +