From ef1b8b5a13f111b257252b02df5a132e2c126777 Mon Sep 17 00:00:00 2001 From: cybermaggedon Date: Tue, 1 Oct 2024 06:46:41 +0100 Subject: [PATCH] Feature/metering dashboard (#89) * Bump version * Added Prom metrics to metering, added dashboard * Update YAMLs * Add $ on axis * Tweak dashboard --- Makefile | 2 +- grafana/dashboards/dashboard.json | 242 +++++++++++++++++- tg-launch-azure-cassandra.yaml | 42 +-- tg-launch-azure-neo4j.yaml | 42 +-- tg-launch-bedrock-cassandra.yaml | 42 +-- tg-launch-bedrock-neo4j.yaml | 42 +-- tg-launch-claude-cassandra.yaml | 42 +-- tg-launch-claude-neo4j.yaml | 42 +-- tg-launch-cohere-cassandra.yaml | 42 +-- tg-launch-cohere-neo4j.yaml | 42 +-- tg-launch-llamafile-cassandra.yaml | 42 +-- tg-launch-llamafile-neo4j.yaml | 42 +-- tg-launch-ollama-cassandra.yaml | 42 +-- tg-launch-ollama-neo4j.yaml | 42 +-- tg-launch-openai-cassandra.yaml | 42 +-- tg-launch-openai-neo4j.yaml | 42 +-- tg-launch-vertexai-cassandra.yaml | 42 +-- tg-launch-vertexai-neo4j.yaml | 42 +-- tg-storage-cassandra.yaml | 14 +- tg-storage-neo4j.yaml | 14 +- .../trustgraph/metering/counter.py | 30 ++- 21 files changed, 616 insertions(+), 358 deletions(-) diff --git a/Makefile b/Makefile index 65db5817..4c8aaec2 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # VERSION=$(shell git describe | sed 's/^v//') -VERSION=0.11.13 +VERSION=0.11.14 DOCKER=podman diff --git a/grafana/dashboards/dashboard.json b/grafana/dashboards/dashboard.json index aba5d918..e2db0f09 100644 --- a/grafana/dashboards/dashboard.json +++ b/grafana/dashboards/dashboard.json @@ -280,7 +280,7 @@ "editorMode": "builder", "expr": "rate(request_latency_count[1m])", "instant": false, - "legendFormat": "{{instance}}", + "legendFormat": "{{job}}", "range": true, "refId": "A" } @@ -824,7 +824,7 @@ }, "gridPos": { "h": 7, - "w": 12, + "w": 8, "x": 0, "y": 32 }, @@ -869,8 +869,8 @@ "options": { "include": { "names": [ - "instance", - "model" + "model", + "job" ] } } @@ -895,6 +895,238 @@ } ], "type": "table" + }, + { + "datasource": { + "type": "prometheus", + "uid": "f6b18033-5918-4e05-a1ca-4cb30343b129" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 7, + "w": 8, + "x": 8, + "y": 32 + }, + "id": 15, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "f6b18033-5918-4e05-a1ca-4cb30343b129" + }, + "disableTextWrap": false, + "editorMode": "builder", + "expr": "sum by(job) (rate(input_tokens_total[$__rate_interval]))", + "fullMetaSearch": false, + "includeNullMetadata": true, + "instant": false, + "legendFormat": "input {{job}}", + "range": true, + "refId": "A", + "useBackend": false + }, + { + "datasource": { + "type": "prometheus", + "uid": "f6b18033-5918-4e05-a1ca-4cb30343b129" + }, + "disableTextWrap": false, + "editorMode": "builder", + "expr": "sum by(job) (rate(output_tokens_total[$__rate_interval]))", + "fullMetaSearch": false, + "hide": false, + "includeNullMetadata": true, + "instant": false, + "legendFormat": "output {{job}}", + "range": true, + "refId": "B", + "useBackend": false + } + ], + "title": "Tokens", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "f6b18033-5918-4e05-a1ca-4cb30343b129" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "$", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 7, + "w": 8, + "x": 16, + "y": 32 + }, + "id": 16, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "f6b18033-5918-4e05-a1ca-4cb30343b129" + }, + "disableTextWrap": false, + "editorMode": "builder", + "expr": "sum by(job) (rate(input_cost_total[$__rate_interval]))", + "fullMetaSearch": false, + "includeNullMetadata": true, + "instant": false, + "legendFormat": "input {{job}}", + "range": true, + "refId": "A", + "useBackend": false + }, + { + "datasource": { + "type": "prometheus", + "uid": "f6b18033-5918-4e05-a1ca-4cb30343b129" + }, + "disableTextWrap": false, + "editorMode": "builder", + "expr": "sum by(job) (rate(output_cost_total[$__rate_interval]))", + "fullMetaSearch": false, + "hide": false, + "includeNullMetadata": true, + "instant": false, + "legendFormat": "output {{job}}", + "range": true, + "refId": "B", + "useBackend": false + } + ], + "title": "Token cost", + "type": "timeseries" } ], "refresh": "5s", @@ -911,6 +1143,6 @@ "timezone": "", "title": "Overview", "uid": "b5c8abf8-fe79-496b-b028-10bde917d1f0", - "version": 3, + "version": 1, "weekStart": "" } diff --git a/tg-launch-azure-cassandra.yaml b/tg-launch-azure-cassandra.yaml index 29a660c4..6d90a5a4 100644 --- a/tg-launch-azure-cassandra.yaml +++ b/tg-launch-azure-cassandra.yaml @@ -33,7 +33,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 embeddings: command: @@ -50,7 +50,7 @@ services: reservations: cpus: '0.5' memory: 400M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 grafana: deploy: @@ -95,7 +95,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 init-pulsar: command: @@ -110,7 +110,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 kg-extract-definitions: command: @@ -125,7 +125,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 kg-extract-relationships: command: @@ -140,7 +140,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 kg-extract-topics: command: @@ -155,7 +155,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 metering: command: @@ -170,7 +170,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 metering-rag: command: @@ -187,7 +187,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 pdf-decoder: command: @@ -202,7 +202,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 prometheus: deploy: @@ -392,7 +392,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 prompt-rag: command: @@ -570,7 +570,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 pulsar: command: @@ -624,7 +624,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 query-graph-embeddings: command: @@ -641,7 +641,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 query-triples: command: @@ -658,7 +658,7 @@ services: reservations: cpus: '0.1' memory: 512M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 store-doc-embeddings: command: @@ -675,7 +675,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 store-graph-embeddings: command: @@ -692,7 +692,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 store-triples: command: @@ -709,7 +709,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 text-completion: command: @@ -732,7 +732,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 text-completion-rag: command: @@ -759,7 +759,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 vectorize: command: @@ -774,7 +774,7 @@ services: reservations: cpus: '0.5' memory: 512M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 volumes: cassandra: {} diff --git a/tg-launch-azure-neo4j.yaml b/tg-launch-azure-neo4j.yaml index 8cc2a3e0..5c6d8873 100644 --- a/tg-launch-azure-neo4j.yaml +++ b/tg-launch-azure-neo4j.yaml @@ -16,7 +16,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 embeddings: command: @@ -33,7 +33,7 @@ services: reservations: cpus: '0.5' memory: 400M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 grafana: deploy: @@ -78,7 +78,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 init-pulsar: command: @@ -93,7 +93,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 kg-extract-definitions: command: @@ -108,7 +108,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 kg-extract-relationships: command: @@ -123,7 +123,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 kg-extract-topics: command: @@ -138,7 +138,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 metering: command: @@ -153,7 +153,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 metering-rag: command: @@ -170,7 +170,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 neo4j: deploy: @@ -203,7 +203,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 prometheus: deploy: @@ -393,7 +393,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 prompt-rag: command: @@ -571,7 +571,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 pulsar: command: @@ -625,7 +625,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 query-graph-embeddings: command: @@ -642,7 +642,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 query-triples: command: @@ -659,7 +659,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 store-doc-embeddings: command: @@ -676,7 +676,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 store-graph-embeddings: command: @@ -693,7 +693,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 store-triples: command: @@ -710,7 +710,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 text-completion: command: @@ -733,7 +733,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 text-completion-rag: command: @@ -760,7 +760,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 vectorize: command: @@ -775,7 +775,7 @@ services: reservations: cpus: '0.5' memory: 512M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 volumes: grafana-storage: {} diff --git a/tg-launch-bedrock-cassandra.yaml b/tg-launch-bedrock-cassandra.yaml index fa720e28..298649a9 100644 --- a/tg-launch-bedrock-cassandra.yaml +++ b/tg-launch-bedrock-cassandra.yaml @@ -33,7 +33,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 embeddings: command: @@ -50,7 +50,7 @@ services: reservations: cpus: '0.5' memory: 400M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 grafana: deploy: @@ -95,7 +95,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 init-pulsar: command: @@ -110,7 +110,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 kg-extract-definitions: command: @@ -125,7 +125,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 kg-extract-relationships: command: @@ -140,7 +140,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 kg-extract-topics: command: @@ -155,7 +155,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 metering: command: @@ -170,7 +170,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 metering-rag: command: @@ -187,7 +187,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 pdf-decoder: command: @@ -202,7 +202,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 prometheus: deploy: @@ -392,7 +392,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 prompt-rag: command: @@ -570,7 +570,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 pulsar: command: @@ -624,7 +624,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 query-graph-embeddings: command: @@ -641,7 +641,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 query-triples: command: @@ -658,7 +658,7 @@ services: reservations: cpus: '0.1' memory: 512M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 store-doc-embeddings: command: @@ -675,7 +675,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 store-graph-embeddings: command: @@ -692,7 +692,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 store-triples: command: @@ -709,7 +709,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 text-completion: command: @@ -736,7 +736,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 text-completion-rag: command: @@ -767,7 +767,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 vectorize: command: @@ -782,7 +782,7 @@ services: reservations: cpus: '0.5' memory: 512M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 volumes: cassandra: {} diff --git a/tg-launch-bedrock-neo4j.yaml b/tg-launch-bedrock-neo4j.yaml index f89c1b71..dc307c83 100644 --- a/tg-launch-bedrock-neo4j.yaml +++ b/tg-launch-bedrock-neo4j.yaml @@ -16,7 +16,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 embeddings: command: @@ -33,7 +33,7 @@ services: reservations: cpus: '0.5' memory: 400M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 grafana: deploy: @@ -78,7 +78,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 init-pulsar: command: @@ -93,7 +93,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 kg-extract-definitions: command: @@ -108,7 +108,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 kg-extract-relationships: command: @@ -123,7 +123,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 kg-extract-topics: command: @@ -138,7 +138,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 metering: command: @@ -153,7 +153,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 metering-rag: command: @@ -170,7 +170,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 neo4j: deploy: @@ -203,7 +203,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 prometheus: deploy: @@ -393,7 +393,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 prompt-rag: command: @@ -571,7 +571,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 pulsar: command: @@ -625,7 +625,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 query-graph-embeddings: command: @@ -642,7 +642,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 query-triples: command: @@ -659,7 +659,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 store-doc-embeddings: command: @@ -676,7 +676,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 store-graph-embeddings: command: @@ -693,7 +693,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 store-triples: command: @@ -710,7 +710,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 text-completion: command: @@ -737,7 +737,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 text-completion-rag: command: @@ -768,7 +768,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 vectorize: command: @@ -783,7 +783,7 @@ services: reservations: cpus: '0.5' memory: 512M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 volumes: grafana-storage: {} diff --git a/tg-launch-claude-cassandra.yaml b/tg-launch-claude-cassandra.yaml index 4a82e844..edd9ad8d 100644 --- a/tg-launch-claude-cassandra.yaml +++ b/tg-launch-claude-cassandra.yaml @@ -33,7 +33,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 embeddings: command: @@ -50,7 +50,7 @@ services: reservations: cpus: '0.5' memory: 400M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 grafana: deploy: @@ -95,7 +95,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 init-pulsar: command: @@ -110,7 +110,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 kg-extract-definitions: command: @@ -125,7 +125,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 kg-extract-relationships: command: @@ -140,7 +140,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 kg-extract-topics: command: @@ -155,7 +155,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 metering: command: @@ -170,7 +170,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 metering-rag: command: @@ -187,7 +187,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 pdf-decoder: command: @@ -202,7 +202,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 prometheus: deploy: @@ -392,7 +392,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 prompt-rag: command: @@ -570,7 +570,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 pulsar: command: @@ -624,7 +624,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 query-graph-embeddings: command: @@ -641,7 +641,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 query-triples: command: @@ -658,7 +658,7 @@ services: reservations: cpus: '0.1' memory: 512M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 store-doc-embeddings: command: @@ -675,7 +675,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 store-graph-embeddings: command: @@ -692,7 +692,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 store-triples: command: @@ -709,7 +709,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 text-completion: command: @@ -730,7 +730,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 text-completion-rag: command: @@ -755,7 +755,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 vectorize: command: @@ -770,7 +770,7 @@ services: reservations: cpus: '0.5' memory: 512M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 volumes: cassandra: {} diff --git a/tg-launch-claude-neo4j.yaml b/tg-launch-claude-neo4j.yaml index a324753c..c6f94a62 100644 --- a/tg-launch-claude-neo4j.yaml +++ b/tg-launch-claude-neo4j.yaml @@ -16,7 +16,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 embeddings: command: @@ -33,7 +33,7 @@ services: reservations: cpus: '0.5' memory: 400M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 grafana: deploy: @@ -78,7 +78,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 init-pulsar: command: @@ -93,7 +93,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 kg-extract-definitions: command: @@ -108,7 +108,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 kg-extract-relationships: command: @@ -123,7 +123,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 kg-extract-topics: command: @@ -138,7 +138,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 metering: command: @@ -153,7 +153,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 metering-rag: command: @@ -170,7 +170,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 neo4j: deploy: @@ -203,7 +203,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 prometheus: deploy: @@ -393,7 +393,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 prompt-rag: command: @@ -571,7 +571,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 pulsar: command: @@ -625,7 +625,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 query-graph-embeddings: command: @@ -642,7 +642,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 query-triples: command: @@ -659,7 +659,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 store-doc-embeddings: command: @@ -676,7 +676,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 store-graph-embeddings: command: @@ -693,7 +693,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 store-triples: command: @@ -710,7 +710,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 text-completion: command: @@ -731,7 +731,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 text-completion-rag: command: @@ -756,7 +756,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 vectorize: command: @@ -771,7 +771,7 @@ services: reservations: cpus: '0.5' memory: 512M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 volumes: grafana-storage: {} diff --git a/tg-launch-cohere-cassandra.yaml b/tg-launch-cohere-cassandra.yaml index b6cfa945..4575e385 100644 --- a/tg-launch-cohere-cassandra.yaml +++ b/tg-launch-cohere-cassandra.yaml @@ -33,7 +33,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 embeddings: command: @@ -50,7 +50,7 @@ services: reservations: cpus: '0.5' memory: 400M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 grafana: deploy: @@ -95,7 +95,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 init-pulsar: command: @@ -110,7 +110,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 kg-extract-definitions: command: @@ -125,7 +125,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 kg-extract-relationships: command: @@ -140,7 +140,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 kg-extract-topics: command: @@ -155,7 +155,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 metering: command: @@ -170,7 +170,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 metering-rag: command: @@ -187,7 +187,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 pdf-decoder: command: @@ -202,7 +202,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 prometheus: deploy: @@ -392,7 +392,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 prompt-rag: command: @@ -570,7 +570,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 pulsar: command: @@ -624,7 +624,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 query-graph-embeddings: command: @@ -641,7 +641,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 query-triples: command: @@ -658,7 +658,7 @@ services: reservations: cpus: '0.1' memory: 512M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 store-doc-embeddings: command: @@ -675,7 +675,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 store-graph-embeddings: command: @@ -692,7 +692,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 store-triples: command: @@ -709,7 +709,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 text-completion: command: @@ -728,7 +728,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 text-completion-rag: command: @@ -751,7 +751,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 vectorize: command: @@ -766,7 +766,7 @@ services: reservations: cpus: '0.5' memory: 512M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 volumes: cassandra: {} diff --git a/tg-launch-cohere-neo4j.yaml b/tg-launch-cohere-neo4j.yaml index 01d0389a..a47147a5 100644 --- a/tg-launch-cohere-neo4j.yaml +++ b/tg-launch-cohere-neo4j.yaml @@ -16,7 +16,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 embeddings: command: @@ -33,7 +33,7 @@ services: reservations: cpus: '0.5' memory: 400M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 grafana: deploy: @@ -78,7 +78,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 init-pulsar: command: @@ -93,7 +93,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 kg-extract-definitions: command: @@ -108,7 +108,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 kg-extract-relationships: command: @@ -123,7 +123,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 kg-extract-topics: command: @@ -138,7 +138,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 metering: command: @@ -153,7 +153,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 metering-rag: command: @@ -170,7 +170,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 neo4j: deploy: @@ -203,7 +203,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 prometheus: deploy: @@ -393,7 +393,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 prompt-rag: command: @@ -571,7 +571,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 pulsar: command: @@ -625,7 +625,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 query-graph-embeddings: command: @@ -642,7 +642,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 query-triples: command: @@ -659,7 +659,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 store-doc-embeddings: command: @@ -676,7 +676,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 store-graph-embeddings: command: @@ -693,7 +693,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 store-triples: command: @@ -710,7 +710,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 text-completion: command: @@ -729,7 +729,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 text-completion-rag: command: @@ -752,7 +752,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 vectorize: command: @@ -767,7 +767,7 @@ services: reservations: cpus: '0.5' memory: 512M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 volumes: grafana-storage: {} diff --git a/tg-launch-llamafile-cassandra.yaml b/tg-launch-llamafile-cassandra.yaml index 6de5f730..238de95e 100644 --- a/tg-launch-llamafile-cassandra.yaml +++ b/tg-launch-llamafile-cassandra.yaml @@ -33,7 +33,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 embeddings: command: @@ -50,7 +50,7 @@ services: reservations: cpus: '0.5' memory: 400M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 grafana: deploy: @@ -95,7 +95,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 init-pulsar: command: @@ -110,7 +110,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 kg-extract-definitions: command: @@ -125,7 +125,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 kg-extract-relationships: command: @@ -140,7 +140,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 kg-extract-topics: command: @@ -155,7 +155,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 metering: command: @@ -170,7 +170,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 metering-rag: command: @@ -187,7 +187,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 pdf-decoder: command: @@ -202,7 +202,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 prometheus: deploy: @@ -237,7 +237,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 prompt-rag: command: @@ -260,7 +260,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 pulsar: command: @@ -314,7 +314,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 query-graph-embeddings: command: @@ -331,7 +331,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 query-triples: command: @@ -348,7 +348,7 @@ services: reservations: cpus: '0.1' memory: 512M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 store-doc-embeddings: command: @@ -365,7 +365,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 store-graph-embeddings: command: @@ -382,7 +382,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 store-triples: command: @@ -399,7 +399,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 text-completion: command: @@ -418,7 +418,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 text-completion-rag: command: @@ -441,7 +441,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 vectorize: command: @@ -456,7 +456,7 @@ services: reservations: cpus: '0.5' memory: 512M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 volumes: cassandra: {} diff --git a/tg-launch-llamafile-neo4j.yaml b/tg-launch-llamafile-neo4j.yaml index 58ad8f37..c2f3d02a 100644 --- a/tg-launch-llamafile-neo4j.yaml +++ b/tg-launch-llamafile-neo4j.yaml @@ -16,7 +16,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 embeddings: command: @@ -33,7 +33,7 @@ services: reservations: cpus: '0.5' memory: 400M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 grafana: deploy: @@ -78,7 +78,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 init-pulsar: command: @@ -93,7 +93,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 kg-extract-definitions: command: @@ -108,7 +108,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 kg-extract-relationships: command: @@ -123,7 +123,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 kg-extract-topics: command: @@ -138,7 +138,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 metering: command: @@ -153,7 +153,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 metering-rag: command: @@ -170,7 +170,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 neo4j: deploy: @@ -203,7 +203,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 prometheus: deploy: @@ -238,7 +238,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 prompt-rag: command: @@ -261,7 +261,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 pulsar: command: @@ -315,7 +315,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 query-graph-embeddings: command: @@ -332,7 +332,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 query-triples: command: @@ -349,7 +349,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 store-doc-embeddings: command: @@ -366,7 +366,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 store-graph-embeddings: command: @@ -383,7 +383,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 store-triples: command: @@ -400,7 +400,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 text-completion: command: @@ -419,7 +419,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 text-completion-rag: command: @@ -442,7 +442,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 vectorize: command: @@ -457,7 +457,7 @@ services: reservations: cpus: '0.5' memory: 512M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 volumes: grafana-storage: {} diff --git a/tg-launch-ollama-cassandra.yaml b/tg-launch-ollama-cassandra.yaml index 4bc85649..a71c92ff 100644 --- a/tg-launch-ollama-cassandra.yaml +++ b/tg-launch-ollama-cassandra.yaml @@ -33,7 +33,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 embeddings: command: @@ -50,7 +50,7 @@ services: reservations: cpus: '0.5' memory: 400M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 grafana: deploy: @@ -95,7 +95,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 init-pulsar: command: @@ -110,7 +110,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 kg-extract-definitions: command: @@ -125,7 +125,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 kg-extract-relationships: command: @@ -140,7 +140,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 kg-extract-topics: command: @@ -155,7 +155,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 metering: command: @@ -170,7 +170,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 metering-rag: command: @@ -187,7 +187,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 pdf-decoder: command: @@ -202,7 +202,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 prometheus: deploy: @@ -237,7 +237,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 prompt-rag: command: @@ -260,7 +260,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 pulsar: command: @@ -314,7 +314,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 query-graph-embeddings: command: @@ -331,7 +331,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 query-triples: command: @@ -348,7 +348,7 @@ services: reservations: cpus: '0.1' memory: 512M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 store-doc-embeddings: command: @@ -365,7 +365,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 store-graph-embeddings: command: @@ -382,7 +382,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 store-triples: command: @@ -399,7 +399,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 text-completion: command: @@ -418,7 +418,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 text-completion-rag: command: @@ -441,7 +441,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 vectorize: command: @@ -456,7 +456,7 @@ services: reservations: cpus: '0.5' memory: 512M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 volumes: cassandra: {} diff --git a/tg-launch-ollama-neo4j.yaml b/tg-launch-ollama-neo4j.yaml index f7ff1bb6..10c5fa6c 100644 --- a/tg-launch-ollama-neo4j.yaml +++ b/tg-launch-ollama-neo4j.yaml @@ -16,7 +16,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 embeddings: command: @@ -33,7 +33,7 @@ services: reservations: cpus: '0.5' memory: 400M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 grafana: deploy: @@ -78,7 +78,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 init-pulsar: command: @@ -93,7 +93,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 kg-extract-definitions: command: @@ -108,7 +108,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 kg-extract-relationships: command: @@ -123,7 +123,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 kg-extract-topics: command: @@ -138,7 +138,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 metering: command: @@ -153,7 +153,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 metering-rag: command: @@ -170,7 +170,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 neo4j: deploy: @@ -203,7 +203,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 prometheus: deploy: @@ -238,7 +238,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 prompt-rag: command: @@ -261,7 +261,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 pulsar: command: @@ -315,7 +315,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 query-graph-embeddings: command: @@ -332,7 +332,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 query-triples: command: @@ -349,7 +349,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 store-doc-embeddings: command: @@ -366,7 +366,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 store-graph-embeddings: command: @@ -383,7 +383,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 store-triples: command: @@ -400,7 +400,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 text-completion: command: @@ -419,7 +419,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 text-completion-rag: command: @@ -442,7 +442,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 vectorize: command: @@ -457,7 +457,7 @@ services: reservations: cpus: '0.5' memory: 512M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 volumes: grafana-storage: {} diff --git a/tg-launch-openai-cassandra.yaml b/tg-launch-openai-cassandra.yaml index 5a277d81..96afdf25 100644 --- a/tg-launch-openai-cassandra.yaml +++ b/tg-launch-openai-cassandra.yaml @@ -33,7 +33,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 embeddings: command: @@ -50,7 +50,7 @@ services: reservations: cpus: '0.5' memory: 400M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 grafana: deploy: @@ -95,7 +95,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 init-pulsar: command: @@ -110,7 +110,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 kg-extract-definitions: command: @@ -125,7 +125,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 kg-extract-relationships: command: @@ -140,7 +140,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 kg-extract-topics: command: @@ -155,7 +155,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 metering: command: @@ -170,7 +170,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 metering-rag: command: @@ -187,7 +187,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 pdf-decoder: command: @@ -202,7 +202,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 prometheus: deploy: @@ -392,7 +392,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 prompt-rag: command: @@ -570,7 +570,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 pulsar: command: @@ -624,7 +624,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 query-graph-embeddings: command: @@ -641,7 +641,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 query-triples: command: @@ -658,7 +658,7 @@ services: reservations: cpus: '0.1' memory: 512M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 store-doc-embeddings: command: @@ -675,7 +675,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 store-graph-embeddings: command: @@ -692,7 +692,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 store-triples: command: @@ -709,7 +709,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 text-completion: command: @@ -732,7 +732,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 text-completion-rag: command: @@ -759,7 +759,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 vectorize: command: @@ -774,7 +774,7 @@ services: reservations: cpus: '0.5' memory: 512M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 volumes: cassandra: {} diff --git a/tg-launch-openai-neo4j.yaml b/tg-launch-openai-neo4j.yaml index 16597f3c..7603148a 100644 --- a/tg-launch-openai-neo4j.yaml +++ b/tg-launch-openai-neo4j.yaml @@ -16,7 +16,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 embeddings: command: @@ -33,7 +33,7 @@ services: reservations: cpus: '0.5' memory: 400M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 grafana: deploy: @@ -78,7 +78,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 init-pulsar: command: @@ -93,7 +93,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 kg-extract-definitions: command: @@ -108,7 +108,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 kg-extract-relationships: command: @@ -123,7 +123,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 kg-extract-topics: command: @@ -138,7 +138,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 metering: command: @@ -153,7 +153,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 metering-rag: command: @@ -170,7 +170,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 neo4j: deploy: @@ -203,7 +203,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 prometheus: deploy: @@ -393,7 +393,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 prompt-rag: command: @@ -571,7 +571,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 pulsar: command: @@ -625,7 +625,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 query-graph-embeddings: command: @@ -642,7 +642,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 query-triples: command: @@ -659,7 +659,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 store-doc-embeddings: command: @@ -676,7 +676,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 store-graph-embeddings: command: @@ -693,7 +693,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 store-triples: command: @@ -710,7 +710,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 text-completion: command: @@ -733,7 +733,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 text-completion-rag: command: @@ -760,7 +760,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 vectorize: command: @@ -775,7 +775,7 @@ services: reservations: cpus: '0.5' memory: 512M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 volumes: grafana-storage: {} diff --git a/tg-launch-vertexai-cassandra.yaml b/tg-launch-vertexai-cassandra.yaml index 0f65ed55..a96ba694 100644 --- a/tg-launch-vertexai-cassandra.yaml +++ b/tg-launch-vertexai-cassandra.yaml @@ -33,7 +33,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 embeddings: command: @@ -50,7 +50,7 @@ services: reservations: cpus: '0.5' memory: 400M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 grafana: deploy: @@ -95,7 +95,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 init-pulsar: command: @@ -110,7 +110,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 kg-extract-definitions: command: @@ -125,7 +125,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 kg-extract-relationships: command: @@ -140,7 +140,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 kg-extract-topics: command: @@ -155,7 +155,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 metering: command: @@ -170,7 +170,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 metering-rag: command: @@ -187,7 +187,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 pdf-decoder: command: @@ -202,7 +202,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 prometheus: deploy: @@ -392,7 +392,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 prompt-rag: command: @@ -570,7 +570,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 pulsar: command: @@ -624,7 +624,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 query-graph-embeddings: command: @@ -641,7 +641,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 query-triples: command: @@ -658,7 +658,7 @@ services: reservations: cpus: '0.1' memory: 512M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 store-doc-embeddings: command: @@ -675,7 +675,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 store-graph-embeddings: command: @@ -692,7 +692,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 store-triples: command: @@ -709,7 +709,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 text-completion: command: @@ -734,7 +734,7 @@ services: reservations: cpus: '0.1' memory: 256M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 volumes: - ./vertexai:/vertexai @@ -765,7 +765,7 @@ services: reservations: cpus: '0.1' memory: 256M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 volumes: - ./vertexai:/vertexai @@ -782,7 +782,7 @@ services: reservations: cpus: '0.5' memory: 512M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 volumes: cassandra: {} diff --git a/tg-launch-vertexai-neo4j.yaml b/tg-launch-vertexai-neo4j.yaml index 15fda75f..c70dec2f 100644 --- a/tg-launch-vertexai-neo4j.yaml +++ b/tg-launch-vertexai-neo4j.yaml @@ -16,7 +16,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 embeddings: command: @@ -33,7 +33,7 @@ services: reservations: cpus: '0.5' memory: 400M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 grafana: deploy: @@ -78,7 +78,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 init-pulsar: command: @@ -93,7 +93,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 kg-extract-definitions: command: @@ -108,7 +108,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 kg-extract-relationships: command: @@ -123,7 +123,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 kg-extract-topics: command: @@ -138,7 +138,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 metering: command: @@ -153,7 +153,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 metering-rag: command: @@ -170,7 +170,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 neo4j: deploy: @@ -203,7 +203,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 prometheus: deploy: @@ -393,7 +393,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 prompt-rag: command: @@ -571,7 +571,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 pulsar: command: @@ -625,7 +625,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 query-graph-embeddings: command: @@ -642,7 +642,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 query-triples: command: @@ -659,7 +659,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 store-doc-embeddings: command: @@ -676,7 +676,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 store-graph-embeddings: command: @@ -693,7 +693,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 store-triples: command: @@ -710,7 +710,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 text-completion: command: @@ -735,7 +735,7 @@ services: reservations: cpus: '0.1' memory: 256M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 volumes: - ./vertexai:/vertexai @@ -766,7 +766,7 @@ services: reservations: cpus: '0.1' memory: 256M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 volumes: - ./vertexai:/vertexai @@ -783,7 +783,7 @@ services: reservations: cpus: '0.5' memory: 512M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 volumes: grafana-storage: {} diff --git a/tg-storage-cassandra.yaml b/tg-storage-cassandra.yaml index 3fcb1bb5..8334e8f0 100644 --- a/tg-storage-cassandra.yaml +++ b/tg-storage-cassandra.yaml @@ -49,7 +49,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 prometheus: deploy: @@ -119,7 +119,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 query-graph-embeddings: command: @@ -136,7 +136,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 query-triples: command: @@ -153,7 +153,7 @@ services: reservations: cpus: '0.1' memory: 512M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 store-doc-embeddings: command: @@ -170,7 +170,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 store-graph-embeddings: command: @@ -187,7 +187,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 store-triples: command: @@ -204,7 +204,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 volumes: cassandra: {} diff --git a/tg-storage-neo4j.yaml b/tg-storage-neo4j.yaml index 518b1c55..cf4353e6 100644 --- a/tg-storage-neo4j.yaml +++ b/tg-storage-neo4j.yaml @@ -32,7 +32,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 neo4j: deploy: @@ -120,7 +120,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 query-graph-embeddings: command: @@ -137,7 +137,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 query-triples: command: @@ -154,7 +154,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 store-doc-embeddings: command: @@ -171,7 +171,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 store-graph-embeddings: command: @@ -188,7 +188,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 store-triples: command: @@ -205,7 +205,7 @@ services: reservations: cpus: '0.1' memory: 128M - image: docker.io/trustgraph/trustgraph-flow:0.11.13 + image: docker.io/trustgraph/trustgraph-flow:0.11.14 restart: on-failure:100 volumes: grafana-storage: {} diff --git a/trustgraph-flow/trustgraph/metering/counter.py b/trustgraph-flow/trustgraph/metering/counter.py index 6404888e..6e6b829b 100644 --- a/trustgraph-flow/trustgraph/metering/counter.py +++ b/trustgraph-flow/trustgraph/metering/counter.py @@ -2,7 +2,7 @@ Simple token counter for each LLM response. """ -from prometheus_client import Histogram, Info +from prometheus_client import Counter from . pricelist import price_list from .. schema import TextCompletionResponse, Error @@ -20,6 +20,26 @@ class Processor(Consumer): def __init__(self, **params): + if not hasattr(__class__, "input_token_metric"): + __class__.input_token_metric = Counter( + 'input_tokens', 'Input token count' + ) + + if not hasattr(__class__, "output_token_metric"): + __class__.output_token_metric = Counter( + 'output_tokens', 'Output token count' + ) + + if not hasattr(__class__, "input_cost_metric"): + __class__.input_cost_metric = Counter( + 'input_cost', 'Input cost' + ) + + if not hasattr(__class__, "output_cost_metric"): + __class__.output_cost_metric = Counter( + 'output_cost', 'Output cost' + ) + input_queue = params.get("input_queue", default_input_queue) subscriber = params.get("subscriber", default_subscriber) @@ -50,6 +70,9 @@ class Processor(Consumer): num_in = v.in_token num_out = v.out_token + __class__.input_token_metric.inc(num_in) + __class__.output_token_metric.inc(num_out) + model_input_price, model_output_price = self.get_prices(price_list, modelname) if model_input_price == None: @@ -59,6 +82,9 @@ class Processor(Consumer): cost_out = num_out * model_output_price cost_per_call = round(cost_in + cost_out, 6) + __class__.input_cost_metric.inc(cost_in) + __class__.output_cost_metric.inc(cost_out) + print(f"Input Tokens: {num_in}", flush=True) print(f"Output Tokens: {num_out}", flush=True) print(f"Cost for call: ${cost_per_call}", flush=True) @@ -72,4 +98,4 @@ class Processor(Consumer): def run(): - Processor.start(module, __doc__) \ No newline at end of file + Processor.start(module, __doc__)