Increase resources (#35)

* More memory for Cassandra
* More memory/CPU for embeddings
* Bump version, regenerate templates
This commit is contained in:
cybermaggedon 2024-08-25 20:38:19 +01:00 committed by GitHub
parent 6edc3f0ee1
commit d69de52b04
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 288 additions and 288 deletions

View file

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

View file

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

View file

@ -21,11 +21,11 @@ local images = import "../images.jsonnet";
resources: {
limits: {
cpus: '1.0',
memory: '512M'
memory: '800M'
},
reservations: {
cpus: '0.5',
memory: '512M'
memory: '800M'
}
}
},

View file

@ -64,12 +64,12 @@ local url = import "url.jsonnet";
deploy: {
resources: {
limits: {
cpus: '0.5',
memory: '128M'
cpus: '1.0',
memory: '512M'
},
reservations: {
cpus: '0.1',
memory: '128M'
cpus: '0.5',
memory: '512M'
}
}
},

View file

@ -4,10 +4,10 @@
"resources":
"limits":
"cpus": "1.0"
"memory": "512M"
"memory": "800M"
"reservations":
"cpus": "0.5"
"memory": "512M"
"memory": "800M"
"environment":
"JVM_OPTS": "-Xms256M -Xmx256M"
"image": "docker.io/cassandra:4.1.6"
@ -33,7 +33,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"embeddings":
"command":
@ -50,7 +50,7 @@
"reservations":
"cpus": "0.5"
"memory": "256M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"etcd":
"command":
@ -122,7 +122,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"init-pulsar":
"command":
@ -155,7 +155,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"kg-extract-relationships":
"command":
@ -170,7 +170,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"milvus":
"command":
@ -232,7 +232,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"prometheus":
"deploy":
@ -280,7 +280,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"prompt-rag":
"command":
@ -316,7 +316,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"pulsar":
"command": "bin/pulsar standalone"
@ -369,7 +369,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"query-triples":
"command":
@ -386,7 +386,7 @@
"reservations":
"cpus": "0.1"
"memory": "512M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"store-graph-embeddings":
"command":
@ -403,7 +403,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"store-triples":
"command":
@ -420,7 +420,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"text-completion":
"command":
@ -443,7 +443,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"text-completion-rag":
"command":
@ -470,7 +470,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"vectorize":
"command":
@ -480,12 +480,12 @@
"deploy":
"resources":
"limits":
"cpus": "0.5"
"memory": "128M"
"cpus": "1.0"
"memory": "512M"
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"cpus": "0.5"
"memory": "512M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"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.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"embeddings":
"command":
@ -33,7 +33,7 @@
"reservations":
"cpus": "0.5"
"memory": "256M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"etcd":
"command":
@ -105,7 +105,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"init-pulsar":
"command":
@ -138,7 +138,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"kg-extract-relationships":
"command":
@ -153,7 +153,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"milvus":
"command":
@ -233,7 +233,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"prometheus":
"deploy":
@ -281,7 +281,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"prompt-rag":
"command":
@ -317,7 +317,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"pulsar":
"command": "bin/pulsar standalone"
@ -370,7 +370,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"query-triples":
"command":
@ -387,7 +387,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"store-graph-embeddings":
"command":
@ -404,7 +404,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"store-triples":
"command":
@ -421,7 +421,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"text-completion":
"command":
@ -444,7 +444,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"text-completion-rag":
"command":
@ -471,7 +471,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"vectorize":
"command":
@ -481,12 +481,12 @@
"deploy":
"resources":
"limits":
"cpus": "0.5"
"memory": "128M"
"cpus": "1.0"
"memory": "512M"
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"cpus": "0.5"
"memory": "512M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"volumes":
"etcd": {}

View file

@ -4,10 +4,10 @@
"resources":
"limits":
"cpus": "1.0"
"memory": "512M"
"memory": "800M"
"reservations":
"cpus": "0.5"
"memory": "512M"
"memory": "800M"
"environment":
"JVM_OPTS": "-Xms256M -Xmx256M"
"image": "docker.io/cassandra:4.1.6"
@ -33,7 +33,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"embeddings":
"command":
@ -50,7 +50,7 @@
"reservations":
"cpus": "0.5"
"memory": "256M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"etcd":
"command":
@ -122,7 +122,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"init-pulsar":
"command":
@ -155,7 +155,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"kg-extract-relationships":
"command":
@ -170,7 +170,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"milvus":
"command":
@ -232,7 +232,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"prometheus":
"deploy":
@ -280,7 +280,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"prompt-rag":
"command":
@ -316,7 +316,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"pulsar":
"command": "bin/pulsar standalone"
@ -369,7 +369,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"query-triples":
"command":
@ -386,7 +386,7 @@
"reservations":
"cpus": "0.1"
"memory": "512M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"store-graph-embeddings":
"command":
@ -403,7 +403,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"store-triples":
"command":
@ -420,7 +420,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"text-completion":
"command":
@ -447,7 +447,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"text-completion-rag":
"command":
@ -478,7 +478,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"vectorize":
"command":
@ -488,12 +488,12 @@
"deploy":
"resources":
"limits":
"cpus": "0.5"
"memory": "128M"
"cpus": "1.0"
"memory": "512M"
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"cpus": "0.5"
"memory": "512M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"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.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"embeddings":
"command":
@ -33,7 +33,7 @@
"reservations":
"cpus": "0.5"
"memory": "256M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"etcd":
"command":
@ -105,7 +105,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"init-pulsar":
"command":
@ -138,7 +138,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"kg-extract-relationships":
"command":
@ -153,7 +153,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"milvus":
"command":
@ -233,7 +233,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"prometheus":
"deploy":
@ -281,7 +281,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"prompt-rag":
"command":
@ -317,7 +317,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"pulsar":
"command": "bin/pulsar standalone"
@ -370,7 +370,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"query-triples":
"command":
@ -387,7 +387,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"store-graph-embeddings":
"command":
@ -404,7 +404,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"store-triples":
"command":
@ -421,7 +421,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"text-completion":
"command":
@ -448,7 +448,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"text-completion-rag":
"command":
@ -479,7 +479,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"vectorize":
"command":
@ -489,12 +489,12 @@
"deploy":
"resources":
"limits":
"cpus": "0.5"
"memory": "128M"
"cpus": "1.0"
"memory": "512M"
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"cpus": "0.5"
"memory": "512M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"volumes":
"etcd": {}

View file

@ -4,10 +4,10 @@
"resources":
"limits":
"cpus": "1.0"
"memory": "512M"
"memory": "800M"
"reservations":
"cpus": "0.5"
"memory": "512M"
"memory": "800M"
"environment":
"JVM_OPTS": "-Xms256M -Xmx256M"
"image": "docker.io/cassandra:4.1.6"
@ -33,7 +33,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"embeddings":
"command":
@ -50,7 +50,7 @@
"reservations":
"cpus": "0.5"
"memory": "256M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"etcd":
"command":
@ -122,7 +122,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"init-pulsar":
"command":
@ -155,7 +155,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"kg-extract-relationships":
"command":
@ -170,7 +170,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"milvus":
"command":
@ -232,7 +232,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"prometheus":
"deploy":
@ -280,7 +280,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"prompt-rag":
"command":
@ -316,7 +316,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"pulsar":
"command": "bin/pulsar standalone"
@ -369,7 +369,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"query-triples":
"command":
@ -386,7 +386,7 @@
"reservations":
"cpus": "0.1"
"memory": "512M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"store-graph-embeddings":
"command":
@ -403,7 +403,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"store-triples":
"command":
@ -420,7 +420,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"text-completion":
"command":
@ -441,7 +441,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"text-completion-rag":
"command":
@ -466,7 +466,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"vectorize":
"command":
@ -476,12 +476,12 @@
"deploy":
"resources":
"limits":
"cpus": "0.5"
"memory": "128M"
"cpus": "1.0"
"memory": "512M"
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"cpus": "0.5"
"memory": "512M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"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.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"embeddings":
"command":
@ -33,7 +33,7 @@
"reservations":
"cpus": "0.5"
"memory": "256M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"etcd":
"command":
@ -105,7 +105,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"init-pulsar":
"command":
@ -138,7 +138,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"kg-extract-relationships":
"command":
@ -153,7 +153,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"milvus":
"command":
@ -233,7 +233,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"prometheus":
"deploy":
@ -281,7 +281,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"prompt-rag":
"command":
@ -317,7 +317,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"pulsar":
"command": "bin/pulsar standalone"
@ -370,7 +370,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"query-triples":
"command":
@ -387,7 +387,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"store-graph-embeddings":
"command":
@ -404,7 +404,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"store-triples":
"command":
@ -421,7 +421,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"text-completion":
"command":
@ -442,7 +442,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"text-completion-rag":
"command":
@ -467,7 +467,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"vectorize":
"command":
@ -477,12 +477,12 @@
"deploy":
"resources":
"limits":
"cpus": "0.5"
"memory": "128M"
"cpus": "1.0"
"memory": "512M"
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"cpus": "0.5"
"memory": "512M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"volumes":
"etcd": {}

View file

@ -4,10 +4,10 @@
"resources":
"limits":
"cpus": "1.0"
"memory": "512M"
"memory": "800M"
"reservations":
"cpus": "0.5"
"memory": "512M"
"memory": "800M"
"environment":
"JVM_OPTS": "-Xms256M -Xmx256M"
"image": "docker.io/cassandra:4.1.6"
@ -33,7 +33,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"embeddings":
"command":
@ -50,7 +50,7 @@
"reservations":
"cpus": "0.5"
"memory": "256M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"etcd":
"command":
@ -122,7 +122,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"init-pulsar":
"command":
@ -155,7 +155,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"kg-extract-relationships":
"command":
@ -170,7 +170,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"milvus":
"command":
@ -232,7 +232,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"prometheus":
"deploy":
@ -280,7 +280,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"prompt-rag":
"command":
@ -316,7 +316,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"pulsar":
"command": "bin/pulsar standalone"
@ -369,7 +369,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"query-triples":
"command":
@ -386,7 +386,7 @@
"reservations":
"cpus": "0.1"
"memory": "512M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"store-graph-embeddings":
"command":
@ -403,7 +403,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"store-triples":
"command":
@ -420,7 +420,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"text-completion":
"command":
@ -439,7 +439,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"text-completion-rag":
"command":
@ -462,7 +462,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"vectorize":
"command":
@ -472,12 +472,12 @@
"deploy":
"resources":
"limits":
"cpus": "0.5"
"memory": "128M"
"cpus": "1.0"
"memory": "512M"
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"cpus": "0.5"
"memory": "512M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"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.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"embeddings":
"command":
@ -33,7 +33,7 @@
"reservations":
"cpus": "0.5"
"memory": "256M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"etcd":
"command":
@ -105,7 +105,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"init-pulsar":
"command":
@ -138,7 +138,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"kg-extract-relationships":
"command":
@ -153,7 +153,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"milvus":
"command":
@ -233,7 +233,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"prometheus":
"deploy":
@ -281,7 +281,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"prompt-rag":
"command":
@ -317,7 +317,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"pulsar":
"command": "bin/pulsar standalone"
@ -370,7 +370,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"query-triples":
"command":
@ -387,7 +387,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"store-graph-embeddings":
"command":
@ -404,7 +404,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"store-triples":
"command":
@ -421,7 +421,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"text-completion":
"command":
@ -440,7 +440,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"text-completion-rag":
"command":
@ -463,7 +463,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"vectorize":
"command":
@ -473,12 +473,12 @@
"deploy":
"resources":
"limits":
"cpus": "0.5"
"memory": "128M"
"cpus": "1.0"
"memory": "512M"
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"cpus": "0.5"
"memory": "512M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"volumes":
"etcd": {}

View file

@ -4,10 +4,10 @@
"resources":
"limits":
"cpus": "1.0"
"memory": "512M"
"memory": "800M"
"reservations":
"cpus": "0.5"
"memory": "512M"
"memory": "800M"
"environment":
"JVM_OPTS": "-Xms256M -Xmx256M"
"image": "docker.io/cassandra:4.1.6"
@ -33,7 +33,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"embeddings":
"command":
@ -50,7 +50,7 @@
"reservations":
"cpus": "0.5"
"memory": "256M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"etcd":
"command":
@ -122,7 +122,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"init-pulsar":
"command":
@ -155,7 +155,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"kg-extract-relationships":
"command":
@ -170,7 +170,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"milvus":
"command":
@ -232,7 +232,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"prometheus":
"deploy":
@ -267,7 +267,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"prompt-rag":
"command":
@ -290,7 +290,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"pulsar":
"command": "bin/pulsar standalone"
@ -343,7 +343,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"query-triples":
"command":
@ -360,7 +360,7 @@
"reservations":
"cpus": "0.1"
"memory": "512M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"store-graph-embeddings":
"command":
@ -377,7 +377,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"store-triples":
"command":
@ -394,7 +394,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"text-completion":
"command":
@ -413,7 +413,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"text-completion-rag":
"command":
@ -436,7 +436,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"vectorize":
"command":
@ -446,12 +446,12 @@
"deploy":
"resources":
"limits":
"cpus": "0.5"
"memory": "128M"
"cpus": "1.0"
"memory": "512M"
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"cpus": "0.5"
"memory": "512M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"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.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"embeddings":
"command":
@ -33,7 +33,7 @@
"reservations":
"cpus": "0.5"
"memory": "256M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"etcd":
"command":
@ -105,7 +105,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"init-pulsar":
"command":
@ -138,7 +138,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"kg-extract-relationships":
"command":
@ -153,7 +153,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"milvus":
"command":
@ -233,7 +233,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"prometheus":
"deploy":
@ -268,7 +268,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"prompt-rag":
"command":
@ -291,7 +291,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"pulsar":
"command": "bin/pulsar standalone"
@ -344,7 +344,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"query-triples":
"command":
@ -361,7 +361,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"store-graph-embeddings":
"command":
@ -378,7 +378,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"store-triples":
"command":
@ -395,7 +395,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"text-completion":
"command":
@ -414,7 +414,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"text-completion-rag":
"command":
@ -437,7 +437,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"vectorize":
"command":
@ -447,12 +447,12 @@
"deploy":
"resources":
"limits":
"cpus": "0.5"
"memory": "128M"
"cpus": "1.0"
"memory": "512M"
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"cpus": "0.5"
"memory": "512M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"volumes":
"etcd": {}

View file

@ -4,10 +4,10 @@
"resources":
"limits":
"cpus": "1.0"
"memory": "512M"
"memory": "800M"
"reservations":
"cpus": "0.5"
"memory": "512M"
"memory": "800M"
"environment":
"JVM_OPTS": "-Xms256M -Xmx256M"
"image": "docker.io/cassandra:4.1.6"
@ -33,7 +33,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"embeddings":
"command":
@ -50,7 +50,7 @@
"reservations":
"cpus": "0.5"
"memory": "256M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"etcd":
"command":
@ -122,7 +122,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"init-pulsar":
"command":
@ -155,7 +155,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"kg-extract-relationships":
"command":
@ -170,7 +170,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"milvus":
"command":
@ -232,7 +232,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"prometheus":
"deploy":
@ -280,7 +280,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"prompt-rag":
"command":
@ -316,7 +316,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"pulsar":
"command": "bin/pulsar standalone"
@ -369,7 +369,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"query-triples":
"command":
@ -386,7 +386,7 @@
"reservations":
"cpus": "0.1"
"memory": "512M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"store-graph-embeddings":
"command":
@ -403,7 +403,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"store-triples":
"command":
@ -420,7 +420,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"text-completion":
"command":
@ -441,7 +441,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"text-completion-rag":
"command":
@ -466,7 +466,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"vectorize":
"command":
@ -476,12 +476,12 @@
"deploy":
"resources":
"limits":
"cpus": "0.5"
"memory": "128M"
"cpus": "1.0"
"memory": "512M"
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"cpus": "0.5"
"memory": "512M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"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.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"embeddings":
"command":
@ -33,7 +33,7 @@
"reservations":
"cpus": "0.5"
"memory": "256M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"etcd":
"command":
@ -105,7 +105,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"init-pulsar":
"command":
@ -138,7 +138,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"kg-extract-relationships":
"command":
@ -153,7 +153,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"milvus":
"command":
@ -233,7 +233,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"prometheus":
"deploy":
@ -281,7 +281,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"prompt-rag":
"command":
@ -317,7 +317,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"pulsar":
"command": "bin/pulsar standalone"
@ -370,7 +370,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"query-triples":
"command":
@ -387,7 +387,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"store-graph-embeddings":
"command":
@ -404,7 +404,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"store-triples":
"command":
@ -421,7 +421,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"text-completion":
"command":
@ -442,7 +442,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"text-completion-rag":
"command":
@ -467,7 +467,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"vectorize":
"command":
@ -477,12 +477,12 @@
"deploy":
"resources":
"limits":
"cpus": "0.5"
"memory": "128M"
"cpus": "1.0"
"memory": "512M"
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"cpus": "0.5"
"memory": "512M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"volumes":
"etcd": {}

View file

@ -4,10 +4,10 @@
"resources":
"limits":
"cpus": "1.0"
"memory": "512M"
"memory": "800M"
"reservations":
"cpus": "0.5"
"memory": "512M"
"memory": "800M"
"environment":
"JVM_OPTS": "-Xms256M -Xmx256M"
"image": "docker.io/cassandra:4.1.6"
@ -33,7 +33,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"embeddings":
"command":
@ -50,7 +50,7 @@
"reservations":
"cpus": "0.5"
"memory": "256M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"etcd":
"command":
@ -122,7 +122,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"init-pulsar":
"command":
@ -155,7 +155,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"kg-extract-relationships":
"command":
@ -170,7 +170,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"milvus":
"command":
@ -232,7 +232,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"prometheus":
"deploy":
@ -280,7 +280,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"prompt-rag":
"command":
@ -316,7 +316,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"pulsar":
"command": "bin/pulsar standalone"
@ -369,7 +369,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"query-triples":
"command":
@ -386,7 +386,7 @@
"reservations":
"cpus": "0.1"
"memory": "512M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"store-graph-embeddings":
"command":
@ -403,7 +403,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"store-triples":
"command":
@ -420,7 +420,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"text-completion":
"command":
@ -443,7 +443,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"volumes":
- "./vertexai:/vertexai"
@ -472,7 +472,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"volumes":
- "./vertexai:/vertexai"
@ -484,12 +484,12 @@
"deploy":
"resources":
"limits":
"cpus": "0.5"
"memory": "128M"
"cpus": "1.0"
"memory": "512M"
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"cpus": "0.5"
"memory": "512M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"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.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"embeddings":
"command":
@ -33,7 +33,7 @@
"reservations":
"cpus": "0.5"
"memory": "256M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"etcd":
"command":
@ -105,7 +105,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"init-pulsar":
"command":
@ -138,7 +138,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"kg-extract-relationships":
"command":
@ -153,7 +153,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"milvus":
"command":
@ -233,7 +233,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"prometheus":
"deploy":
@ -281,7 +281,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"prompt-rag":
"command":
@ -317,7 +317,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"pulsar":
"command": "bin/pulsar standalone"
@ -370,7 +370,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"query-triples":
"command":
@ -387,7 +387,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"store-graph-embeddings":
"command":
@ -404,7 +404,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"store-triples":
"command":
@ -421,7 +421,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"text-completion":
"command":
@ -444,7 +444,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"volumes":
- "./vertexai:/vertexai"
@ -473,7 +473,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"volumes":
- "./vertexai:/vertexai"
@ -485,12 +485,12 @@
"deploy":
"resources":
"limits":
"cpus": "0.5"
"memory": "128M"
"cpus": "1.0"
"memory": "512M"
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.10"
"cpus": "0.5"
"memory": "512M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.11"
"restart": "on-failure:100"
"volumes":
"etcd": {}