mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 00:16:23 +02:00
Fix auto-templates (#17)
This commit is contained in:
parent
c4bfd9fc8c
commit
d3cdb97528
28 changed files with 150 additions and 82 deletions
|
|
@ -7,13 +7,13 @@ local url = import "url.jsonnet";
|
|||
chunker: base + {
|
||||
image: images.trustgraph,
|
||||
command: [
|
||||
"chunker-recursive",
|
||||
"${CHUNKER:-chunker-token}",
|
||||
"-p",
|
||||
url.pulsar,
|
||||
"--chunk-size",
|
||||
"1000",
|
||||
"150",
|
||||
"--chunk-overlap",
|
||||
"50",
|
||||
"10",
|
||||
],
|
||||
},
|
||||
|
||||
|
|
@ -25,6 +25,8 @@ local url = import "url.jsonnet";
|
|||
url.pulsar,
|
||||
"-k",
|
||||
"${COHERE_KEY}",
|
||||
"-t",
|
||||
"0.0",
|
||||
],
|
||||
},
|
||||
|
||||
|
|
@ -36,6 +38,8 @@ local url = import "url.jsonnet";
|
|||
url.pulsar,
|
||||
"-k",
|
||||
"${COHERE_KEY}",
|
||||
"-t",
|
||||
"0.0",
|
||||
"-i",
|
||||
"non-persistent://tg/request/text-completion-rag",
|
||||
"-o",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue