Fix bedrock replace (#56)

* Fix replace ignoring first output

* Bump version
This commit is contained in:
cybermaggedon 2024-09-05 20:00:38 +01:00 committed by GitHub
parent ddd8cc90e5
commit 3445759598
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 253 additions and 253 deletions

View file

@ -1,6 +1,6 @@
# VERSION=$(shell git describe | sed 's/^v//')
VERSION=0.9.1
VERSION=0.9.2
DOCKER=podman

View file

@ -4,7 +4,7 @@ import os
with open("README.md", "r") as fh:
long_description = fh.read()
version = "0.9.1"
version = "0.9.2"
setuptools.setup(
name="trustgraph",

View file

@ -33,7 +33,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"embeddings":
"command":
@ -50,7 +50,7 @@
"reservations":
"cpus": "0.5"
"memory": "256M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"grafana":
"deploy":
@ -95,7 +95,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"init-pulsar":
"command":
@ -125,7 +125,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"kg-extract-relationships":
"command":
@ -140,7 +140,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"pdf-decoder":
"command":
@ -155,7 +155,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"prometheus":
"deploy":
@ -214,7 +214,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"prompt-rag":
"command":
@ -261,7 +261,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"pulsar":
"command": "bin/pulsar standalone"
@ -314,7 +314,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"query-graph-embeddings":
"command":
@ -331,7 +331,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"query-triples":
"command":
@ -348,7 +348,7 @@
"reservations":
"cpus": "0.1"
"memory": "512M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"store-doc-embeddings":
"command":
@ -365,7 +365,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"store-graph-embeddings":
"command":
@ -382,7 +382,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"store-triples":
"command":
@ -399,7 +399,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"text-completion":
"command":
@ -422,7 +422,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"text-completion-rag":
"command":
@ -449,7 +449,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"vectorize":
"command":
@ -464,7 +464,7 @@
"reservations":
"cpus": "0.5"
"memory": "512M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"volumes":
"cassandra": {}

View file

@ -16,7 +16,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"embeddings":
"command":
@ -33,7 +33,7 @@
"reservations":
"cpus": "0.5"
"memory": "256M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"grafana":
"deploy":
@ -78,7 +78,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"init-pulsar":
"command":
@ -108,7 +108,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"kg-extract-relationships":
"command":
@ -123,7 +123,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"neo4j":
"deploy":
@ -156,7 +156,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"prometheus":
"deploy":
@ -215,7 +215,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"prompt-rag":
"command":
@ -262,7 +262,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"pulsar":
"command": "bin/pulsar standalone"
@ -315,7 +315,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"query-graph-embeddings":
"command":
@ -332,7 +332,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"query-triples":
"command":
@ -349,7 +349,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"store-doc-embeddings":
"command":
@ -366,7 +366,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"store-graph-embeddings":
"command":
@ -383,7 +383,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"store-triples":
"command":
@ -400,7 +400,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"text-completion":
"command":
@ -423,7 +423,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"text-completion-rag":
"command":
@ -450,7 +450,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"vectorize":
"command":
@ -465,7 +465,7 @@
"reservations":
"cpus": "0.5"
"memory": "512M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"volumes":
"grafana-storage": {}

View file

@ -33,7 +33,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"embeddings":
"command":
@ -50,7 +50,7 @@
"reservations":
"cpus": "0.5"
"memory": "256M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"grafana":
"deploy":
@ -95,7 +95,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"init-pulsar":
"command":
@ -125,7 +125,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"kg-extract-relationships":
"command":
@ -140,7 +140,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"pdf-decoder":
"command":
@ -155,7 +155,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"prometheus":
"deploy":
@ -214,7 +214,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"prompt-rag":
"command":
@ -261,7 +261,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"pulsar":
"command": "bin/pulsar standalone"
@ -314,7 +314,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"query-graph-embeddings":
"command":
@ -331,7 +331,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"query-triples":
"command":
@ -348,7 +348,7 @@
"reservations":
"cpus": "0.1"
"memory": "512M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"store-doc-embeddings":
"command":
@ -365,7 +365,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"store-graph-embeddings":
"command":
@ -382,7 +382,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"store-triples":
"command":
@ -399,7 +399,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"text-completion":
"command":
@ -426,7 +426,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"text-completion-rag":
"command":
@ -457,7 +457,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"vectorize":
"command":
@ -472,7 +472,7 @@
"reservations":
"cpus": "0.5"
"memory": "512M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"volumes":
"cassandra": {}

View file

@ -16,7 +16,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"embeddings":
"command":
@ -33,7 +33,7 @@
"reservations":
"cpus": "0.5"
"memory": "256M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"grafana":
"deploy":
@ -78,7 +78,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"init-pulsar":
"command":
@ -108,7 +108,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"kg-extract-relationships":
"command":
@ -123,7 +123,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"neo4j":
"deploy":
@ -156,7 +156,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"prometheus":
"deploy":
@ -215,7 +215,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"prompt-rag":
"command":
@ -262,7 +262,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"pulsar":
"command": "bin/pulsar standalone"
@ -315,7 +315,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"query-graph-embeddings":
"command":
@ -332,7 +332,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"query-triples":
"command":
@ -349,7 +349,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"store-doc-embeddings":
"command":
@ -366,7 +366,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"store-graph-embeddings":
"command":
@ -383,7 +383,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"store-triples":
"command":
@ -400,7 +400,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"text-completion":
"command":
@ -427,7 +427,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"text-completion-rag":
"command":
@ -458,7 +458,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"vectorize":
"command":
@ -473,7 +473,7 @@
"reservations":
"cpus": "0.5"
"memory": "512M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"volumes":
"grafana-storage": {}

View file

@ -33,7 +33,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"embeddings":
"command":
@ -50,7 +50,7 @@
"reservations":
"cpus": "0.5"
"memory": "256M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"grafana":
"deploy":
@ -95,7 +95,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"init-pulsar":
"command":
@ -125,7 +125,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"kg-extract-relationships":
"command":
@ -140,7 +140,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"pdf-decoder":
"command":
@ -155,7 +155,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"prometheus":
"deploy":
@ -214,7 +214,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"prompt-rag":
"command":
@ -261,7 +261,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"pulsar":
"command": "bin/pulsar standalone"
@ -314,7 +314,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"query-graph-embeddings":
"command":
@ -331,7 +331,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"query-triples":
"command":
@ -348,7 +348,7 @@
"reservations":
"cpus": "0.1"
"memory": "512M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"store-doc-embeddings":
"command":
@ -365,7 +365,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"store-graph-embeddings":
"command":
@ -382,7 +382,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"store-triples":
"command":
@ -399,7 +399,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"text-completion":
"command":
@ -420,7 +420,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"text-completion-rag":
"command":
@ -445,7 +445,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"vectorize":
"command":
@ -460,7 +460,7 @@
"reservations":
"cpus": "0.5"
"memory": "512M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"volumes":
"cassandra": {}

View file

@ -16,7 +16,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"embeddings":
"command":
@ -33,7 +33,7 @@
"reservations":
"cpus": "0.5"
"memory": "256M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"grafana":
"deploy":
@ -78,7 +78,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"init-pulsar":
"command":
@ -108,7 +108,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"kg-extract-relationships":
"command":
@ -123,7 +123,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"neo4j":
"deploy":
@ -156,7 +156,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"prometheus":
"deploy":
@ -215,7 +215,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"prompt-rag":
"command":
@ -262,7 +262,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"pulsar":
"command": "bin/pulsar standalone"
@ -315,7 +315,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"query-graph-embeddings":
"command":
@ -332,7 +332,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"query-triples":
"command":
@ -349,7 +349,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"store-doc-embeddings":
"command":
@ -366,7 +366,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"store-graph-embeddings":
"command":
@ -383,7 +383,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"store-triples":
"command":
@ -400,7 +400,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"text-completion":
"command":
@ -421,7 +421,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"text-completion-rag":
"command":
@ -446,7 +446,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"vectorize":
"command":
@ -461,7 +461,7 @@
"reservations":
"cpus": "0.5"
"memory": "512M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"volumes":
"grafana-storage": {}

View file

@ -33,7 +33,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"embeddings":
"command":
@ -50,7 +50,7 @@
"reservations":
"cpus": "0.5"
"memory": "256M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"grafana":
"deploy":
@ -95,7 +95,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"init-pulsar":
"command":
@ -125,7 +125,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"kg-extract-relationships":
"command":
@ -140,7 +140,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"pdf-decoder":
"command":
@ -155,7 +155,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"prometheus":
"deploy":
@ -214,7 +214,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"prompt-rag":
"command":
@ -261,7 +261,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"pulsar":
"command": "bin/pulsar standalone"
@ -314,7 +314,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"query-graph-embeddings":
"command":
@ -331,7 +331,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"query-triples":
"command":
@ -348,7 +348,7 @@
"reservations":
"cpus": "0.1"
"memory": "512M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"store-doc-embeddings":
"command":
@ -365,7 +365,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"store-graph-embeddings":
"command":
@ -382,7 +382,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"store-triples":
"command":
@ -399,7 +399,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"text-completion":
"command":
@ -418,7 +418,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"text-completion-rag":
"command":
@ -441,7 +441,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"vectorize":
"command":
@ -456,7 +456,7 @@
"reservations":
"cpus": "0.5"
"memory": "512M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"volumes":
"cassandra": {}

View file

@ -16,7 +16,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"embeddings":
"command":
@ -33,7 +33,7 @@
"reservations":
"cpus": "0.5"
"memory": "256M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"grafana":
"deploy":
@ -78,7 +78,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"init-pulsar":
"command":
@ -108,7 +108,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"kg-extract-relationships":
"command":
@ -123,7 +123,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"neo4j":
"deploy":
@ -156,7 +156,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"prometheus":
"deploy":
@ -215,7 +215,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"prompt-rag":
"command":
@ -262,7 +262,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"pulsar":
"command": "bin/pulsar standalone"
@ -315,7 +315,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"query-graph-embeddings":
"command":
@ -332,7 +332,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"query-triples":
"command":
@ -349,7 +349,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"store-doc-embeddings":
"command":
@ -366,7 +366,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"store-graph-embeddings":
"command":
@ -383,7 +383,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"store-triples":
"command":
@ -400,7 +400,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"text-completion":
"command":
@ -419,7 +419,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"text-completion-rag":
"command":
@ -442,7 +442,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"vectorize":
"command":
@ -457,7 +457,7 @@
"reservations":
"cpus": "0.5"
"memory": "512M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"volumes":
"grafana-storage": {}

View file

@ -33,7 +33,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"embeddings":
"command":
@ -50,7 +50,7 @@
"reservations":
"cpus": "0.5"
"memory": "256M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"grafana":
"deploy":
@ -95,7 +95,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"init-pulsar":
"command":
@ -125,7 +125,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"kg-extract-relationships":
"command":
@ -140,7 +140,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"pdf-decoder":
"command":
@ -155,7 +155,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"prometheus":
"deploy":
@ -190,7 +190,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"prompt-rag":
"command":
@ -213,7 +213,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"pulsar":
"command": "bin/pulsar standalone"
@ -266,7 +266,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"query-graph-embeddings":
"command":
@ -283,7 +283,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"query-triples":
"command":
@ -300,7 +300,7 @@
"reservations":
"cpus": "0.1"
"memory": "512M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"store-doc-embeddings":
"command":
@ -317,7 +317,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"store-graph-embeddings":
"command":
@ -334,7 +334,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"store-triples":
"command":
@ -351,7 +351,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"text-completion":
"command":
@ -370,7 +370,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"text-completion-rag":
"command":
@ -393,7 +393,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"vectorize":
"command":
@ -408,7 +408,7 @@
"reservations":
"cpus": "0.5"
"memory": "512M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"volumes":
"cassandra": {}

View file

@ -16,7 +16,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"embeddings":
"command":
@ -33,7 +33,7 @@
"reservations":
"cpus": "0.5"
"memory": "256M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"grafana":
"deploy":
@ -78,7 +78,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"init-pulsar":
"command":
@ -108,7 +108,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"kg-extract-relationships":
"command":
@ -123,7 +123,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"neo4j":
"deploy":
@ -156,7 +156,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"prometheus":
"deploy":
@ -191,7 +191,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"prompt-rag":
"command":
@ -214,7 +214,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"pulsar":
"command": "bin/pulsar standalone"
@ -267,7 +267,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"query-graph-embeddings":
"command":
@ -284,7 +284,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"query-triples":
"command":
@ -301,7 +301,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"store-doc-embeddings":
"command":
@ -318,7 +318,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"store-graph-embeddings":
"command":
@ -335,7 +335,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"store-triples":
"command":
@ -352,7 +352,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"text-completion":
"command":
@ -371,7 +371,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"text-completion-rag":
"command":
@ -394,7 +394,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"vectorize":
"command":
@ -409,7 +409,7 @@
"reservations":
"cpus": "0.5"
"memory": "512M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"volumes":
"grafana-storage": {}

View file

@ -33,7 +33,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"embeddings":
"command":
@ -50,7 +50,7 @@
"reservations":
"cpus": "0.5"
"memory": "256M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"grafana":
"deploy":
@ -95,7 +95,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"init-pulsar":
"command":
@ -125,7 +125,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"kg-extract-relationships":
"command":
@ -140,7 +140,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"pdf-decoder":
"command":
@ -155,7 +155,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"prometheus":
"deploy":
@ -214,7 +214,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"prompt-rag":
"command":
@ -261,7 +261,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"pulsar":
"command": "bin/pulsar standalone"
@ -314,7 +314,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"query-graph-embeddings":
"command":
@ -331,7 +331,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"query-triples":
"command":
@ -348,7 +348,7 @@
"reservations":
"cpus": "0.1"
"memory": "512M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"store-doc-embeddings":
"command":
@ -365,7 +365,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"store-graph-embeddings":
"command":
@ -382,7 +382,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"store-triples":
"command":
@ -399,7 +399,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"text-completion":
"command":
@ -422,7 +422,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"text-completion-rag":
"command":
@ -449,7 +449,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"vectorize":
"command":
@ -464,7 +464,7 @@
"reservations":
"cpus": "0.5"
"memory": "512M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"volumes":
"cassandra": {}

View file

@ -16,7 +16,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"embeddings":
"command":
@ -33,7 +33,7 @@
"reservations":
"cpus": "0.5"
"memory": "256M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"grafana":
"deploy":
@ -78,7 +78,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"init-pulsar":
"command":
@ -108,7 +108,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"kg-extract-relationships":
"command":
@ -123,7 +123,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"neo4j":
"deploy":
@ -156,7 +156,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"prometheus":
"deploy":
@ -215,7 +215,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"prompt-rag":
"command":
@ -262,7 +262,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"pulsar":
"command": "bin/pulsar standalone"
@ -315,7 +315,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"query-graph-embeddings":
"command":
@ -332,7 +332,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"query-triples":
"command":
@ -349,7 +349,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"store-doc-embeddings":
"command":
@ -366,7 +366,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"store-graph-embeddings":
"command":
@ -383,7 +383,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"store-triples":
"command":
@ -400,7 +400,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"text-completion":
"command":
@ -423,7 +423,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"text-completion-rag":
"command":
@ -450,7 +450,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"vectorize":
"command":
@ -465,7 +465,7 @@
"reservations":
"cpus": "0.5"
"memory": "512M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"volumes":
"grafana-storage": {}

View file

@ -33,7 +33,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"embeddings":
"command":
@ -50,7 +50,7 @@
"reservations":
"cpus": "0.5"
"memory": "256M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"grafana":
"deploy":
@ -95,7 +95,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"init-pulsar":
"command":
@ -125,7 +125,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"kg-extract-relationships":
"command":
@ -140,7 +140,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"pdf-decoder":
"command":
@ -155,7 +155,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"prometheus":
"deploy":
@ -214,7 +214,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"prompt-rag":
"command":
@ -261,7 +261,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"pulsar":
"command": "bin/pulsar standalone"
@ -314,7 +314,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"query-graph-embeddings":
"command":
@ -331,7 +331,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"query-triples":
"command":
@ -348,7 +348,7 @@
"reservations":
"cpus": "0.1"
"memory": "512M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"store-doc-embeddings":
"command":
@ -365,7 +365,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"store-graph-embeddings":
"command":
@ -382,7 +382,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"store-triples":
"command":
@ -399,7 +399,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"text-completion":
"command":
@ -424,7 +424,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"volumes":
- "./vertexai:/vertexai"
@ -455,7 +455,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"volumes":
- "./vertexai:/vertexai"
@ -472,7 +472,7 @@
"reservations":
"cpus": "0.5"
"memory": "512M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"volumes":
"cassandra": {}

View file

@ -16,7 +16,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"embeddings":
"command":
@ -33,7 +33,7 @@
"reservations":
"cpus": "0.5"
"memory": "256M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"grafana":
"deploy":
@ -78,7 +78,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"init-pulsar":
"command":
@ -108,7 +108,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"kg-extract-relationships":
"command":
@ -123,7 +123,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"neo4j":
"deploy":
@ -156,7 +156,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"prometheus":
"deploy":
@ -215,7 +215,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"prompt-rag":
"command":
@ -262,7 +262,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"pulsar":
"command": "bin/pulsar standalone"
@ -315,7 +315,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"query-graph-embeddings":
"command":
@ -332,7 +332,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"query-triples":
"command":
@ -349,7 +349,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"store-doc-embeddings":
"command":
@ -366,7 +366,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"store-graph-embeddings":
"command":
@ -383,7 +383,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"store-triples":
"command":
@ -400,7 +400,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"text-completion":
"command":
@ -425,7 +425,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"volumes":
- "./vertexai:/vertexai"
@ -456,7 +456,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"volumes":
- "./vertexai:/vertexai"
@ -473,7 +473,7 @@
"reservations":
"cpus": "0.5"
"memory": "512M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"volumes":
"grafana-storage": {}

View file

@ -118,7 +118,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"query-graph-embeddings":
"command":
@ -135,7 +135,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"query-triples":
"command":
@ -152,7 +152,7 @@
"reservations":
"cpus": "0.1"
"memory": "512M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"store-doc-embeddings":
"command":
@ -169,7 +169,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"store-graph-embeddings":
"command":
@ -186,7 +186,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"store-triples":
"command":
@ -203,7 +203,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"volumes":
"cassandra": {}

View file

@ -119,7 +119,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"query-graph-embeddings":
"command":
@ -136,7 +136,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"query-triples":
"command":
@ -153,7 +153,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"store-doc-embeddings":
"command":
@ -170,7 +170,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"store-graph-embeddings":
"command":
@ -187,7 +187,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"store-triples":
"command":
@ -204,7 +204,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.2"
"restart": "on-failure:100"
"volumes":
"grafana-storage": {}

View file

@ -214,7 +214,7 @@ class Processor(ConsumerProducer):
print(outputtext, flush=True)
resp = outputtext.replace("```json", "")
resp = outputtext.replace("```", "")
resp = resp.replace("```", "")
print("Send response...", flush=True)
r = TextCompletionResponse(