Fix OpenAI reporting (#32)

* Fix OpenAI reporting

* bump version
This commit is contained in:
cybermaggedon 2024-08-23 14:02:06 +01:00 committed by GitHub
parent 380bddeb90
commit 6d0776c7bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 216 additions and 213 deletions

View file

@ -33,7 +33,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.8"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.9"
"restart": "on-failure:100"
"embeddings":
"command":
@ -50,7 +50,7 @@
"reservations":
"cpus": "0.5"
"memory": "256M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.8"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.9"
"restart": "on-failure:100"
"etcd":
"command":
@ -122,7 +122,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.8"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.9"
"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.8"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.9"
"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.8"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.9"
"restart": "on-failure:100"
"milvus":
"command":
@ -232,7 +232,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.8"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.9"
"restart": "on-failure:100"
"prometheus":
"deploy":
@ -267,7 +267,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.8"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.9"
"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.8"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.9"
"restart": "on-failure:100"
"pulsar":
"command": "bin/pulsar standalone"
@ -343,7 +343,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.8"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.9"
"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.8"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.9"
"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.8"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.9"
"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.8"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.9"
"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.8"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.9"
"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.8"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.9"
"restart": "on-failure:100"
"vectorize":
"command":
@ -451,7 +451,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.8"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.9"
"restart": "on-failure:100"
"volumes":
"cassandra": {}