Fix neo4j (#29)

* - Fix Neo4j memory
- Fix neo4j query

* Version to 0.7.6
This commit is contained in:
cybermaggedon 2024-08-23 12:49:42 +01:00 committed by GitHub
parent 8372ff0eb6
commit e7c498be92
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 229 additions and 229 deletions

View file

@ -16,7 +16,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.5"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.6"
"restart": "on-failure:100"
"embeddings":
"command":
@ -33,7 +33,7 @@
"reservations":
"cpus": "0.5"
"memory": "256M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.5"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.6"
"restart": "on-failure:100"
"etcd":
"command":
@ -105,7 +105,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.5"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.6"
"restart": "on-failure:100"
"init-pulsar":
"command":
@ -138,7 +138,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.5"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.6"
"restart": "on-failure:100"
"kg-extract-relationships":
"command":
@ -153,7 +153,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.5"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.6"
"restart": "on-failure:100"
"milvus":
"command":
@ -207,10 +207,10 @@
"resources":
"limits":
"cpus": "1.0"
"memory": "256M"
"memory": "768M"
"reservations":
"cpus": "0.5"
"memory": "256M"
"memory": "768M"
"environment":
"NEO4J_AUTH": "neo4j/password"
"image": "docker.io/neo4j:5.22.0-community-bullseye"
@ -233,7 +233,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.5"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.6"
"restart": "on-failure:100"
"prometheus":
"deploy":
@ -268,7 +268,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.5"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.6"
"restart": "on-failure:100"
"prompt-rag":
"command":
@ -291,7 +291,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.5"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.6"
"restart": "on-failure:100"
"pulsar":
"command": "bin/pulsar standalone"
@ -344,7 +344,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.5"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.6"
"restart": "on-failure:100"
"query-triples":
"command":
@ -361,7 +361,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.5"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.6"
"restart": "on-failure:100"
"store-graph-embeddings":
"command":
@ -378,7 +378,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.5"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.6"
"restart": "on-failure:100"
"store-triples":
"command":
@ -395,7 +395,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.5"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.6"
"restart": "on-failure:100"
"text-completion":
"command":
@ -416,7 +416,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.5"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.6"
"restart": "on-failure:100"
"text-completion-rag":
"command":
@ -441,7 +441,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.5"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.6"
"restart": "on-failure:100"
"vectorize":
"command":
@ -456,7 +456,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.5"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.6"
"restart": "on-failure:100"
"volumes":
"etcd": {}