mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 08:26:21 +02:00
Tweak GraphRAG and DocRAG params, path hops == 2 (#312)
This commit is contained in:
parent
ef845d6c9b
commit
88768a791b
2 changed files with 8 additions and 3 deletions
|
|
@ -18,6 +18,8 @@ local prompts = import "prompts/mixtral.jsonnet";
|
|||
"document-rag",
|
||||
"-p",
|
||||
url.pulsar,
|
||||
"--doc-limit",
|
||||
std.toString($["document-rag-doc-limit"]),
|
||||
"--prompt-request-queue",
|
||||
"non-persistent://tg/request/prompt-rag",
|
||||
"--prompt-response-queue",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue