Fix errors in previous update (#23)

* Increase some limits
* Fix msg errors and update version
This commit is contained in:
cybermaggedon 2024-08-22 20:58:44 +01:00 committed by GitHub
parent a01a72ba00
commit 305dda4463
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
26 changed files with 422 additions and 417 deletions

View file

@ -25,7 +25,7 @@
- "4000"
- "--chunk-overlap"
- "120"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
"restart": "on-failure:100"
"embeddings":
"command":
@ -42,7 +42,7 @@
"reservations":
"cpus": "0.5"
"memory": "256M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
"restart": "on-failure:100"
"etcd":
"command":
@ -52,6 +52,14 @@
- "http://0.0.0.0:2379"
- "--data-dir"
- "/etcd"
"deploy":
"resources":
"limits":
"cpus": "1.0"
"memory": "128M"
"reservations":
"cpus": "0.25"
"memory": "128M"
"environment":
"ETCD_AUTO_COMPACTION_MODE": "revision"
"ETCD_AUTO_COMPACTION_RETENTION": "1000"
@ -60,13 +68,6 @@
"image": "quay.io/coreos/etcd:v3.5.15"
"ports":
- "2379:2379"
"resources":
"limits":
"cpus": "0.25"
"memory": "128M"
"reservations":
"cpus": "0.25"
"memory": "128M"
"restart": "on-failure:100"
"volumes":
- "etcd:/etcd"
@ -108,12 +109,12 @@
"deploy":
"resources":
"limits":
"cpus": "0.1"
"cpus": "0.5"
"memory": "128M"
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
"restart": "on-failure:100"
"init-pulsar":
"command":
@ -126,7 +127,7 @@
"deploy":
"resources":
"limits":
"cpus": "0.1"
"cpus": "0.5"
"memory": "128M"
"reservations":
"cpus": "0.1"
@ -141,12 +142,12 @@
"deploy":
"resources":
"limits":
"cpus": "0.1"
"cpus": "0.5"
"memory": "128M"
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
"restart": "on-failure:100"
"kg-extract-relationships":
"command":
@ -156,12 +157,12 @@
"deploy":
"resources":
"limits":
"cpus": "0.1"
"cpus": "0.5"
"memory": "128M"
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
"restart": "on-failure:100"
"milvus":
"command":
@ -196,7 +197,7 @@
"deploy":
"resources":
"limits":
"cpus": "0.25"
"cpus": "0.5"
"memory": "128M"
"reservations":
"cpus": "0.25"
@ -218,18 +219,18 @@
"deploy":
"resources":
"limits":
"cpus": "0.1"
"cpus": "0.5"
"memory": "128M"
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
"restart": "on-failure:100"
"prometheus":
"deploy":
"resources":
"limits":
"cpus": "0.1"
"cpus": "0.5"
"memory": "128M"
"reservations":
"cpus": "0.1"
@ -253,12 +254,12 @@
"deploy":
"resources":
"limits":
"cpus": "0.1"
"cpus": "0.5"
"memory": "128M"
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
"restart": "on-failure:100"
"prompt-rag":
"command":
@ -276,12 +277,12 @@
"deploy":
"resources":
"limits":
"cpus": "0.1"
"cpus": "0.5"
"memory": "128M"
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
"restart": "on-failure:100"
"pulsar":
"command": "bin/pulsar standalone"
@ -294,7 +295,7 @@
"cpus": "0.5"
"memory": "900M"
"environment":
"PULSAR_MEM": "-Xms300M -Xmx300M"
"PULSAR_MEM": "-Xms700M -Xmx700M"
"image": "docker.io/apachepulsar/pulsar:3.3.1"
"ports":
- "6650:6650"
@ -307,7 +308,7 @@
"deploy":
"resources":
"limits":
"cpus": "0.1"
"cpus": "0.5"
"memory": "128M"
"reservations":
"cpus": "0.1"
@ -329,12 +330,12 @@
"deploy":
"resources":
"limits":
"cpus": "0.1"
"cpus": "0.5"
"memory": "128M"
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
"restart": "on-failure:100"
"query-triples":
"command":
@ -346,12 +347,12 @@
"deploy":
"resources":
"limits":
"cpus": "0.1"
"cpus": "0.5"
"memory": "512M"
"reservations":
"cpus": "0.1"
"memory": "512M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
"restart": "on-failure:100"
"store-graph-embeddings":
"command":
@ -363,12 +364,12 @@
"deploy":
"resources":
"limits":
"cpus": "0.1"
"cpus": "0.5"
"memory": "128M"
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
"restart": "on-failure:100"
"store-triples":
"command":
@ -380,12 +381,12 @@
"deploy":
"resources":
"limits":
"cpus": "0.1"
"cpus": "0.5"
"memory": "128M"
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
"restart": "on-failure:100"
"text-completion":
"command":
@ -396,7 +397,7 @@
- "${COHERE_KEY}"
- "-m"
- "c4ai-aya-23-35b"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
"restart": "on-failure:100"
"text-completion-rag":
"command":
@ -411,7 +412,7 @@
- "non-persistent://tg/response/text-completion-rag-response"
- "-m"
- "c4ai-aya-23-8b"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
"restart": "on-failure:100"
"vectorize":
"command":
@ -421,12 +422,12 @@
"deploy":
"resources":
"limits":
"cpus": "0.1"
"cpus": "0.5"
"memory": "128M"
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
"restart": "on-failure:100"
"volumes":
"cassandra": {}