mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 08:26:21 +02:00
Some default values in yaml file
This commit is contained in:
parent
7113d04f21
commit
7d00a53711
10 changed files with 115 additions and 9 deletions
|
|
@ -8,9 +8,13 @@
|
|||
- "cassandra:/var/lib/cassandra"
|
||||
"chunker":
|
||||
"command":
|
||||
- "chunker-recursive"
|
||||
- "${CHUNKER:-chunker-token}"
|
||||
- "-p"
|
||||
- "pulsar://pulsar:6650"
|
||||
- "--chunk-size"
|
||||
- "250"
|
||||
- "--chunk-overlap"
|
||||
- "15"
|
||||
"image": "docker.io/trustgraph/trustgraph-flow:0.6.8"
|
||||
"restart": "on-failure:100"
|
||||
"embeddings":
|
||||
|
|
@ -18,6 +22,8 @@
|
|||
- "embeddings-hf"
|
||||
- "-p"
|
||||
- "pulsar://pulsar:6650"
|
||||
- "-m"
|
||||
- "all-MiniLM-L6-v2"
|
||||
"image": "docker.io/trustgraph/trustgraph-flow:0.6.8"
|
||||
"restart": "on-failure:100"
|
||||
"etcd":
|
||||
|
|
@ -60,6 +66,12 @@
|
|||
- "non-persistent://tg/request/prompt-rag"
|
||||
- "--prompt-response-queue"
|
||||
- "non-persistent://tg/response/prompt-rag-response"
|
||||
- "--entity-limit"
|
||||
- "50"
|
||||
- "--triple-limit"
|
||||
- "30"
|
||||
- "--max-subgraph-size"
|
||||
- "3000"
|
||||
"image": "docker.io/trustgraph/trustgraph-flow:0.6.8"
|
||||
"restart": "on-failure:100"
|
||||
"init-pulsar":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue