diff --git a/Makefile b/Makefile index 50bad831..5043a52d 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # VERSION=$(shell git describe | sed 's/^v//') -VERSION=0.7.3 +VERSION=0.7.4 DOCKER=podman diff --git a/grafana/dashboard.json b/grafana/dashboard.json index df976009..f7dd6364 100644 --- a/grafana/dashboard.json +++ b/grafana/dashboard.json @@ -743,7 +743,7 @@ "axisBorderShow": false, "axisCenteredZero": false, "axisColorMode": "text", - "axisLabel": "", + "axisLabel": "GB", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", @@ -815,7 +815,7 @@ }, "disableTextWrap": false, "editorMode": "builder", - "expr": "process_virtual_memory_bytes", + "expr": "process_resident_memory_bytes / 1073741824", "fullMetaSearch": false, "includeNullMetadata": true, "instant": false, @@ -903,7 +903,7 @@ "useBackend": false } ], - "title": "Panel Title", + "title": "Model parameters", "transformations": [ { "id": "filterFieldsByName", diff --git a/setup.py b/setup.py index 6bdb15b6..e9b10e7f 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ import os with open("README.md", "r") as fh: long_description = fh.read() -version = "0.7.3" +version = "0.7.4" setuptools.setup( name="trustgraph", diff --git a/templates/components/pulsar.jsonnet b/templates/components/pulsar.jsonnet index d34fe924..71f2cb32 100644 --- a/templates/components/pulsar.jsonnet +++ b/templates/components/pulsar.jsonnet @@ -71,11 +71,11 @@ local images = import "images.jsonnet"; resources: { limits: { cpus: '0.5', - memory: '128M' + memory: '1.4G' }, reservations: { cpus: '0.1', - memory: '128M' + memory: '1.4G' } } }, diff --git a/tg-launch-azure-cassandra.yaml b/tg-launch-azure-cassandra.yaml index e54c9cde..ac5c41f0 100644 --- a/tg-launch-azure-cassandra.yaml +++ b/tg-launch-azure-cassandra.yaml @@ -33,7 +33,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "embeddings": "command": @@ -50,7 +50,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "etcd": "command": @@ -122,7 +122,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "milvus": "command": @@ -232,7 +232,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "prometheus": "deploy": @@ -267,7 +267,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -317,10 +317,10 @@ "resources": "limits": "cpus": "0.5" - "memory": "128M" + "memory": "1.4G" "reservations": "cpus": "0.1" - "memory": "128M" + "memory": "1.4G" "environment": "SPRING_CONFIGURATION_FILE": "/pulsar-manager/pulsar-manager/application.properties" "image": "docker.io/apachepulsar/pulsar-manager:v0.4.0" @@ -343,7 +343,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "text-completion": "command": @@ -417,7 +417,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "text-completion-rag": "command": @@ -444,7 +444,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "vectorize": "command": @@ -459,7 +459,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "volumes": "cassandra": {} diff --git a/tg-launch-azure-neo4j.yaml b/tg-launch-azure-neo4j.yaml index 0dc30dec..621c85f7 100644 --- a/tg-launch-azure-neo4j.yaml +++ b/tg-launch-azure-neo4j.yaml @@ -16,7 +16,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "embeddings": "command": @@ -33,7 +33,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "etcd": "command": @@ -105,7 +105,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "milvus": "command": @@ -233,7 +233,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "prometheus": "deploy": @@ -268,7 +268,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -318,10 +318,10 @@ "resources": "limits": "cpus": "0.5" - "memory": "128M" + "memory": "1.4G" "reservations": "cpus": "0.1" - "memory": "128M" + "memory": "1.4G" "environment": "SPRING_CONFIGURATION_FILE": "/pulsar-manager/pulsar-manager/application.properties" "image": "docker.io/apachepulsar/pulsar-manager:v0.4.0" @@ -344,7 +344,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "text-completion": "command": @@ -418,7 +418,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "vectorize": "command": @@ -460,7 +460,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "volumes": "etcd": {} diff --git a/tg-launch-bedrock-cassandra.yaml b/tg-launch-bedrock-cassandra.yaml index 1c78ac4b..7e16bcce 100644 --- a/tg-launch-bedrock-cassandra.yaml +++ b/tg-launch-bedrock-cassandra.yaml @@ -33,7 +33,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "embeddings": "command": @@ -50,7 +50,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "etcd": "command": @@ -122,7 +122,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "milvus": "command": @@ -232,7 +232,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "prometheus": "deploy": @@ -267,7 +267,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -317,10 +317,10 @@ "resources": "limits": "cpus": "0.5" - "memory": "128M" + "memory": "1.4G" "reservations": "cpus": "0.1" - "memory": "128M" + "memory": "1.4G" "environment": "SPRING_CONFIGURATION_FILE": "/pulsar-manager/pulsar-manager/application.properties" "image": "docker.io/apachepulsar/pulsar-manager:v0.4.0" @@ -343,7 +343,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "text-completion": "command": @@ -421,7 +421,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "text-completion-rag": "command": @@ -452,7 +452,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "vectorize": "command": @@ -467,7 +467,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "volumes": "cassandra": {} diff --git a/tg-launch-bedrock-neo4j.yaml b/tg-launch-bedrock-neo4j.yaml index 904e72ea..0793542d 100644 --- a/tg-launch-bedrock-neo4j.yaml +++ b/tg-launch-bedrock-neo4j.yaml @@ -16,7 +16,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "embeddings": "command": @@ -33,7 +33,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "etcd": "command": @@ -105,7 +105,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "milvus": "command": @@ -233,7 +233,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "prometheus": "deploy": @@ -268,7 +268,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -318,10 +318,10 @@ "resources": "limits": "cpus": "0.5" - "memory": "128M" + "memory": "1.4G" "reservations": "cpus": "0.1" - "memory": "128M" + "memory": "1.4G" "environment": "SPRING_CONFIGURATION_FILE": "/pulsar-manager/pulsar-manager/application.properties" "image": "docker.io/apachepulsar/pulsar-manager:v0.4.0" @@ -344,7 +344,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "text-completion": "command": @@ -422,7 +422,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "text-completion-rag": "command": @@ -453,7 +453,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "vectorize": "command": @@ -468,7 +468,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "volumes": "etcd": {} diff --git a/tg-launch-claude-cassandra.yaml b/tg-launch-claude-cassandra.yaml index 70230715..3ca82089 100644 --- a/tg-launch-claude-cassandra.yaml +++ b/tg-launch-claude-cassandra.yaml @@ -33,7 +33,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "embeddings": "command": @@ -50,7 +50,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "etcd": "command": @@ -122,7 +122,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "milvus": "command": @@ -232,7 +232,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "prometheus": "deploy": @@ -267,7 +267,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -317,10 +317,10 @@ "resources": "limits": "cpus": "0.5" - "memory": "128M" + "memory": "1.4G" "reservations": "cpus": "0.1" - "memory": "128M" + "memory": "1.4G" "environment": "SPRING_CONFIGURATION_FILE": "/pulsar-manager/pulsar-manager/application.properties" "image": "docker.io/apachepulsar/pulsar-manager:v0.4.0" @@ -343,7 +343,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "text-completion": "command": @@ -415,7 +415,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "text-completion-rag": "command": @@ -440,7 +440,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "vectorize": "command": @@ -455,7 +455,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "volumes": "cassandra": {} diff --git a/tg-launch-claude-neo4j.yaml b/tg-launch-claude-neo4j.yaml index d551eb96..cda4d9ba 100644 --- a/tg-launch-claude-neo4j.yaml +++ b/tg-launch-claude-neo4j.yaml @@ -16,7 +16,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "embeddings": "command": @@ -33,7 +33,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "etcd": "command": @@ -105,7 +105,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "milvus": "command": @@ -233,7 +233,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "prometheus": "deploy": @@ -268,7 +268,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -318,10 +318,10 @@ "resources": "limits": "cpus": "0.5" - "memory": "128M" + "memory": "1.4G" "reservations": "cpus": "0.1" - "memory": "128M" + "memory": "1.4G" "environment": "SPRING_CONFIGURATION_FILE": "/pulsar-manager/pulsar-manager/application.properties" "image": "docker.io/apachepulsar/pulsar-manager:v0.4.0" @@ -344,7 +344,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "text-completion": "command": @@ -416,7 +416,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "vectorize": "command": @@ -456,7 +456,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "volumes": "etcd": {} diff --git a/tg-launch-cohere-cassandra.yaml b/tg-launch-cohere-cassandra.yaml index 9e6d4b7d..9a1e94d9 100644 --- a/tg-launch-cohere-cassandra.yaml +++ b/tg-launch-cohere-cassandra.yaml @@ -33,7 +33,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "embeddings": "command": @@ -50,7 +50,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "etcd": "command": @@ -122,7 +122,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "milvus": "command": @@ -232,7 +232,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "prometheus": "deploy": @@ -267,7 +267,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -317,10 +317,10 @@ "resources": "limits": "cpus": "0.5" - "memory": "128M" + "memory": "1.4G" "reservations": "cpus": "0.1" - "memory": "128M" + "memory": "1.4G" "environment": "SPRING_CONFIGURATION_FILE": "/pulsar-manager/pulsar-manager/application.properties" "image": "docker.io/apachepulsar/pulsar-manager:v0.4.0" @@ -343,7 +343,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "vectorize": "command": @@ -451,7 +451,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "volumes": "cassandra": {} diff --git a/tg-launch-cohere-neo4j.yaml b/tg-launch-cohere-neo4j.yaml index b92ecb41..6bc937aa 100644 --- a/tg-launch-cohere-neo4j.yaml +++ b/tg-launch-cohere-neo4j.yaml @@ -16,7 +16,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "embeddings": "command": @@ -33,7 +33,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "etcd": "command": @@ -105,7 +105,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "milvus": "command": @@ -233,7 +233,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "prometheus": "deploy": @@ -268,7 +268,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -318,10 +318,10 @@ "resources": "limits": "cpus": "0.5" - "memory": "128M" + "memory": "1.4G" "reservations": "cpus": "0.1" - "memory": "128M" + "memory": "1.4G" "environment": "SPRING_CONFIGURATION_FILE": "/pulsar-manager/pulsar-manager/application.properties" "image": "docker.io/apachepulsar/pulsar-manager:v0.4.0" @@ -344,7 +344,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "vectorize": "command": @@ -452,7 +452,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "volumes": "etcd": {} diff --git a/tg-launch-ollama-cassandra.yaml b/tg-launch-ollama-cassandra.yaml index 904d0025..39e8e781 100644 --- a/tg-launch-ollama-cassandra.yaml +++ b/tg-launch-ollama-cassandra.yaml @@ -33,7 +33,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "embeddings": "command": @@ -50,7 +50,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "etcd": "command": @@ -122,7 +122,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "milvus": "command": @@ -232,7 +232,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "prometheus": "deploy": @@ -267,7 +267,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -317,10 +317,10 @@ "resources": "limits": "cpus": "0.5" - "memory": "128M" + "memory": "1.4G" "reservations": "cpus": "0.1" - "memory": "128M" + "memory": "1.4G" "environment": "SPRING_CONFIGURATION_FILE": "/pulsar-manager/pulsar-manager/application.properties" "image": "docker.io/apachepulsar/pulsar-manager:v0.4.0" @@ -343,7 +343,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "vectorize": "command": @@ -451,7 +451,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "volumes": "cassandra": {} diff --git a/tg-launch-ollama-neo4j.yaml b/tg-launch-ollama-neo4j.yaml index f3d9c440..2b61fb40 100644 --- a/tg-launch-ollama-neo4j.yaml +++ b/tg-launch-ollama-neo4j.yaml @@ -16,7 +16,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "embeddings": "command": @@ -33,7 +33,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "etcd": "command": @@ -105,7 +105,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "milvus": "command": @@ -233,7 +233,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "prometheus": "deploy": @@ -268,7 +268,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -318,10 +318,10 @@ "resources": "limits": "cpus": "0.5" - "memory": "128M" + "memory": "1.4G" "reservations": "cpus": "0.1" - "memory": "128M" + "memory": "1.4G" "environment": "SPRING_CONFIGURATION_FILE": "/pulsar-manager/pulsar-manager/application.properties" "image": "docker.io/apachepulsar/pulsar-manager:v0.4.0" @@ -344,7 +344,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "vectorize": "command": @@ -452,7 +452,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "volumes": "etcd": {} diff --git a/tg-launch-openai-cassandra.yaml b/tg-launch-openai-cassandra.yaml index ae1f7dc2..cea4133d 100644 --- a/tg-launch-openai-cassandra.yaml +++ b/tg-launch-openai-cassandra.yaml @@ -33,7 +33,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "embeddings": "command": @@ -50,7 +50,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "etcd": "command": @@ -122,7 +122,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "milvus": "command": @@ -232,7 +232,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "prometheus": "deploy": @@ -267,7 +267,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -317,10 +317,10 @@ "resources": "limits": "cpus": "0.5" - "memory": "128M" + "memory": "1.4G" "reservations": "cpus": "0.1" - "memory": "128M" + "memory": "1.4G" "environment": "SPRING_CONFIGURATION_FILE": "/pulsar-manager/pulsar-manager/application.properties" "image": "docker.io/apachepulsar/pulsar-manager:v0.4.0" @@ -343,7 +343,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "text-completion": "command": @@ -415,7 +415,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "text-completion-rag": "command": @@ -440,7 +440,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "vectorize": "command": @@ -455,7 +455,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "volumes": "cassandra": {} diff --git a/tg-launch-openai-neo4j.yaml b/tg-launch-openai-neo4j.yaml index cd58cce9..c1071dda 100644 --- a/tg-launch-openai-neo4j.yaml +++ b/tg-launch-openai-neo4j.yaml @@ -16,7 +16,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "embeddings": "command": @@ -33,7 +33,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "etcd": "command": @@ -105,7 +105,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "milvus": "command": @@ -233,7 +233,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "prometheus": "deploy": @@ -268,7 +268,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -318,10 +318,10 @@ "resources": "limits": "cpus": "0.5" - "memory": "128M" + "memory": "1.4G" "reservations": "cpus": "0.1" - "memory": "128M" + "memory": "1.4G" "environment": "SPRING_CONFIGURATION_FILE": "/pulsar-manager/pulsar-manager/application.properties" "image": "docker.io/apachepulsar/pulsar-manager:v0.4.0" @@ -344,7 +344,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "text-completion": "command": @@ -416,7 +416,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "vectorize": "command": @@ -456,7 +456,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "volumes": "etcd": {} diff --git a/tg-launch-vertexai-cassandra.yaml b/tg-launch-vertexai-cassandra.yaml index 0e509775..9701d441 100644 --- a/tg-launch-vertexai-cassandra.yaml +++ b/tg-launch-vertexai-cassandra.yaml @@ -33,7 +33,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "embeddings": "command": @@ -50,7 +50,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "etcd": "command": @@ -122,7 +122,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "milvus": "command": @@ -232,7 +232,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "prometheus": "deploy": @@ -267,7 +267,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -317,10 +317,10 @@ "resources": "limits": "cpus": "0.5" - "memory": "128M" + "memory": "1.4G" "reservations": "cpus": "0.1" - "memory": "128M" + "memory": "1.4G" "environment": "SPRING_CONFIGURATION_FILE": "/pulsar-manager/pulsar-manager/application.properties" "image": "docker.io/apachepulsar/pulsar-manager:v0.4.0" @@ -343,7 +343,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "text-completion": "command": @@ -417,7 +417,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "volumes": - "./vertexai:/vertexai" @@ -446,7 +446,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "volumes": - "./vertexai:/vertexai" @@ -463,7 +463,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "volumes": "cassandra": {} diff --git a/tg-launch-vertexai-neo4j.yaml b/tg-launch-vertexai-neo4j.yaml index 3eeb03da..380db647 100644 --- a/tg-launch-vertexai-neo4j.yaml +++ b/tg-launch-vertexai-neo4j.yaml @@ -16,7 +16,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "embeddings": "command": @@ -33,7 +33,7 @@ "reservations": "cpus": "0.5" "memory": "256M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "etcd": "command": @@ -105,7 +105,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "milvus": "command": @@ -233,7 +233,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "prometheus": "deploy": @@ -268,7 +268,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "pulsar": "command": "bin/pulsar standalone" @@ -318,10 +318,10 @@ "resources": "limits": "cpus": "0.5" - "memory": "128M" + "memory": "1.4G" "reservations": "cpus": "0.1" - "memory": "128M" + "memory": "1.4G" "environment": "SPRING_CONFIGURATION_FILE": "/pulsar-manager/pulsar-manager/application.properties" "image": "docker.io/apachepulsar/pulsar-manager:v0.4.0" @@ -344,7 +344,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "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.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "text-completion": "command": @@ -418,7 +418,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "volumes": - "./vertexai:/vertexai" @@ -447,7 +447,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "volumes": - "./vertexai:/vertexai" @@ -464,7 +464,7 @@ "reservations": "cpus": "0.1" "memory": "128M" - "image": "docker.io/trustgraph/trustgraph-flow:0.7.3" + "image": "docker.io/trustgraph/trustgraph-flow:0.7.4" "restart": "on-failure:100" "volumes": "etcd": {}