mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 16:36: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
|
|
@ -20,9 +20,13 @@ local url = import "url.jsonnet";
|
|||
chunker: base + {
|
||||
image: images.trustgraph,
|
||||
command: [
|
||||
"chunker-recursive",
|
||||
"${CHUNKER:-chunker-token}",
|
||||
"-p",
|
||||
url.pulsar,
|
||||
"--chunk-size",
|
||||
"250",
|
||||
"--chunk-overlap",
|
||||
"15",
|
||||
],
|
||||
},
|
||||
|
||||
|
|
@ -41,8 +45,8 @@ local url = import "url.jsonnet";
|
|||
"embeddings-hf",
|
||||
"-p",
|
||||
url.pulsar,
|
||||
// "-m",
|
||||
// "mixedbread-ai/mxbai-embed-large-v1",
|
||||
"-m",
|
||||
"all-MiniLM-L6-v2",
|
||||
],
|
||||
},
|
||||
|
||||
|
|
@ -74,6 +78,12 @@ local url = import "url.jsonnet";
|
|||
"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",
|
||||
],
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue