mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-17 01:01:03 +02:00
Update templates to include metering-rag
This commit is contained in:
parent
c834edf119
commit
e8d1f36b7d
16 changed files with 272 additions and 0 deletions
|
|
@ -177,6 +177,23 @@ services:
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.1
|
image: docker.io/trustgraph/trustgraph-flow:0.11.1
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
|
metering-rag:
|
||||||
|
command:
|
||||||
|
- metering
|
||||||
|
- -p
|
||||||
|
- pulsar://pulsar:6650
|
||||||
|
- -i
|
||||||
|
- non-persistent://tg/response/text-completion-rag-response
|
||||||
|
deploy:
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
cpus: '0.5'
|
||||||
|
memory: 128M
|
||||||
|
reservations:
|
||||||
|
cpus: '0.1'
|
||||||
|
memory: 128M
|
||||||
|
image: docker.io/trustgraph/trustgraph-flow:0.11.1
|
||||||
|
restart: on-failure:100
|
||||||
pdf-decoder:
|
pdf-decoder:
|
||||||
command:
|
command:
|
||||||
- pdf-decoder
|
- pdf-decoder
|
||||||
|
|
|
||||||
|
|
@ -160,6 +160,23 @@ services:
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.1
|
image: docker.io/trustgraph/trustgraph-flow:0.11.1
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
|
metering-rag:
|
||||||
|
command:
|
||||||
|
- metering
|
||||||
|
- -p
|
||||||
|
- pulsar://pulsar:6650
|
||||||
|
- -i
|
||||||
|
- non-persistent://tg/response/text-completion-rag-response
|
||||||
|
deploy:
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
cpus: '0.5'
|
||||||
|
memory: 128M
|
||||||
|
reservations:
|
||||||
|
cpus: '0.1'
|
||||||
|
memory: 128M
|
||||||
|
image: docker.io/trustgraph/trustgraph-flow:0.11.1
|
||||||
|
restart: on-failure:100
|
||||||
neo4j:
|
neo4j:
|
||||||
deploy:
|
deploy:
|
||||||
resources:
|
resources:
|
||||||
|
|
|
||||||
|
|
@ -177,6 +177,23 @@ services:
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.1
|
image: docker.io/trustgraph/trustgraph-flow:0.11.1
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
|
metering-rag:
|
||||||
|
command:
|
||||||
|
- metering
|
||||||
|
- -p
|
||||||
|
- pulsar://pulsar:6650
|
||||||
|
- -i
|
||||||
|
- non-persistent://tg/response/text-completion-rag-response
|
||||||
|
deploy:
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
cpus: '0.5'
|
||||||
|
memory: 128M
|
||||||
|
reservations:
|
||||||
|
cpus: '0.1'
|
||||||
|
memory: 128M
|
||||||
|
image: docker.io/trustgraph/trustgraph-flow:0.11.1
|
||||||
|
restart: on-failure:100
|
||||||
pdf-decoder:
|
pdf-decoder:
|
||||||
command:
|
command:
|
||||||
- pdf-decoder
|
- pdf-decoder
|
||||||
|
|
|
||||||
|
|
@ -160,6 +160,23 @@ services:
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.1
|
image: docker.io/trustgraph/trustgraph-flow:0.11.1
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
|
metering-rag:
|
||||||
|
command:
|
||||||
|
- metering
|
||||||
|
- -p
|
||||||
|
- pulsar://pulsar:6650
|
||||||
|
- -i
|
||||||
|
- non-persistent://tg/response/text-completion-rag-response
|
||||||
|
deploy:
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
cpus: '0.5'
|
||||||
|
memory: 128M
|
||||||
|
reservations:
|
||||||
|
cpus: '0.1'
|
||||||
|
memory: 128M
|
||||||
|
image: docker.io/trustgraph/trustgraph-flow:0.11.1
|
||||||
|
restart: on-failure:100
|
||||||
neo4j:
|
neo4j:
|
||||||
deploy:
|
deploy:
|
||||||
resources:
|
resources:
|
||||||
|
|
|
||||||
|
|
@ -177,6 +177,23 @@ services:
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.1
|
image: docker.io/trustgraph/trustgraph-flow:0.11.1
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
|
metering-rag:
|
||||||
|
command:
|
||||||
|
- metering
|
||||||
|
- -p
|
||||||
|
- pulsar://pulsar:6650
|
||||||
|
- -i
|
||||||
|
- non-persistent://tg/response/text-completion-rag-response
|
||||||
|
deploy:
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
cpus: '0.5'
|
||||||
|
memory: 128M
|
||||||
|
reservations:
|
||||||
|
cpus: '0.1'
|
||||||
|
memory: 128M
|
||||||
|
image: docker.io/trustgraph/trustgraph-flow:0.11.1
|
||||||
|
restart: on-failure:100
|
||||||
pdf-decoder:
|
pdf-decoder:
|
||||||
command:
|
command:
|
||||||
- pdf-decoder
|
- pdf-decoder
|
||||||
|
|
|
||||||
|
|
@ -160,6 +160,23 @@ services:
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.1
|
image: docker.io/trustgraph/trustgraph-flow:0.11.1
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
|
metering-rag:
|
||||||
|
command:
|
||||||
|
- metering
|
||||||
|
- -p
|
||||||
|
- pulsar://pulsar:6650
|
||||||
|
- -i
|
||||||
|
- non-persistent://tg/response/text-completion-rag-response
|
||||||
|
deploy:
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
cpus: '0.5'
|
||||||
|
memory: 128M
|
||||||
|
reservations:
|
||||||
|
cpus: '0.1'
|
||||||
|
memory: 128M
|
||||||
|
image: docker.io/trustgraph/trustgraph-flow:0.11.1
|
||||||
|
restart: on-failure:100
|
||||||
neo4j:
|
neo4j:
|
||||||
deploy:
|
deploy:
|
||||||
resources:
|
resources:
|
||||||
|
|
|
||||||
|
|
@ -177,6 +177,23 @@ services:
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.1
|
image: docker.io/trustgraph/trustgraph-flow:0.11.1
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
|
metering-rag:
|
||||||
|
command:
|
||||||
|
- metering
|
||||||
|
- -p
|
||||||
|
- pulsar://pulsar:6650
|
||||||
|
- -i
|
||||||
|
- non-persistent://tg/response/text-completion-rag-response
|
||||||
|
deploy:
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
cpus: '0.5'
|
||||||
|
memory: 128M
|
||||||
|
reservations:
|
||||||
|
cpus: '0.1'
|
||||||
|
memory: 128M
|
||||||
|
image: docker.io/trustgraph/trustgraph-flow:0.11.1
|
||||||
|
restart: on-failure:100
|
||||||
pdf-decoder:
|
pdf-decoder:
|
||||||
command:
|
command:
|
||||||
- pdf-decoder
|
- pdf-decoder
|
||||||
|
|
|
||||||
|
|
@ -160,6 +160,23 @@ services:
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.1
|
image: docker.io/trustgraph/trustgraph-flow:0.11.1
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
|
metering-rag:
|
||||||
|
command:
|
||||||
|
- metering
|
||||||
|
- -p
|
||||||
|
- pulsar://pulsar:6650
|
||||||
|
- -i
|
||||||
|
- non-persistent://tg/response/text-completion-rag-response
|
||||||
|
deploy:
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
cpus: '0.5'
|
||||||
|
memory: 128M
|
||||||
|
reservations:
|
||||||
|
cpus: '0.1'
|
||||||
|
memory: 128M
|
||||||
|
image: docker.io/trustgraph/trustgraph-flow:0.11.1
|
||||||
|
restart: on-failure:100
|
||||||
neo4j:
|
neo4j:
|
||||||
deploy:
|
deploy:
|
||||||
resources:
|
resources:
|
||||||
|
|
|
||||||
|
|
@ -177,6 +177,23 @@ services:
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.1
|
image: docker.io/trustgraph/trustgraph-flow:0.11.1
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
|
metering-rag:
|
||||||
|
command:
|
||||||
|
- metering
|
||||||
|
- -p
|
||||||
|
- pulsar://pulsar:6650
|
||||||
|
- -i
|
||||||
|
- non-persistent://tg/response/text-completion-rag-response
|
||||||
|
deploy:
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
cpus: '0.5'
|
||||||
|
memory: 128M
|
||||||
|
reservations:
|
||||||
|
cpus: '0.1'
|
||||||
|
memory: 128M
|
||||||
|
image: docker.io/trustgraph/trustgraph-flow:0.11.1
|
||||||
|
restart: on-failure:100
|
||||||
pdf-decoder:
|
pdf-decoder:
|
||||||
command:
|
command:
|
||||||
- pdf-decoder
|
- pdf-decoder
|
||||||
|
|
|
||||||
|
|
@ -160,6 +160,23 @@ services:
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.1
|
image: docker.io/trustgraph/trustgraph-flow:0.11.1
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
|
metering-rag:
|
||||||
|
command:
|
||||||
|
- metering
|
||||||
|
- -p
|
||||||
|
- pulsar://pulsar:6650
|
||||||
|
- -i
|
||||||
|
- non-persistent://tg/response/text-completion-rag-response
|
||||||
|
deploy:
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
cpus: '0.5'
|
||||||
|
memory: 128M
|
||||||
|
reservations:
|
||||||
|
cpus: '0.1'
|
||||||
|
memory: 128M
|
||||||
|
image: docker.io/trustgraph/trustgraph-flow:0.11.1
|
||||||
|
restart: on-failure:100
|
||||||
neo4j:
|
neo4j:
|
||||||
deploy:
|
deploy:
|
||||||
resources:
|
resources:
|
||||||
|
|
|
||||||
|
|
@ -177,6 +177,23 @@ services:
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.1
|
image: docker.io/trustgraph/trustgraph-flow:0.11.1
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
|
metering-rag:
|
||||||
|
command:
|
||||||
|
- metering
|
||||||
|
- -p
|
||||||
|
- pulsar://pulsar:6650
|
||||||
|
- -i
|
||||||
|
- non-persistent://tg/response/text-completion-rag-response
|
||||||
|
deploy:
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
cpus: '0.5'
|
||||||
|
memory: 128M
|
||||||
|
reservations:
|
||||||
|
cpus: '0.1'
|
||||||
|
memory: 128M
|
||||||
|
image: docker.io/trustgraph/trustgraph-flow:0.11.1
|
||||||
|
restart: on-failure:100
|
||||||
pdf-decoder:
|
pdf-decoder:
|
||||||
command:
|
command:
|
||||||
- pdf-decoder
|
- pdf-decoder
|
||||||
|
|
|
||||||
|
|
@ -160,6 +160,23 @@ services:
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.1
|
image: docker.io/trustgraph/trustgraph-flow:0.11.1
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
|
metering-rag:
|
||||||
|
command:
|
||||||
|
- metering
|
||||||
|
- -p
|
||||||
|
- pulsar://pulsar:6650
|
||||||
|
- -i
|
||||||
|
- non-persistent://tg/response/text-completion-rag-response
|
||||||
|
deploy:
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
cpus: '0.5'
|
||||||
|
memory: 128M
|
||||||
|
reservations:
|
||||||
|
cpus: '0.1'
|
||||||
|
memory: 128M
|
||||||
|
image: docker.io/trustgraph/trustgraph-flow:0.11.1
|
||||||
|
restart: on-failure:100
|
||||||
neo4j:
|
neo4j:
|
||||||
deploy:
|
deploy:
|
||||||
resources:
|
resources:
|
||||||
|
|
|
||||||
|
|
@ -177,6 +177,23 @@ services:
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.1
|
image: docker.io/trustgraph/trustgraph-flow:0.11.1
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
|
metering-rag:
|
||||||
|
command:
|
||||||
|
- metering
|
||||||
|
- -p
|
||||||
|
- pulsar://pulsar:6650
|
||||||
|
- -i
|
||||||
|
- non-persistent://tg/response/text-completion-rag-response
|
||||||
|
deploy:
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
cpus: '0.5'
|
||||||
|
memory: 128M
|
||||||
|
reservations:
|
||||||
|
cpus: '0.1'
|
||||||
|
memory: 128M
|
||||||
|
image: docker.io/trustgraph/trustgraph-flow:0.11.1
|
||||||
|
restart: on-failure:100
|
||||||
pdf-decoder:
|
pdf-decoder:
|
||||||
command:
|
command:
|
||||||
- pdf-decoder
|
- pdf-decoder
|
||||||
|
|
|
||||||
|
|
@ -160,6 +160,23 @@ services:
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.1
|
image: docker.io/trustgraph/trustgraph-flow:0.11.1
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
|
metering-rag:
|
||||||
|
command:
|
||||||
|
- metering
|
||||||
|
- -p
|
||||||
|
- pulsar://pulsar:6650
|
||||||
|
- -i
|
||||||
|
- non-persistent://tg/response/text-completion-rag-response
|
||||||
|
deploy:
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
cpus: '0.5'
|
||||||
|
memory: 128M
|
||||||
|
reservations:
|
||||||
|
cpus: '0.1'
|
||||||
|
memory: 128M
|
||||||
|
image: docker.io/trustgraph/trustgraph-flow:0.11.1
|
||||||
|
restart: on-failure:100
|
||||||
neo4j:
|
neo4j:
|
||||||
deploy:
|
deploy:
|
||||||
resources:
|
resources:
|
||||||
|
|
|
||||||
|
|
@ -177,6 +177,23 @@ services:
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.1
|
image: docker.io/trustgraph/trustgraph-flow:0.11.1
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
|
metering-rag:
|
||||||
|
command:
|
||||||
|
- metering
|
||||||
|
- -p
|
||||||
|
- pulsar://pulsar:6650
|
||||||
|
- -i
|
||||||
|
- non-persistent://tg/response/text-completion-rag-response
|
||||||
|
deploy:
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
cpus: '0.5'
|
||||||
|
memory: 128M
|
||||||
|
reservations:
|
||||||
|
cpus: '0.1'
|
||||||
|
memory: 128M
|
||||||
|
image: docker.io/trustgraph/trustgraph-flow:0.11.1
|
||||||
|
restart: on-failure:100
|
||||||
pdf-decoder:
|
pdf-decoder:
|
||||||
command:
|
command:
|
||||||
- pdf-decoder
|
- pdf-decoder
|
||||||
|
|
|
||||||
|
|
@ -160,6 +160,23 @@ services:
|
||||||
memory: 128M
|
memory: 128M
|
||||||
image: docker.io/trustgraph/trustgraph-flow:0.11.1
|
image: docker.io/trustgraph/trustgraph-flow:0.11.1
|
||||||
restart: on-failure:100
|
restart: on-failure:100
|
||||||
|
metering-rag:
|
||||||
|
command:
|
||||||
|
- metering
|
||||||
|
- -p
|
||||||
|
- pulsar://pulsar:6650
|
||||||
|
- -i
|
||||||
|
- non-persistent://tg/response/text-completion-rag-response
|
||||||
|
deploy:
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
cpus: '0.5'
|
||||||
|
memory: 128M
|
||||||
|
reservations:
|
||||||
|
cpus: '0.1'
|
||||||
|
memory: 128M
|
||||||
|
image: docker.io/trustgraph/trustgraph-flow:0.11.1
|
||||||
|
restart: on-failure:100
|
||||||
neo4j:
|
neo4j:
|
||||||
deploy:
|
deploy:
|
||||||
resources:
|
resources:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue