mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 00:16:23 +02:00
Maint/auto pkg versions (#82)
* Remove need to manage setup.py version * Update YAMLs
This commit is contained in:
parent
cdace22ee4
commit
3fb75c617b
21 changed files with 374 additions and 354 deletions
8
Makefile
8
Makefile
|
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
# VERSION=$(shell git describe | sed 's/^v//')
|
# VERSION=$(shell git describe | sed 's/^v//')
|
||||||
VERSION=0.11.7
|
VERSION=0.11.8
|
||||||
|
|
||||||
DOCKER=podman
|
DOCKER=podman
|
||||||
|
|
||||||
|
|
@ -12,7 +12,11 @@ pkgs:
|
||||||
|
|
||||||
CONTAINER=docker.io/trustgraph/trustgraph-flow
|
CONTAINER=docker.io/trustgraph/trustgraph-flow
|
||||||
|
|
||||||
container:
|
update-package-versions:
|
||||||
|
echo __version__ = \"${VERSION}\" > trustgraph-core/trustgraph/core_version.py
|
||||||
|
echo __version__ = \"${VERSION}\" > trustgraph-embeddings-hf/trustgraph/embeddings_hf_version.py
|
||||||
|
|
||||||
|
container: update-package-versions
|
||||||
${DOCKER} build -f Containerfile -t ${CONTAINER}:${VERSION} \
|
${DOCKER} build -f Containerfile -t ${CONTAINER}:${VERSION} \
|
||||||
--format docker
|
--format docker
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
embeddings:
|
embeddings:
|
||||||
command:
|
command:
|
||||||
|
|
@ -50,7 +50,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.5'
|
cpus: '0.5'
|
||||||
memory: 400M
|
memory: 400M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
grafana:
|
grafana:
|
||||||
deploy:
|
deploy:
|
||||||
|
|
@ -95,7 +95,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
init-pulsar:
|
init-pulsar:
|
||||||
command:
|
command:
|
||||||
|
|
@ -110,7 +110,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
kg-extract-definitions:
|
kg-extract-definitions:
|
||||||
command:
|
command:
|
||||||
|
|
@ -125,7 +125,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
kg-extract-relationships:
|
kg-extract-relationships:
|
||||||
command:
|
command:
|
||||||
|
|
@ -140,7 +140,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
kg-extract-topics:
|
kg-extract-topics:
|
||||||
command:
|
command:
|
||||||
|
|
@ -155,7 +155,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
metering:
|
metering:
|
||||||
command:
|
command:
|
||||||
|
|
@ -170,7 +170,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
metering-rag:
|
metering-rag:
|
||||||
command:
|
command:
|
||||||
|
|
@ -187,7 +187,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
pdf-decoder:
|
pdf-decoder:
|
||||||
command:
|
command:
|
||||||
|
|
@ -202,7 +202,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
prometheus:
|
prometheus:
|
||||||
deploy:
|
deploy:
|
||||||
|
|
@ -392,7 +392,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
prompt-rag:
|
prompt-rag:
|
||||||
command:
|
command:
|
||||||
|
|
@ -570,7 +570,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
pulsar:
|
pulsar:
|
||||||
command:
|
command:
|
||||||
|
|
@ -624,7 +624,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
query-graph-embeddings:
|
query-graph-embeddings:
|
||||||
command:
|
command:
|
||||||
|
|
@ -641,7 +641,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
query-triples:
|
query-triples:
|
||||||
command:
|
command:
|
||||||
|
|
@ -658,7 +658,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 512M
|
memory: 512M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
store-doc-embeddings:
|
store-doc-embeddings:
|
||||||
command:
|
command:
|
||||||
|
|
@ -675,7 +675,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
store-graph-embeddings:
|
store-graph-embeddings:
|
||||||
command:
|
command:
|
||||||
|
|
@ -692,7 +692,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
store-triples:
|
store-triples:
|
||||||
command:
|
command:
|
||||||
|
|
@ -709,7 +709,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
text-completion:
|
text-completion:
|
||||||
command:
|
command:
|
||||||
|
|
@ -732,7 +732,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
text-completion-rag:
|
text-completion-rag:
|
||||||
command:
|
command:
|
||||||
|
|
@ -759,7 +759,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
vectorize:
|
vectorize:
|
||||||
command:
|
command:
|
||||||
|
|
@ -774,7 +774,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.5'
|
cpus: '0.5'
|
||||||
memory: 512M
|
memory: 512M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
volumes:
|
volumes:
|
||||||
cassandra: {}
|
cassandra: {}
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
embeddings:
|
embeddings:
|
||||||
command:
|
command:
|
||||||
|
|
@ -33,7 +33,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.5'
|
cpus: '0.5'
|
||||||
memory: 400M
|
memory: 400M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
grafana:
|
grafana:
|
||||||
deploy:
|
deploy:
|
||||||
|
|
@ -78,7 +78,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
init-pulsar:
|
init-pulsar:
|
||||||
command:
|
command:
|
||||||
|
|
@ -93,7 +93,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
kg-extract-definitions:
|
kg-extract-definitions:
|
||||||
command:
|
command:
|
||||||
|
|
@ -108,7 +108,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
kg-extract-relationships:
|
kg-extract-relationships:
|
||||||
command:
|
command:
|
||||||
|
|
@ -123,7 +123,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
kg-extract-topics:
|
kg-extract-topics:
|
||||||
command:
|
command:
|
||||||
|
|
@ -138,7 +138,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
metering:
|
metering:
|
||||||
command:
|
command:
|
||||||
|
|
@ -153,7 +153,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
metering-rag:
|
metering-rag:
|
||||||
command:
|
command:
|
||||||
|
|
@ -170,7 +170,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
neo4j:
|
neo4j:
|
||||||
deploy:
|
deploy:
|
||||||
|
|
@ -203,7 +203,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
prometheus:
|
prometheus:
|
||||||
deploy:
|
deploy:
|
||||||
|
|
@ -393,7 +393,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
prompt-rag:
|
prompt-rag:
|
||||||
command:
|
command:
|
||||||
|
|
@ -571,7 +571,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
pulsar:
|
pulsar:
|
||||||
command:
|
command:
|
||||||
|
|
@ -625,7 +625,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
query-graph-embeddings:
|
query-graph-embeddings:
|
||||||
command:
|
command:
|
||||||
|
|
@ -642,7 +642,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
query-triples:
|
query-triples:
|
||||||
command:
|
command:
|
||||||
|
|
@ -659,7 +659,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
store-doc-embeddings:
|
store-doc-embeddings:
|
||||||
command:
|
command:
|
||||||
|
|
@ -676,7 +676,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
store-graph-embeddings:
|
store-graph-embeddings:
|
||||||
command:
|
command:
|
||||||
|
|
@ -693,7 +693,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
store-triples:
|
store-triples:
|
||||||
command:
|
command:
|
||||||
|
|
@ -710,7 +710,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
text-completion:
|
text-completion:
|
||||||
command:
|
command:
|
||||||
|
|
@ -733,7 +733,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
text-completion-rag:
|
text-completion-rag:
|
||||||
command:
|
command:
|
||||||
|
|
@ -760,7 +760,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
vectorize:
|
vectorize:
|
||||||
command:
|
command:
|
||||||
|
|
@ -775,7 +775,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.5'
|
cpus: '0.5'
|
||||||
memory: 512M
|
memory: 512M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
volumes:
|
volumes:
|
||||||
grafana-storage: {}
|
grafana-storage: {}
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
embeddings:
|
embeddings:
|
||||||
command:
|
command:
|
||||||
|
|
@ -50,7 +50,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.5'
|
cpus: '0.5'
|
||||||
memory: 400M
|
memory: 400M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
grafana:
|
grafana:
|
||||||
deploy:
|
deploy:
|
||||||
|
|
@ -95,7 +95,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
init-pulsar:
|
init-pulsar:
|
||||||
command:
|
command:
|
||||||
|
|
@ -110,7 +110,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
kg-extract-definitions:
|
kg-extract-definitions:
|
||||||
command:
|
command:
|
||||||
|
|
@ -125,7 +125,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
kg-extract-relationships:
|
kg-extract-relationships:
|
||||||
command:
|
command:
|
||||||
|
|
@ -140,7 +140,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
kg-extract-topics:
|
kg-extract-topics:
|
||||||
command:
|
command:
|
||||||
|
|
@ -155,7 +155,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
metering:
|
metering:
|
||||||
command:
|
command:
|
||||||
|
|
@ -170,7 +170,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
metering-rag:
|
metering-rag:
|
||||||
command:
|
command:
|
||||||
|
|
@ -187,7 +187,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
pdf-decoder:
|
pdf-decoder:
|
||||||
command:
|
command:
|
||||||
|
|
@ -202,7 +202,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
prometheus:
|
prometheus:
|
||||||
deploy:
|
deploy:
|
||||||
|
|
@ -392,7 +392,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
prompt-rag:
|
prompt-rag:
|
||||||
command:
|
command:
|
||||||
|
|
@ -570,7 +570,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
pulsar:
|
pulsar:
|
||||||
command:
|
command:
|
||||||
|
|
@ -624,7 +624,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
query-graph-embeddings:
|
query-graph-embeddings:
|
||||||
command:
|
command:
|
||||||
|
|
@ -641,7 +641,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
query-triples:
|
query-triples:
|
||||||
command:
|
command:
|
||||||
|
|
@ -658,7 +658,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 512M
|
memory: 512M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
store-doc-embeddings:
|
store-doc-embeddings:
|
||||||
command:
|
command:
|
||||||
|
|
@ -675,7 +675,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
store-graph-embeddings:
|
store-graph-embeddings:
|
||||||
command:
|
command:
|
||||||
|
|
@ -692,7 +692,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
store-triples:
|
store-triples:
|
||||||
command:
|
command:
|
||||||
|
|
@ -709,7 +709,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
text-completion:
|
text-completion:
|
||||||
command:
|
command:
|
||||||
|
|
@ -736,7 +736,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
text-completion-rag:
|
text-completion-rag:
|
||||||
command:
|
command:
|
||||||
|
|
@ -767,7 +767,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
vectorize:
|
vectorize:
|
||||||
command:
|
command:
|
||||||
|
|
@ -782,7 +782,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.5'
|
cpus: '0.5'
|
||||||
memory: 512M
|
memory: 512M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
volumes:
|
volumes:
|
||||||
cassandra: {}
|
cassandra: {}
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
embeddings:
|
embeddings:
|
||||||
command:
|
command:
|
||||||
|
|
@ -33,7 +33,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.5'
|
cpus: '0.5'
|
||||||
memory: 400M
|
memory: 400M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
grafana:
|
grafana:
|
||||||
deploy:
|
deploy:
|
||||||
|
|
@ -78,7 +78,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
init-pulsar:
|
init-pulsar:
|
||||||
command:
|
command:
|
||||||
|
|
@ -93,7 +93,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
kg-extract-definitions:
|
kg-extract-definitions:
|
||||||
command:
|
command:
|
||||||
|
|
@ -108,7 +108,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
kg-extract-relationships:
|
kg-extract-relationships:
|
||||||
command:
|
command:
|
||||||
|
|
@ -123,7 +123,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
kg-extract-topics:
|
kg-extract-topics:
|
||||||
command:
|
command:
|
||||||
|
|
@ -138,7 +138,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
metering:
|
metering:
|
||||||
command:
|
command:
|
||||||
|
|
@ -153,7 +153,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
metering-rag:
|
metering-rag:
|
||||||
command:
|
command:
|
||||||
|
|
@ -170,7 +170,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
neo4j:
|
neo4j:
|
||||||
deploy:
|
deploy:
|
||||||
|
|
@ -203,7 +203,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
prometheus:
|
prometheus:
|
||||||
deploy:
|
deploy:
|
||||||
|
|
@ -393,7 +393,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
prompt-rag:
|
prompt-rag:
|
||||||
command:
|
command:
|
||||||
|
|
@ -571,7 +571,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
pulsar:
|
pulsar:
|
||||||
command:
|
command:
|
||||||
|
|
@ -625,7 +625,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
query-graph-embeddings:
|
query-graph-embeddings:
|
||||||
command:
|
command:
|
||||||
|
|
@ -642,7 +642,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
query-triples:
|
query-triples:
|
||||||
command:
|
command:
|
||||||
|
|
@ -659,7 +659,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
store-doc-embeddings:
|
store-doc-embeddings:
|
||||||
command:
|
command:
|
||||||
|
|
@ -676,7 +676,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
store-graph-embeddings:
|
store-graph-embeddings:
|
||||||
command:
|
command:
|
||||||
|
|
@ -693,7 +693,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
store-triples:
|
store-triples:
|
||||||
command:
|
command:
|
||||||
|
|
@ -710,7 +710,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
text-completion:
|
text-completion:
|
||||||
command:
|
command:
|
||||||
|
|
@ -737,7 +737,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
text-completion-rag:
|
text-completion-rag:
|
||||||
command:
|
command:
|
||||||
|
|
@ -768,7 +768,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
vectorize:
|
vectorize:
|
||||||
command:
|
command:
|
||||||
|
|
@ -783,7 +783,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.5'
|
cpus: '0.5'
|
||||||
memory: 512M
|
memory: 512M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
volumes:
|
volumes:
|
||||||
grafana-storage: {}
|
grafana-storage: {}
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
embeddings:
|
embeddings:
|
||||||
command:
|
command:
|
||||||
|
|
@ -50,7 +50,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.5'
|
cpus: '0.5'
|
||||||
memory: 400M
|
memory: 400M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
grafana:
|
grafana:
|
||||||
deploy:
|
deploy:
|
||||||
|
|
@ -95,7 +95,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
init-pulsar:
|
init-pulsar:
|
||||||
command:
|
command:
|
||||||
|
|
@ -110,7 +110,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
kg-extract-definitions:
|
kg-extract-definitions:
|
||||||
command:
|
command:
|
||||||
|
|
@ -125,7 +125,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
kg-extract-relationships:
|
kg-extract-relationships:
|
||||||
command:
|
command:
|
||||||
|
|
@ -140,7 +140,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
kg-extract-topics:
|
kg-extract-topics:
|
||||||
command:
|
command:
|
||||||
|
|
@ -155,7 +155,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
metering:
|
metering:
|
||||||
command:
|
command:
|
||||||
|
|
@ -170,7 +170,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
metering-rag:
|
metering-rag:
|
||||||
command:
|
command:
|
||||||
|
|
@ -187,7 +187,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
pdf-decoder:
|
pdf-decoder:
|
||||||
command:
|
command:
|
||||||
|
|
@ -202,7 +202,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
prometheus:
|
prometheus:
|
||||||
deploy:
|
deploy:
|
||||||
|
|
@ -392,7 +392,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
prompt-rag:
|
prompt-rag:
|
||||||
command:
|
command:
|
||||||
|
|
@ -570,7 +570,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
pulsar:
|
pulsar:
|
||||||
command:
|
command:
|
||||||
|
|
@ -624,7 +624,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
query-graph-embeddings:
|
query-graph-embeddings:
|
||||||
command:
|
command:
|
||||||
|
|
@ -641,7 +641,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
query-triples:
|
query-triples:
|
||||||
command:
|
command:
|
||||||
|
|
@ -658,7 +658,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 512M
|
memory: 512M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
store-doc-embeddings:
|
store-doc-embeddings:
|
||||||
command:
|
command:
|
||||||
|
|
@ -675,7 +675,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
store-graph-embeddings:
|
store-graph-embeddings:
|
||||||
command:
|
command:
|
||||||
|
|
@ -692,7 +692,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
store-triples:
|
store-triples:
|
||||||
command:
|
command:
|
||||||
|
|
@ -709,7 +709,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
text-completion:
|
text-completion:
|
||||||
command:
|
command:
|
||||||
|
|
@ -730,7 +730,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
text-completion-rag:
|
text-completion-rag:
|
||||||
command:
|
command:
|
||||||
|
|
@ -755,7 +755,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
vectorize:
|
vectorize:
|
||||||
command:
|
command:
|
||||||
|
|
@ -770,7 +770,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.5'
|
cpus: '0.5'
|
||||||
memory: 512M
|
memory: 512M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
volumes:
|
volumes:
|
||||||
cassandra: {}
|
cassandra: {}
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
embeddings:
|
embeddings:
|
||||||
command:
|
command:
|
||||||
|
|
@ -33,7 +33,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.5'
|
cpus: '0.5'
|
||||||
memory: 400M
|
memory: 400M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
grafana:
|
grafana:
|
||||||
deploy:
|
deploy:
|
||||||
|
|
@ -78,7 +78,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
init-pulsar:
|
init-pulsar:
|
||||||
command:
|
command:
|
||||||
|
|
@ -93,7 +93,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
kg-extract-definitions:
|
kg-extract-definitions:
|
||||||
command:
|
command:
|
||||||
|
|
@ -108,7 +108,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
kg-extract-relationships:
|
kg-extract-relationships:
|
||||||
command:
|
command:
|
||||||
|
|
@ -123,7 +123,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
kg-extract-topics:
|
kg-extract-topics:
|
||||||
command:
|
command:
|
||||||
|
|
@ -138,7 +138,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
metering:
|
metering:
|
||||||
command:
|
command:
|
||||||
|
|
@ -153,7 +153,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
metering-rag:
|
metering-rag:
|
||||||
command:
|
command:
|
||||||
|
|
@ -170,7 +170,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
neo4j:
|
neo4j:
|
||||||
deploy:
|
deploy:
|
||||||
|
|
@ -203,7 +203,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
prometheus:
|
prometheus:
|
||||||
deploy:
|
deploy:
|
||||||
|
|
@ -393,7 +393,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
prompt-rag:
|
prompt-rag:
|
||||||
command:
|
command:
|
||||||
|
|
@ -571,7 +571,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
pulsar:
|
pulsar:
|
||||||
command:
|
command:
|
||||||
|
|
@ -625,7 +625,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
query-graph-embeddings:
|
query-graph-embeddings:
|
||||||
command:
|
command:
|
||||||
|
|
@ -642,7 +642,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
query-triples:
|
query-triples:
|
||||||
command:
|
command:
|
||||||
|
|
@ -659,7 +659,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
store-doc-embeddings:
|
store-doc-embeddings:
|
||||||
command:
|
command:
|
||||||
|
|
@ -676,7 +676,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
store-graph-embeddings:
|
store-graph-embeddings:
|
||||||
command:
|
command:
|
||||||
|
|
@ -693,7 +693,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
store-triples:
|
store-triples:
|
||||||
command:
|
command:
|
||||||
|
|
@ -710,7 +710,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
text-completion:
|
text-completion:
|
||||||
command:
|
command:
|
||||||
|
|
@ -731,7 +731,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
text-completion-rag:
|
text-completion-rag:
|
||||||
command:
|
command:
|
||||||
|
|
@ -756,7 +756,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
vectorize:
|
vectorize:
|
||||||
command:
|
command:
|
||||||
|
|
@ -771,7 +771,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.5'
|
cpus: '0.5'
|
||||||
memory: 512M
|
memory: 512M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
volumes:
|
volumes:
|
||||||
grafana-storage: {}
|
grafana-storage: {}
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
embeddings:
|
embeddings:
|
||||||
command:
|
command:
|
||||||
|
|
@ -50,7 +50,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.5'
|
cpus: '0.5'
|
||||||
memory: 400M
|
memory: 400M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
grafana:
|
grafana:
|
||||||
deploy:
|
deploy:
|
||||||
|
|
@ -95,7 +95,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
init-pulsar:
|
init-pulsar:
|
||||||
command:
|
command:
|
||||||
|
|
@ -110,7 +110,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
kg-extract-definitions:
|
kg-extract-definitions:
|
||||||
command:
|
command:
|
||||||
|
|
@ -125,7 +125,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
kg-extract-relationships:
|
kg-extract-relationships:
|
||||||
command:
|
command:
|
||||||
|
|
@ -140,7 +140,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
kg-extract-topics:
|
kg-extract-topics:
|
||||||
command:
|
command:
|
||||||
|
|
@ -155,7 +155,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
metering:
|
metering:
|
||||||
command:
|
command:
|
||||||
|
|
@ -170,7 +170,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
metering-rag:
|
metering-rag:
|
||||||
command:
|
command:
|
||||||
|
|
@ -187,7 +187,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
pdf-decoder:
|
pdf-decoder:
|
||||||
command:
|
command:
|
||||||
|
|
@ -202,7 +202,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
prometheus:
|
prometheus:
|
||||||
deploy:
|
deploy:
|
||||||
|
|
@ -392,7 +392,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
prompt-rag:
|
prompt-rag:
|
||||||
command:
|
command:
|
||||||
|
|
@ -570,7 +570,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
pulsar:
|
pulsar:
|
||||||
command:
|
command:
|
||||||
|
|
@ -624,7 +624,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
query-graph-embeddings:
|
query-graph-embeddings:
|
||||||
command:
|
command:
|
||||||
|
|
@ -641,7 +641,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
query-triples:
|
query-triples:
|
||||||
command:
|
command:
|
||||||
|
|
@ -658,7 +658,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 512M
|
memory: 512M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
store-doc-embeddings:
|
store-doc-embeddings:
|
||||||
command:
|
command:
|
||||||
|
|
@ -675,7 +675,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
store-graph-embeddings:
|
store-graph-embeddings:
|
||||||
command:
|
command:
|
||||||
|
|
@ -692,7 +692,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
store-triples:
|
store-triples:
|
||||||
command:
|
command:
|
||||||
|
|
@ -709,7 +709,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
text-completion:
|
text-completion:
|
||||||
command:
|
command:
|
||||||
|
|
@ -728,7 +728,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
text-completion-rag:
|
text-completion-rag:
|
||||||
command:
|
command:
|
||||||
|
|
@ -751,7 +751,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
vectorize:
|
vectorize:
|
||||||
command:
|
command:
|
||||||
|
|
@ -766,7 +766,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.5'
|
cpus: '0.5'
|
||||||
memory: 512M
|
memory: 512M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
volumes:
|
volumes:
|
||||||
cassandra: {}
|
cassandra: {}
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
embeddings:
|
embeddings:
|
||||||
command:
|
command:
|
||||||
|
|
@ -33,7 +33,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.5'
|
cpus: '0.5'
|
||||||
memory: 400M
|
memory: 400M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
grafana:
|
grafana:
|
||||||
deploy:
|
deploy:
|
||||||
|
|
@ -78,7 +78,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
init-pulsar:
|
init-pulsar:
|
||||||
command:
|
command:
|
||||||
|
|
@ -93,7 +93,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
kg-extract-definitions:
|
kg-extract-definitions:
|
||||||
command:
|
command:
|
||||||
|
|
@ -108,7 +108,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
kg-extract-relationships:
|
kg-extract-relationships:
|
||||||
command:
|
command:
|
||||||
|
|
@ -123,7 +123,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
kg-extract-topics:
|
kg-extract-topics:
|
||||||
command:
|
command:
|
||||||
|
|
@ -138,7 +138,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
metering:
|
metering:
|
||||||
command:
|
command:
|
||||||
|
|
@ -153,7 +153,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
metering-rag:
|
metering-rag:
|
||||||
command:
|
command:
|
||||||
|
|
@ -170,7 +170,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
neo4j:
|
neo4j:
|
||||||
deploy:
|
deploy:
|
||||||
|
|
@ -203,7 +203,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
prometheus:
|
prometheus:
|
||||||
deploy:
|
deploy:
|
||||||
|
|
@ -393,7 +393,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
prompt-rag:
|
prompt-rag:
|
||||||
command:
|
command:
|
||||||
|
|
@ -571,7 +571,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
pulsar:
|
pulsar:
|
||||||
command:
|
command:
|
||||||
|
|
@ -625,7 +625,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
query-graph-embeddings:
|
query-graph-embeddings:
|
||||||
command:
|
command:
|
||||||
|
|
@ -642,7 +642,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
query-triples:
|
query-triples:
|
||||||
command:
|
command:
|
||||||
|
|
@ -659,7 +659,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
store-doc-embeddings:
|
store-doc-embeddings:
|
||||||
command:
|
command:
|
||||||
|
|
@ -676,7 +676,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
store-graph-embeddings:
|
store-graph-embeddings:
|
||||||
command:
|
command:
|
||||||
|
|
@ -693,7 +693,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
store-triples:
|
store-triples:
|
||||||
command:
|
command:
|
||||||
|
|
@ -710,7 +710,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
text-completion:
|
text-completion:
|
||||||
command:
|
command:
|
||||||
|
|
@ -729,7 +729,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
text-completion-rag:
|
text-completion-rag:
|
||||||
command:
|
command:
|
||||||
|
|
@ -752,7 +752,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
vectorize:
|
vectorize:
|
||||||
command:
|
command:
|
||||||
|
|
@ -767,7 +767,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.5'
|
cpus: '0.5'
|
||||||
memory: 512M
|
memory: 512M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
volumes:
|
volumes:
|
||||||
grafana-storage: {}
|
grafana-storage: {}
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
embeddings:
|
embeddings:
|
||||||
command:
|
command:
|
||||||
|
|
@ -50,7 +50,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.5'
|
cpus: '0.5'
|
||||||
memory: 400M
|
memory: 400M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
grafana:
|
grafana:
|
||||||
deploy:
|
deploy:
|
||||||
|
|
@ -95,7 +95,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
init-pulsar:
|
init-pulsar:
|
||||||
command:
|
command:
|
||||||
|
|
@ -110,7 +110,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
kg-extract-definitions:
|
kg-extract-definitions:
|
||||||
command:
|
command:
|
||||||
|
|
@ -125,7 +125,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
kg-extract-relationships:
|
kg-extract-relationships:
|
||||||
command:
|
command:
|
||||||
|
|
@ -140,7 +140,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
kg-extract-topics:
|
kg-extract-topics:
|
||||||
command:
|
command:
|
||||||
|
|
@ -155,7 +155,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
metering:
|
metering:
|
||||||
command:
|
command:
|
||||||
|
|
@ -170,7 +170,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
metering-rag:
|
metering-rag:
|
||||||
command:
|
command:
|
||||||
|
|
@ -187,7 +187,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
pdf-decoder:
|
pdf-decoder:
|
||||||
command:
|
command:
|
||||||
|
|
@ -202,7 +202,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
prometheus:
|
prometheus:
|
||||||
deploy:
|
deploy:
|
||||||
|
|
@ -237,7 +237,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
prompt-rag:
|
prompt-rag:
|
||||||
command:
|
command:
|
||||||
|
|
@ -260,7 +260,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
pulsar:
|
pulsar:
|
||||||
command:
|
command:
|
||||||
|
|
@ -314,7 +314,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
query-graph-embeddings:
|
query-graph-embeddings:
|
||||||
command:
|
command:
|
||||||
|
|
@ -331,7 +331,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
query-triples:
|
query-triples:
|
||||||
command:
|
command:
|
||||||
|
|
@ -348,7 +348,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 512M
|
memory: 512M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
store-doc-embeddings:
|
store-doc-embeddings:
|
||||||
command:
|
command:
|
||||||
|
|
@ -365,7 +365,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
store-graph-embeddings:
|
store-graph-embeddings:
|
||||||
command:
|
command:
|
||||||
|
|
@ -382,7 +382,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
store-triples:
|
store-triples:
|
||||||
command:
|
command:
|
||||||
|
|
@ -399,7 +399,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
text-completion:
|
text-completion:
|
||||||
command:
|
command:
|
||||||
|
|
@ -418,7 +418,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
text-completion-rag:
|
text-completion-rag:
|
||||||
command:
|
command:
|
||||||
|
|
@ -441,7 +441,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
vectorize:
|
vectorize:
|
||||||
command:
|
command:
|
||||||
|
|
@ -456,7 +456,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.5'
|
cpus: '0.5'
|
||||||
memory: 512M
|
memory: 512M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
volumes:
|
volumes:
|
||||||
cassandra: {}
|
cassandra: {}
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
embeddings:
|
embeddings:
|
||||||
command:
|
command:
|
||||||
|
|
@ -33,7 +33,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.5'
|
cpus: '0.5'
|
||||||
memory: 400M
|
memory: 400M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
grafana:
|
grafana:
|
||||||
deploy:
|
deploy:
|
||||||
|
|
@ -78,7 +78,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
init-pulsar:
|
init-pulsar:
|
||||||
command:
|
command:
|
||||||
|
|
@ -93,7 +93,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
kg-extract-definitions:
|
kg-extract-definitions:
|
||||||
command:
|
command:
|
||||||
|
|
@ -108,7 +108,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
kg-extract-relationships:
|
kg-extract-relationships:
|
||||||
command:
|
command:
|
||||||
|
|
@ -123,7 +123,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
kg-extract-topics:
|
kg-extract-topics:
|
||||||
command:
|
command:
|
||||||
|
|
@ -138,7 +138,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
metering:
|
metering:
|
||||||
command:
|
command:
|
||||||
|
|
@ -153,7 +153,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
metering-rag:
|
metering-rag:
|
||||||
command:
|
command:
|
||||||
|
|
@ -170,7 +170,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
neo4j:
|
neo4j:
|
||||||
deploy:
|
deploy:
|
||||||
|
|
@ -203,7 +203,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
prometheus:
|
prometheus:
|
||||||
deploy:
|
deploy:
|
||||||
|
|
@ -238,7 +238,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
prompt-rag:
|
prompt-rag:
|
||||||
command:
|
command:
|
||||||
|
|
@ -261,7 +261,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
pulsar:
|
pulsar:
|
||||||
command:
|
command:
|
||||||
|
|
@ -315,7 +315,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
query-graph-embeddings:
|
query-graph-embeddings:
|
||||||
command:
|
command:
|
||||||
|
|
@ -332,7 +332,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
query-triples:
|
query-triples:
|
||||||
command:
|
command:
|
||||||
|
|
@ -349,7 +349,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
store-doc-embeddings:
|
store-doc-embeddings:
|
||||||
command:
|
command:
|
||||||
|
|
@ -366,7 +366,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
store-graph-embeddings:
|
store-graph-embeddings:
|
||||||
command:
|
command:
|
||||||
|
|
@ -383,7 +383,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
store-triples:
|
store-triples:
|
||||||
command:
|
command:
|
||||||
|
|
@ -400,7 +400,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
text-completion:
|
text-completion:
|
||||||
command:
|
command:
|
||||||
|
|
@ -419,7 +419,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
text-completion-rag:
|
text-completion-rag:
|
||||||
command:
|
command:
|
||||||
|
|
@ -442,7 +442,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
vectorize:
|
vectorize:
|
||||||
command:
|
command:
|
||||||
|
|
@ -457,7 +457,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.5'
|
cpus: '0.5'
|
||||||
memory: 512M
|
memory: 512M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
volumes:
|
volumes:
|
||||||
grafana-storage: {}
|
grafana-storage: {}
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
embeddings:
|
embeddings:
|
||||||
command:
|
command:
|
||||||
|
|
@ -50,7 +50,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.5'
|
cpus: '0.5'
|
||||||
memory: 400M
|
memory: 400M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
grafana:
|
grafana:
|
||||||
deploy:
|
deploy:
|
||||||
|
|
@ -95,7 +95,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
init-pulsar:
|
init-pulsar:
|
||||||
command:
|
command:
|
||||||
|
|
@ -110,7 +110,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
kg-extract-definitions:
|
kg-extract-definitions:
|
||||||
command:
|
command:
|
||||||
|
|
@ -125,7 +125,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
kg-extract-relationships:
|
kg-extract-relationships:
|
||||||
command:
|
command:
|
||||||
|
|
@ -140,7 +140,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
kg-extract-topics:
|
kg-extract-topics:
|
||||||
command:
|
command:
|
||||||
|
|
@ -155,7 +155,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
metering:
|
metering:
|
||||||
command:
|
command:
|
||||||
|
|
@ -170,7 +170,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
metering-rag:
|
metering-rag:
|
||||||
command:
|
command:
|
||||||
|
|
@ -187,7 +187,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
pdf-decoder:
|
pdf-decoder:
|
||||||
command:
|
command:
|
||||||
|
|
@ -202,7 +202,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
prometheus:
|
prometheus:
|
||||||
deploy:
|
deploy:
|
||||||
|
|
@ -237,7 +237,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
prompt-rag:
|
prompt-rag:
|
||||||
command:
|
command:
|
||||||
|
|
@ -260,7 +260,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
pulsar:
|
pulsar:
|
||||||
command:
|
command:
|
||||||
|
|
@ -314,7 +314,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
query-graph-embeddings:
|
query-graph-embeddings:
|
||||||
command:
|
command:
|
||||||
|
|
@ -331,7 +331,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
query-triples:
|
query-triples:
|
||||||
command:
|
command:
|
||||||
|
|
@ -348,7 +348,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 512M
|
memory: 512M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
store-doc-embeddings:
|
store-doc-embeddings:
|
||||||
command:
|
command:
|
||||||
|
|
@ -365,7 +365,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
store-graph-embeddings:
|
store-graph-embeddings:
|
||||||
command:
|
command:
|
||||||
|
|
@ -382,7 +382,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
store-triples:
|
store-triples:
|
||||||
command:
|
command:
|
||||||
|
|
@ -399,7 +399,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
text-completion:
|
text-completion:
|
||||||
command:
|
command:
|
||||||
|
|
@ -418,7 +418,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
text-completion-rag:
|
text-completion-rag:
|
||||||
command:
|
command:
|
||||||
|
|
@ -441,7 +441,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
vectorize:
|
vectorize:
|
||||||
command:
|
command:
|
||||||
|
|
@ -456,7 +456,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.5'
|
cpus: '0.5'
|
||||||
memory: 512M
|
memory: 512M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
volumes:
|
volumes:
|
||||||
cassandra: {}
|
cassandra: {}
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
embeddings:
|
embeddings:
|
||||||
command:
|
command:
|
||||||
|
|
@ -33,7 +33,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.5'
|
cpus: '0.5'
|
||||||
memory: 400M
|
memory: 400M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
grafana:
|
grafana:
|
||||||
deploy:
|
deploy:
|
||||||
|
|
@ -78,7 +78,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
init-pulsar:
|
init-pulsar:
|
||||||
command:
|
command:
|
||||||
|
|
@ -93,7 +93,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
kg-extract-definitions:
|
kg-extract-definitions:
|
||||||
command:
|
command:
|
||||||
|
|
@ -108,7 +108,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
kg-extract-relationships:
|
kg-extract-relationships:
|
||||||
command:
|
command:
|
||||||
|
|
@ -123,7 +123,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
kg-extract-topics:
|
kg-extract-topics:
|
||||||
command:
|
command:
|
||||||
|
|
@ -138,7 +138,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
metering:
|
metering:
|
||||||
command:
|
command:
|
||||||
|
|
@ -153,7 +153,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
metering-rag:
|
metering-rag:
|
||||||
command:
|
command:
|
||||||
|
|
@ -170,7 +170,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
neo4j:
|
neo4j:
|
||||||
deploy:
|
deploy:
|
||||||
|
|
@ -203,7 +203,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
prometheus:
|
prometheus:
|
||||||
deploy:
|
deploy:
|
||||||
|
|
@ -238,7 +238,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
prompt-rag:
|
prompt-rag:
|
||||||
command:
|
command:
|
||||||
|
|
@ -261,7 +261,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
pulsar:
|
pulsar:
|
||||||
command:
|
command:
|
||||||
|
|
@ -315,7 +315,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
query-graph-embeddings:
|
query-graph-embeddings:
|
||||||
command:
|
command:
|
||||||
|
|
@ -332,7 +332,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
query-triples:
|
query-triples:
|
||||||
command:
|
command:
|
||||||
|
|
@ -349,7 +349,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
store-doc-embeddings:
|
store-doc-embeddings:
|
||||||
command:
|
command:
|
||||||
|
|
@ -366,7 +366,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
store-graph-embeddings:
|
store-graph-embeddings:
|
||||||
command:
|
command:
|
||||||
|
|
@ -383,7 +383,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
store-triples:
|
store-triples:
|
||||||
command:
|
command:
|
||||||
|
|
@ -400,7 +400,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
text-completion:
|
text-completion:
|
||||||
command:
|
command:
|
||||||
|
|
@ -419,7 +419,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
text-completion-rag:
|
text-completion-rag:
|
||||||
command:
|
command:
|
||||||
|
|
@ -442,7 +442,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
vectorize:
|
vectorize:
|
||||||
command:
|
command:
|
||||||
|
|
@ -457,7 +457,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.5'
|
cpus: '0.5'
|
||||||
memory: 512M
|
memory: 512M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
volumes:
|
volumes:
|
||||||
grafana-storage: {}
|
grafana-storage: {}
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
embeddings:
|
embeddings:
|
||||||
command:
|
command:
|
||||||
|
|
@ -50,7 +50,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.5'
|
cpus: '0.5'
|
||||||
memory: 400M
|
memory: 400M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
grafana:
|
grafana:
|
||||||
deploy:
|
deploy:
|
||||||
|
|
@ -95,7 +95,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
init-pulsar:
|
init-pulsar:
|
||||||
command:
|
command:
|
||||||
|
|
@ -110,7 +110,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
kg-extract-definitions:
|
kg-extract-definitions:
|
||||||
command:
|
command:
|
||||||
|
|
@ -125,7 +125,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
kg-extract-relationships:
|
kg-extract-relationships:
|
||||||
command:
|
command:
|
||||||
|
|
@ -140,7 +140,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
kg-extract-topics:
|
kg-extract-topics:
|
||||||
command:
|
command:
|
||||||
|
|
@ -155,7 +155,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
metering:
|
metering:
|
||||||
command:
|
command:
|
||||||
|
|
@ -170,7 +170,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
metering-rag:
|
metering-rag:
|
||||||
command:
|
command:
|
||||||
|
|
@ -187,7 +187,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
pdf-decoder:
|
pdf-decoder:
|
||||||
command:
|
command:
|
||||||
|
|
@ -202,7 +202,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
prometheus:
|
prometheus:
|
||||||
deploy:
|
deploy:
|
||||||
|
|
@ -392,7 +392,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
prompt-rag:
|
prompt-rag:
|
||||||
command:
|
command:
|
||||||
|
|
@ -570,7 +570,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
pulsar:
|
pulsar:
|
||||||
command:
|
command:
|
||||||
|
|
@ -624,7 +624,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
query-graph-embeddings:
|
query-graph-embeddings:
|
||||||
command:
|
command:
|
||||||
|
|
@ -641,7 +641,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
query-triples:
|
query-triples:
|
||||||
command:
|
command:
|
||||||
|
|
@ -658,7 +658,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 512M
|
memory: 512M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
store-doc-embeddings:
|
store-doc-embeddings:
|
||||||
command:
|
command:
|
||||||
|
|
@ -675,7 +675,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
store-graph-embeddings:
|
store-graph-embeddings:
|
||||||
command:
|
command:
|
||||||
|
|
@ -692,7 +692,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
store-triples:
|
store-triples:
|
||||||
command:
|
command:
|
||||||
|
|
@ -709,7 +709,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
text-completion:
|
text-completion:
|
||||||
command:
|
command:
|
||||||
|
|
@ -732,7 +732,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
text-completion-rag:
|
text-completion-rag:
|
||||||
command:
|
command:
|
||||||
|
|
@ -759,7 +759,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
vectorize:
|
vectorize:
|
||||||
command:
|
command:
|
||||||
|
|
@ -774,7 +774,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.5'
|
cpus: '0.5'
|
||||||
memory: 512M
|
memory: 512M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
volumes:
|
volumes:
|
||||||
cassandra: {}
|
cassandra: {}
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
embeddings:
|
embeddings:
|
||||||
command:
|
command:
|
||||||
|
|
@ -33,7 +33,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.5'
|
cpus: '0.5'
|
||||||
memory: 400M
|
memory: 400M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
grafana:
|
grafana:
|
||||||
deploy:
|
deploy:
|
||||||
|
|
@ -78,7 +78,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
init-pulsar:
|
init-pulsar:
|
||||||
command:
|
command:
|
||||||
|
|
@ -93,7 +93,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
kg-extract-definitions:
|
kg-extract-definitions:
|
||||||
command:
|
command:
|
||||||
|
|
@ -108,7 +108,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
kg-extract-relationships:
|
kg-extract-relationships:
|
||||||
command:
|
command:
|
||||||
|
|
@ -123,7 +123,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
kg-extract-topics:
|
kg-extract-topics:
|
||||||
command:
|
command:
|
||||||
|
|
@ -138,7 +138,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
metering:
|
metering:
|
||||||
command:
|
command:
|
||||||
|
|
@ -153,7 +153,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
metering-rag:
|
metering-rag:
|
||||||
command:
|
command:
|
||||||
|
|
@ -170,7 +170,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
neo4j:
|
neo4j:
|
||||||
deploy:
|
deploy:
|
||||||
|
|
@ -203,7 +203,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
prometheus:
|
prometheus:
|
||||||
deploy:
|
deploy:
|
||||||
|
|
@ -393,7 +393,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
prompt-rag:
|
prompt-rag:
|
||||||
command:
|
command:
|
||||||
|
|
@ -571,7 +571,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
pulsar:
|
pulsar:
|
||||||
command:
|
command:
|
||||||
|
|
@ -625,7 +625,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
query-graph-embeddings:
|
query-graph-embeddings:
|
||||||
command:
|
command:
|
||||||
|
|
@ -642,7 +642,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
query-triples:
|
query-triples:
|
||||||
command:
|
command:
|
||||||
|
|
@ -659,7 +659,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
store-doc-embeddings:
|
store-doc-embeddings:
|
||||||
command:
|
command:
|
||||||
|
|
@ -676,7 +676,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
store-graph-embeddings:
|
store-graph-embeddings:
|
||||||
command:
|
command:
|
||||||
|
|
@ -693,7 +693,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
store-triples:
|
store-triples:
|
||||||
command:
|
command:
|
||||||
|
|
@ -710,7 +710,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
text-completion:
|
text-completion:
|
||||||
command:
|
command:
|
||||||
|
|
@ -733,7 +733,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
text-completion-rag:
|
text-completion-rag:
|
||||||
command:
|
command:
|
||||||
|
|
@ -760,7 +760,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
vectorize:
|
vectorize:
|
||||||
command:
|
command:
|
||||||
|
|
@ -775,7 +775,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.5'
|
cpus: '0.5'
|
||||||
memory: 512M
|
memory: 512M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
volumes:
|
volumes:
|
||||||
grafana-storage: {}
|
grafana-storage: {}
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
embeddings:
|
embeddings:
|
||||||
command:
|
command:
|
||||||
|
|
@ -50,7 +50,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.5'
|
cpus: '0.5'
|
||||||
memory: 400M
|
memory: 400M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
grafana:
|
grafana:
|
||||||
deploy:
|
deploy:
|
||||||
|
|
@ -95,7 +95,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
init-pulsar:
|
init-pulsar:
|
||||||
command:
|
command:
|
||||||
|
|
@ -110,7 +110,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
kg-extract-definitions:
|
kg-extract-definitions:
|
||||||
command:
|
command:
|
||||||
|
|
@ -125,7 +125,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
kg-extract-relationships:
|
kg-extract-relationships:
|
||||||
command:
|
command:
|
||||||
|
|
@ -140,7 +140,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
kg-extract-topics:
|
kg-extract-topics:
|
||||||
command:
|
command:
|
||||||
|
|
@ -155,7 +155,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
metering:
|
metering:
|
||||||
command:
|
command:
|
||||||
|
|
@ -170,7 +170,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
metering-rag:
|
metering-rag:
|
||||||
command:
|
command:
|
||||||
|
|
@ -187,7 +187,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
pdf-decoder:
|
pdf-decoder:
|
||||||
command:
|
command:
|
||||||
|
|
@ -202,7 +202,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
prometheus:
|
prometheus:
|
||||||
deploy:
|
deploy:
|
||||||
|
|
@ -392,7 +392,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
prompt-rag:
|
prompt-rag:
|
||||||
command:
|
command:
|
||||||
|
|
@ -570,7 +570,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
pulsar:
|
pulsar:
|
||||||
command:
|
command:
|
||||||
|
|
@ -624,7 +624,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
query-graph-embeddings:
|
query-graph-embeddings:
|
||||||
command:
|
command:
|
||||||
|
|
@ -641,7 +641,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
query-triples:
|
query-triples:
|
||||||
command:
|
command:
|
||||||
|
|
@ -658,7 +658,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 512M
|
memory: 512M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
store-doc-embeddings:
|
store-doc-embeddings:
|
||||||
command:
|
command:
|
||||||
|
|
@ -675,7 +675,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
store-graph-embeddings:
|
store-graph-embeddings:
|
||||||
command:
|
command:
|
||||||
|
|
@ -692,7 +692,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
store-triples:
|
store-triples:
|
||||||
command:
|
command:
|
||||||
|
|
@ -709,7 +709,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
text-completion:
|
text-completion:
|
||||||
command:
|
command:
|
||||||
|
|
@ -734,7 +734,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 256M
|
memory: 256M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
volumes:
|
volumes:
|
||||||
- ./vertexai:/vertexai
|
- ./vertexai:/vertexai
|
||||||
|
|
@ -765,7 +765,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 256M
|
memory: 256M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
volumes:
|
volumes:
|
||||||
- ./vertexai:/vertexai
|
- ./vertexai:/vertexai
|
||||||
|
|
@ -782,7 +782,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.5'
|
cpus: '0.5'
|
||||||
memory: 512M
|
memory: 512M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
volumes:
|
volumes:
|
||||||
cassandra: {}
|
cassandra: {}
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
embeddings:
|
embeddings:
|
||||||
command:
|
command:
|
||||||
|
|
@ -33,7 +33,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.5'
|
cpus: '0.5'
|
||||||
memory: 400M
|
memory: 400M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
grafana:
|
grafana:
|
||||||
deploy:
|
deploy:
|
||||||
|
|
@ -78,7 +78,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
init-pulsar:
|
init-pulsar:
|
||||||
command:
|
command:
|
||||||
|
|
@ -93,7 +93,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
kg-extract-definitions:
|
kg-extract-definitions:
|
||||||
command:
|
command:
|
||||||
|
|
@ -108,7 +108,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
kg-extract-relationships:
|
kg-extract-relationships:
|
||||||
command:
|
command:
|
||||||
|
|
@ -123,7 +123,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
kg-extract-topics:
|
kg-extract-topics:
|
||||||
command:
|
command:
|
||||||
|
|
@ -138,7 +138,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
metering:
|
metering:
|
||||||
command:
|
command:
|
||||||
|
|
@ -153,7 +153,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
metering-rag:
|
metering-rag:
|
||||||
command:
|
command:
|
||||||
|
|
@ -170,7 +170,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
neo4j:
|
neo4j:
|
||||||
deploy:
|
deploy:
|
||||||
|
|
@ -203,7 +203,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
prometheus:
|
prometheus:
|
||||||
deploy:
|
deploy:
|
||||||
|
|
@ -393,7 +393,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
prompt-rag:
|
prompt-rag:
|
||||||
command:
|
command:
|
||||||
|
|
@ -571,7 +571,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
pulsar:
|
pulsar:
|
||||||
command:
|
command:
|
||||||
|
|
@ -625,7 +625,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
query-graph-embeddings:
|
query-graph-embeddings:
|
||||||
command:
|
command:
|
||||||
|
|
@ -642,7 +642,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
query-triples:
|
query-triples:
|
||||||
command:
|
command:
|
||||||
|
|
@ -659,7 +659,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
store-doc-embeddings:
|
store-doc-embeddings:
|
||||||
command:
|
command:
|
||||||
|
|
@ -676,7 +676,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
store-graph-embeddings:
|
store-graph-embeddings:
|
||||||
command:
|
command:
|
||||||
|
|
@ -693,7 +693,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
store-triples:
|
store-triples:
|
||||||
command:
|
command:
|
||||||
|
|
@ -710,7 +710,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
text-completion:
|
text-completion:
|
||||||
command:
|
command:
|
||||||
|
|
@ -735,7 +735,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 256M
|
memory: 256M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
volumes:
|
volumes:
|
||||||
- ./vertexai:/vertexai
|
- ./vertexai:/vertexai
|
||||||
|
|
@ -766,7 +766,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 256M
|
memory: 256M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
volumes:
|
volumes:
|
||||||
- ./vertexai:/vertexai
|
- ./vertexai:/vertexai
|
||||||
|
|
@ -783,7 +783,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.5'
|
cpus: '0.5'
|
||||||
memory: 512M
|
memory: 512M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
volumes:
|
volumes:
|
||||||
grafana-storage: {}
|
grafana-storage: {}
|
||||||
|
|
|
||||||
|
|
@ -49,7 +49,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
prometheus:
|
prometheus:
|
||||||
deploy:
|
deploy:
|
||||||
|
|
@ -119,7 +119,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
query-graph-embeddings:
|
query-graph-embeddings:
|
||||||
command:
|
command:
|
||||||
|
|
@ -136,7 +136,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
query-triples:
|
query-triples:
|
||||||
command:
|
command:
|
||||||
|
|
@ -153,7 +153,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 512M
|
memory: 512M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
store-doc-embeddings:
|
store-doc-embeddings:
|
||||||
command:
|
command:
|
||||||
|
|
@ -170,7 +170,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
store-graph-embeddings:
|
store-graph-embeddings:
|
||||||
command:
|
command:
|
||||||
|
|
@ -187,7 +187,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
store-triples:
|
store-triples:
|
||||||
command:
|
command:
|
||||||
|
|
@ -204,7 +204,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
volumes:
|
volumes:
|
||||||
cassandra: {}
|
cassandra: {}
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
neo4j:
|
neo4j:
|
||||||
deploy:
|
deploy:
|
||||||
|
|
@ -120,7 +120,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
query-graph-embeddings:
|
query-graph-embeddings:
|
||||||
command:
|
command:
|
||||||
|
|
@ -137,7 +137,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
query-triples:
|
query-triples:
|
||||||
command:
|
command:
|
||||||
|
|
@ -154,7 +154,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
store-doc-embeddings:
|
store-doc-embeddings:
|
||||||
command:
|
command:
|
||||||
|
|
@ -171,7 +171,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
store-graph-embeddings:
|
store-graph-embeddings:
|
||||||
command:
|
command:
|
||||||
|
|
@ -188,7 +188,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
store-triples:
|
store-triples:
|
||||||
command:
|
command:
|
||||||
|
|
@ -205,7 +205,7 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.7
|
image: docker.io/trustgraph/trustgraph-flow:0.11.8
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
volumes:
|
volumes:
|
||||||
grafana-storage: {}
|
grafana-storage: {}
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,18 @@
|
||||||
import setuptools
|
import setuptools
|
||||||
import os
|
import os
|
||||||
|
import importlib
|
||||||
|
|
||||||
with open("README.md", "r") as fh:
|
with open("README.md", "r") as fh:
|
||||||
long_description = fh.read()
|
long_description = fh.read()
|
||||||
|
|
||||||
version = "0.11.7"
|
# Load a version number module
|
||||||
|
spec = importlib.util.spec_from_file_location(
|
||||||
|
'version', 'trustgraph/core_version.py'
|
||||||
|
)
|
||||||
|
version_module = importlib.util.module_from_spec(spec)
|
||||||
|
spec.loader.exec_module(version_module)
|
||||||
|
|
||||||
|
version = version_module.__version__
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="trustgraph-core",
|
name="trustgraph-core",
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,18 @@
|
||||||
import setuptools
|
import setuptools
|
||||||
import os
|
import os
|
||||||
|
import importlib
|
||||||
|
|
||||||
with open("README.md", "r") as fh:
|
with open("README.md", "r") as fh:
|
||||||
long_description = fh.read()
|
long_description = fh.read()
|
||||||
|
|
||||||
version = "0.11.6"
|
# Load a version number module
|
||||||
|
spec = importlib.util.spec_from_file_location(
|
||||||
|
'version', 'trustgraph/embeddings_hf_version.py'
|
||||||
|
)
|
||||||
|
version_module = importlib.util.module_from_spec(spec)
|
||||||
|
spec.loader.exec_module(version_module)
|
||||||
|
|
||||||
|
version = version_module.__version__
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="trustgraph-embeddings-hf",
|
name="trustgraph-embeddings-hf",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue