Fix/revert template change (#71)

* Ditched the deploy directory (going away in 0.11) and putting
YAML files in top-dir of Github (for now).

* Update Makefile for the template change
This commit is contained in:
cybermaggedon 2024-09-29 18:13:34 +01:00 committed by GitHub
parent 88246742f3
commit fa30544999
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
35 changed files with 308 additions and 32273 deletions

View file

@ -49,19 +49,20 @@ VECTORDB=qdrant
JSONNET_FLAGS=-J templates -J .
# Temporarily going back to how templates were built in 0.9 because this
# is going away in 0.11.
update-templates: update-dcs update-minikubes
update-templates: update-dcs
# update-minikubes
JSON_TO_YAML=python3 -c 'import sys, yaml, json; j=json.loads(sys.stdin.read()); print(yaml.safe_dump(j))'
# JSON_TO_YAML=cat
update-dcs: set-version
rm -rf deploy
mkdir -p deploy/docker-compose deploy/minikube
for graph in ${GRAPHS}; do \
cm=$${graph},pulsar,${VECTORDB},grafana; \
input=templates/opts-to-docker-compose.jsonnet; \
output=deploy/docker-compose/tg-storage-$${graph}.yaml; \
output=tg-storage-$${graph}.yaml; \
echo $${graph} '->' $${output}; \
jsonnet ${JSONNET_FLAGS} \
--ext-str options=$${cm} $${input} | \
@ -71,7 +72,7 @@ update-dcs: set-version
for graph in ${GRAPHS}; do \
cm=$${graph},pulsar,${VECTORDB},embeddings-hf,graph-rag,grafana,trustgraph,$${model}; \
input=templates/opts-to-docker-compose.jsonnet; \
output=deploy/docker-compose/tg-launch-$${model}-$${graph}.yaml; \
output=tg-launch-$${model}-$${graph}.yaml; \
echo $${model} + $${graph} '->' $${output}; \
jsonnet ${JSONNET_FLAGS} \
--ext-str options=$${cm} $${input} | \
@ -80,6 +81,8 @@ update-dcs: set-version
done
update-minikubes: set-version
rm -rf deploy/minikube
mkdir -p deploy/minikube
for model in ${MODELS}; do \
for graph in ${GRAPHS}; do \
cm=$${graph},pulsar,${VECTORDB},embeddings-hf,graph-rag,grafana,trustgraph,$${model}; \

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -33,7 +33,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
embeddings:
command:
@ -50,7 +50,7 @@ services:
reservations:
cpus: '0.5'
memory: 400M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
grafana:
deploy:
@ -95,7 +95,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
init-pulsar:
command:
@ -130,7 +130,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
kg-extract-relationships:
command:
@ -145,7 +145,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
kg-extract-topics:
command:
@ -160,7 +160,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
pdf-decoder:
command:
@ -175,7 +175,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
prometheus:
deploy:
@ -365,7 +365,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
prompt-rag:
command:
@ -543,7 +543,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
pulsar:
command:
@ -597,7 +597,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
query-graph-embeddings:
command:
@ -614,7 +614,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
query-triples:
command:
@ -631,7 +631,7 @@ services:
reservations:
cpus: '0.1'
memory: 512M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
store-doc-embeddings:
command:
@ -648,7 +648,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
store-graph-embeddings:
command:
@ -665,7 +665,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
store-triples:
command:
@ -682,7 +682,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
text-completion:
command:
@ -705,7 +705,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
text-completion-rag:
command:
@ -732,7 +732,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
vectorize:
command:
@ -747,7 +747,7 @@ services:
reservations:
cpus: '0.5'
memory: 512M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
volumes:
cassandra: {}

View file

@ -16,7 +16,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
embeddings:
command:
@ -33,7 +33,7 @@ services:
reservations:
cpus: '0.5'
memory: 400M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
grafana:
deploy:
@ -78,7 +78,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
init-pulsar:
command:
@ -113,7 +113,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
kg-extract-relationships:
command:
@ -128,7 +128,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
kg-extract-topics:
command:
@ -143,7 +143,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
neo4j:
deploy:
@ -176,7 +176,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
prometheus:
deploy:
@ -366,7 +366,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
prompt-rag:
command:
@ -544,7 +544,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
pulsar:
command:
@ -598,7 +598,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
query-graph-embeddings:
command:
@ -615,7 +615,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
query-triples:
command:
@ -632,7 +632,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
store-doc-embeddings:
command:
@ -649,7 +649,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
store-graph-embeddings:
command:
@ -666,7 +666,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
store-triples:
command:
@ -683,7 +683,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
text-completion:
command:
@ -706,7 +706,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
text-completion-rag:
command:
@ -733,7 +733,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
vectorize:
command:
@ -748,7 +748,7 @@ services:
reservations:
cpus: '0.5'
memory: 512M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
volumes:
grafana-storage: {}

View file

@ -33,7 +33,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
embeddings:
command:
@ -50,7 +50,7 @@ services:
reservations:
cpus: '0.5'
memory: 400M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
grafana:
deploy:
@ -95,7 +95,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
init-pulsar:
command:
@ -130,7 +130,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
kg-extract-relationships:
command:
@ -145,7 +145,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
kg-extract-topics:
command:
@ -160,7 +160,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
pdf-decoder:
command:
@ -175,7 +175,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
prometheus:
deploy:
@ -365,7 +365,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
prompt-rag:
command:
@ -543,7 +543,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
pulsar:
command:
@ -597,7 +597,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
query-graph-embeddings:
command:
@ -614,7 +614,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
query-triples:
command:
@ -631,7 +631,7 @@ services:
reservations:
cpus: '0.1'
memory: 512M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
store-doc-embeddings:
command:
@ -648,7 +648,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
store-graph-embeddings:
command:
@ -665,7 +665,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
store-triples:
command:
@ -682,7 +682,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
text-completion:
command:
@ -709,7 +709,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
text-completion-rag:
command:
@ -740,7 +740,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
vectorize:
command:
@ -755,7 +755,7 @@ services:
reservations:
cpus: '0.5'
memory: 512M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
volumes:
cassandra: {}

View file

@ -16,7 +16,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
embeddings:
command:
@ -33,7 +33,7 @@ services:
reservations:
cpus: '0.5'
memory: 400M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
grafana:
deploy:
@ -78,7 +78,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
init-pulsar:
command:
@ -113,7 +113,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
kg-extract-relationships:
command:
@ -128,7 +128,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
kg-extract-topics:
command:
@ -143,7 +143,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
neo4j:
deploy:
@ -176,7 +176,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
prometheus:
deploy:
@ -366,7 +366,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
prompt-rag:
command:
@ -544,7 +544,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
pulsar:
command:
@ -598,7 +598,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
query-graph-embeddings:
command:
@ -615,7 +615,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
query-triples:
command:
@ -632,7 +632,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
store-doc-embeddings:
command:
@ -649,7 +649,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
store-graph-embeddings:
command:
@ -666,7 +666,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
store-triples:
command:
@ -683,7 +683,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
text-completion:
command:
@ -710,7 +710,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
text-completion-rag:
command:
@ -741,7 +741,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
vectorize:
command:
@ -756,7 +756,7 @@ services:
reservations:
cpus: '0.5'
memory: 512M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
volumes:
grafana-storage: {}

View file

@ -33,7 +33,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
embeddings:
command:
@ -50,7 +50,7 @@ services:
reservations:
cpus: '0.5'
memory: 400M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
grafana:
deploy:
@ -95,7 +95,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
init-pulsar:
command:
@ -130,7 +130,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
kg-extract-relationships:
command:
@ -145,7 +145,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
kg-extract-topics:
command:
@ -160,7 +160,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
pdf-decoder:
command:
@ -175,7 +175,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
prometheus:
deploy:
@ -365,7 +365,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
prompt-rag:
command:
@ -543,7 +543,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
pulsar:
command:
@ -597,7 +597,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
query-graph-embeddings:
command:
@ -614,7 +614,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
query-triples:
command:
@ -631,7 +631,7 @@ services:
reservations:
cpus: '0.1'
memory: 512M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
store-doc-embeddings:
command:
@ -648,7 +648,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
store-graph-embeddings:
command:
@ -665,7 +665,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
store-triples:
command:
@ -682,7 +682,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
text-completion:
command:
@ -703,7 +703,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
text-completion-rag:
command:
@ -728,7 +728,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
vectorize:
command:
@ -743,7 +743,7 @@ services:
reservations:
cpus: '0.5'
memory: 512M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
volumes:
cassandra: {}

View file

@ -16,7 +16,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
embeddings:
command:
@ -33,7 +33,7 @@ services:
reservations:
cpus: '0.5'
memory: 400M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
grafana:
deploy:
@ -78,7 +78,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
init-pulsar:
command:
@ -113,7 +113,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
kg-extract-relationships:
command:
@ -128,7 +128,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
kg-extract-topics:
command:
@ -143,7 +143,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
neo4j:
deploy:
@ -176,7 +176,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
prometheus:
deploy:
@ -366,7 +366,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
prompt-rag:
command:
@ -544,7 +544,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
pulsar:
command:
@ -598,7 +598,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
query-graph-embeddings:
command:
@ -615,7 +615,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
query-triples:
command:
@ -632,7 +632,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
store-doc-embeddings:
command:
@ -649,7 +649,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
store-graph-embeddings:
command:
@ -666,7 +666,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
store-triples:
command:
@ -683,7 +683,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
text-completion:
command:
@ -704,7 +704,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
text-completion-rag:
command:
@ -729,7 +729,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
vectorize:
command:
@ -744,7 +744,7 @@ services:
reservations:
cpus: '0.5'
memory: 512M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
volumes:
grafana-storage: {}

View file

@ -33,7 +33,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
embeddings:
command:
@ -50,7 +50,7 @@ services:
reservations:
cpus: '0.5'
memory: 400M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
grafana:
deploy:
@ -95,7 +95,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
init-pulsar:
command:
@ -130,7 +130,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
kg-extract-relationships:
command:
@ -145,7 +145,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
kg-extract-topics:
command:
@ -160,7 +160,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
pdf-decoder:
command:
@ -175,7 +175,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
prometheus:
deploy:
@ -365,7 +365,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
prompt-rag:
command:
@ -543,7 +543,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
pulsar:
command:
@ -597,7 +597,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
query-graph-embeddings:
command:
@ -614,7 +614,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
query-triples:
command:
@ -631,7 +631,7 @@ services:
reservations:
cpus: '0.1'
memory: 512M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
store-doc-embeddings:
command:
@ -648,7 +648,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
store-graph-embeddings:
command:
@ -665,7 +665,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
store-triples:
command:
@ -682,7 +682,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
text-completion:
command:
@ -701,7 +701,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
text-completion-rag:
command:
@ -724,7 +724,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
vectorize:
command:
@ -739,7 +739,7 @@ services:
reservations:
cpus: '0.5'
memory: 512M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
volumes:
cassandra: {}

View file

@ -16,7 +16,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
embeddings:
command:
@ -33,7 +33,7 @@ services:
reservations:
cpus: '0.5'
memory: 400M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
grafana:
deploy:
@ -78,7 +78,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
init-pulsar:
command:
@ -113,7 +113,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
kg-extract-relationships:
command:
@ -128,7 +128,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
kg-extract-topics:
command:
@ -143,7 +143,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
neo4j:
deploy:
@ -176,7 +176,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
prometheus:
deploy:
@ -366,7 +366,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
prompt-rag:
command:
@ -544,7 +544,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
pulsar:
command:
@ -598,7 +598,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
query-graph-embeddings:
command:
@ -615,7 +615,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
query-triples:
command:
@ -632,7 +632,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
store-doc-embeddings:
command:
@ -649,7 +649,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
store-graph-embeddings:
command:
@ -666,7 +666,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
store-triples:
command:
@ -683,7 +683,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
text-completion:
command:
@ -702,7 +702,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
text-completion-rag:
command:
@ -725,7 +725,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
vectorize:
command:
@ -740,7 +740,7 @@ services:
reservations:
cpus: '0.5'
memory: 512M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
volumes:
grafana-storage: {}

View file

@ -33,7 +33,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
embeddings:
command:
@ -50,7 +50,7 @@ services:
reservations:
cpus: '0.5'
memory: 400M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
grafana:
deploy:
@ -95,7 +95,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
init-pulsar:
command:
@ -130,7 +130,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
kg-extract-relationships:
command:
@ -145,7 +145,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
kg-extract-topics:
command:
@ -160,7 +160,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
pdf-decoder:
command:
@ -175,7 +175,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
prometheus:
deploy:
@ -210,7 +210,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
prompt-rag:
command:
@ -233,7 +233,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
pulsar:
command:
@ -287,7 +287,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
query-graph-embeddings:
command:
@ -304,7 +304,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
query-triples:
command:
@ -321,7 +321,7 @@ services:
reservations:
cpus: '0.1'
memory: 512M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
store-doc-embeddings:
command:
@ -338,7 +338,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
store-graph-embeddings:
command:
@ -355,7 +355,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
store-triples:
command:
@ -372,7 +372,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
text-completion:
command:
@ -391,7 +391,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
text-completion-rag:
command:
@ -414,7 +414,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
vectorize:
command:
@ -429,7 +429,7 @@ services:
reservations:
cpus: '0.5'
memory: 512M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
volumes:
cassandra: {}

View file

@ -16,7 +16,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
embeddings:
command:
@ -33,7 +33,7 @@ services:
reservations:
cpus: '0.5'
memory: 400M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
grafana:
deploy:
@ -78,7 +78,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
init-pulsar:
command:
@ -113,7 +113,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
kg-extract-relationships:
command:
@ -128,7 +128,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
kg-extract-topics:
command:
@ -143,7 +143,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
neo4j:
deploy:
@ -176,7 +176,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
prometheus:
deploy:
@ -211,7 +211,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
prompt-rag:
command:
@ -234,7 +234,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
pulsar:
command:
@ -288,7 +288,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
query-graph-embeddings:
command:
@ -305,7 +305,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
query-triples:
command:
@ -322,7 +322,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
store-doc-embeddings:
command:
@ -339,7 +339,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
store-graph-embeddings:
command:
@ -356,7 +356,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
store-triples:
command:
@ -373,7 +373,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
text-completion:
command:
@ -392,7 +392,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
text-completion-rag:
command:
@ -415,7 +415,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
vectorize:
command:
@ -430,7 +430,7 @@ services:
reservations:
cpus: '0.5'
memory: 512M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
volumes:
grafana-storage: {}

View file

@ -33,7 +33,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
embeddings:
command:
@ -50,7 +50,7 @@ services:
reservations:
cpus: '0.5'
memory: 400M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
grafana:
deploy:
@ -95,7 +95,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
init-pulsar:
command:
@ -130,7 +130,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
kg-extract-relationships:
command:
@ -145,7 +145,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
kg-extract-topics:
command:
@ -160,7 +160,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
pdf-decoder:
command:
@ -175,7 +175,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
prometheus:
deploy:
@ -210,7 +210,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
prompt-rag:
command:
@ -233,7 +233,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
pulsar:
command:
@ -287,7 +287,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
query-graph-embeddings:
command:
@ -304,7 +304,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
query-triples:
command:
@ -321,7 +321,7 @@ services:
reservations:
cpus: '0.1'
memory: 512M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
store-doc-embeddings:
command:
@ -338,7 +338,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
store-graph-embeddings:
command:
@ -355,7 +355,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
store-triples:
command:
@ -372,7 +372,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
text-completion:
command:
@ -391,7 +391,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
text-completion-rag:
command:
@ -414,7 +414,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
vectorize:
command:
@ -429,7 +429,7 @@ services:
reservations:
cpus: '0.5'
memory: 512M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
volumes:
cassandra: {}

View file

@ -16,7 +16,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
embeddings:
command:
@ -33,7 +33,7 @@ services:
reservations:
cpus: '0.5'
memory: 400M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
grafana:
deploy:
@ -78,7 +78,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
init-pulsar:
command:
@ -113,7 +113,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
kg-extract-relationships:
command:
@ -128,7 +128,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
kg-extract-topics:
command:
@ -143,7 +143,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
neo4j:
deploy:
@ -176,7 +176,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
prometheus:
deploy:
@ -211,7 +211,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
prompt-rag:
command:
@ -234,7 +234,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
pulsar:
command:
@ -288,7 +288,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
query-graph-embeddings:
command:
@ -305,7 +305,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
query-triples:
command:
@ -322,7 +322,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
store-doc-embeddings:
command:
@ -339,7 +339,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
store-graph-embeddings:
command:
@ -356,7 +356,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
store-triples:
command:
@ -373,7 +373,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
text-completion:
command:
@ -392,7 +392,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
text-completion-rag:
command:
@ -415,7 +415,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
vectorize:
command:
@ -430,7 +430,7 @@ services:
reservations:
cpus: '0.5'
memory: 512M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
volumes:
grafana-storage: {}

View file

@ -33,7 +33,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
embeddings:
command:
@ -50,7 +50,7 @@ services:
reservations:
cpus: '0.5'
memory: 400M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
grafana:
deploy:
@ -95,7 +95,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
init-pulsar:
command:
@ -130,7 +130,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
kg-extract-relationships:
command:
@ -145,7 +145,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
kg-extract-topics:
command:
@ -160,7 +160,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
pdf-decoder:
command:
@ -175,7 +175,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
prometheus:
deploy:
@ -365,7 +365,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
prompt-rag:
command:
@ -543,7 +543,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
pulsar:
command:
@ -597,7 +597,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
query-graph-embeddings:
command:
@ -614,7 +614,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
query-triples:
command:
@ -631,7 +631,7 @@ services:
reservations:
cpus: '0.1'
memory: 512M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
store-doc-embeddings:
command:
@ -648,7 +648,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
store-graph-embeddings:
command:
@ -665,7 +665,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
store-triples:
command:
@ -682,7 +682,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
text-completion:
command:
@ -705,7 +705,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
text-completion-rag:
command:
@ -732,7 +732,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
vectorize:
command:
@ -747,7 +747,7 @@ services:
reservations:
cpus: '0.5'
memory: 512M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
volumes:
cassandra: {}

View file

@ -16,7 +16,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
embeddings:
command:
@ -33,7 +33,7 @@ services:
reservations:
cpus: '0.5'
memory: 400M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
grafana:
deploy:
@ -78,7 +78,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
init-pulsar:
command:
@ -113,7 +113,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
kg-extract-relationships:
command:
@ -128,7 +128,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
kg-extract-topics:
command:
@ -143,7 +143,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
neo4j:
deploy:
@ -176,7 +176,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
prometheus:
deploy:
@ -366,7 +366,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
prompt-rag:
command:
@ -544,7 +544,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
pulsar:
command:
@ -598,7 +598,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
query-graph-embeddings:
command:
@ -615,7 +615,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
query-triples:
command:
@ -632,7 +632,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
store-doc-embeddings:
command:
@ -649,7 +649,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
store-graph-embeddings:
command:
@ -666,7 +666,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
store-triples:
command:
@ -683,7 +683,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
text-completion:
command:
@ -706,7 +706,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
text-completion-rag:
command:
@ -733,7 +733,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
vectorize:
command:
@ -748,7 +748,7 @@ services:
reservations:
cpus: '0.5'
memory: 512M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
volumes:
grafana-storage: {}

View file

@ -33,7 +33,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
embeddings:
command:
@ -50,7 +50,7 @@ services:
reservations:
cpus: '0.5'
memory: 400M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
grafana:
deploy:
@ -95,7 +95,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
init-pulsar:
command:
@ -130,7 +130,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
kg-extract-relationships:
command:
@ -145,7 +145,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
kg-extract-topics:
command:
@ -160,7 +160,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
pdf-decoder:
command:
@ -175,7 +175,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
prometheus:
deploy:
@ -365,7 +365,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
prompt-rag:
command:
@ -543,7 +543,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
pulsar:
command:
@ -597,7 +597,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
query-graph-embeddings:
command:
@ -614,7 +614,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
query-triples:
command:
@ -631,7 +631,7 @@ services:
reservations:
cpus: '0.1'
memory: 512M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
store-doc-embeddings:
command:
@ -648,7 +648,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
store-graph-embeddings:
command:
@ -665,7 +665,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
store-triples:
command:
@ -682,7 +682,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
text-completion:
command:
@ -707,7 +707,7 @@ services:
reservations:
cpus: '0.1'
memory: 256M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
volumes:
- ./vertexai:/vertexai
@ -738,7 +738,7 @@ services:
reservations:
cpus: '0.1'
memory: 256M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
volumes:
- ./vertexai:/vertexai
@ -755,7 +755,7 @@ services:
reservations:
cpus: '0.5'
memory: 512M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
volumes:
cassandra: {}

View file

@ -16,7 +16,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
embeddings:
command:
@ -33,7 +33,7 @@ services:
reservations:
cpus: '0.5'
memory: 400M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
grafana:
deploy:
@ -78,7 +78,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
init-pulsar:
command:
@ -113,7 +113,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
kg-extract-relationships:
command:
@ -128,7 +128,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
kg-extract-topics:
command:
@ -143,7 +143,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
neo4j:
deploy:
@ -176,7 +176,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
prometheus:
deploy:
@ -366,7 +366,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
prompt-rag:
command:
@ -544,7 +544,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
pulsar:
command:
@ -598,7 +598,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
query-graph-embeddings:
command:
@ -615,7 +615,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
query-triples:
command:
@ -632,7 +632,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
store-doc-embeddings:
command:
@ -649,7 +649,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
store-graph-embeddings:
command:
@ -666,7 +666,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
store-triples:
command:
@ -683,7 +683,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
text-completion:
command:
@ -708,7 +708,7 @@ services:
reservations:
cpus: '0.1'
memory: 256M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
volumes:
- ./vertexai:/vertexai
@ -739,7 +739,7 @@ services:
reservations:
cpus: '0.1'
memory: 256M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
volumes:
- ./vertexai:/vertexai
@ -756,7 +756,7 @@ services:
reservations:
cpus: '0.5'
memory: 512M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
volumes:
grafana-storage: {}

View file

@ -124,7 +124,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
query-graph-embeddings:
command:
@ -141,7 +141,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
query-triples:
command:
@ -158,7 +158,7 @@ services:
reservations:
cpus: '0.1'
memory: 512M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
store-doc-embeddings:
command:
@ -175,7 +175,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
store-graph-embeddings:
command:
@ -192,7 +192,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
store-triples:
command:
@ -209,7 +209,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
volumes:
cassandra: {}

View file

@ -125,7 +125,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
query-graph-embeddings:
command:
@ -142,7 +142,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
query-triples:
command:
@ -159,7 +159,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
store-doc-embeddings:
command:
@ -176,7 +176,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
store-graph-embeddings:
command:
@ -193,7 +193,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
store-triples:
command:
@ -210,7 +210,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
image: docker.io/trustgraph/trustgraph-flow:0.11.0
restart: on-failure:100
volumes:
grafana-storage: {}