mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-26 00:46:22 +02:00
Feature/rag parameters (#311)
* Change document-rag and graph-rag processing so that the user can specify parameters. Changes in Pulsar services, Pulsar message schemas, gateway and command-line tools. User-visible changes in new parameters on command-line tools. * Fix bugs, graph-rag working * Get subgraph truncation in the right place * Graph RAG and document RAG working and configurable * Multi-hop path traversal GraphRAG * Add safety valve for path_size set too high
This commit is contained in:
parent
f1559c5944
commit
ef845d6c9b
12 changed files with 247 additions and 91 deletions
|
|
@ -4,9 +4,9 @@ local url = import "values/url.jsonnet";
|
|||
|
||||
{
|
||||
|
||||
"graph-rag-entity-limit":: 50,
|
||||
"graph-rag-triple-limit":: 30,
|
||||
"graph-rag-max-subgraph-size":: 3000,
|
||||
"graph-rag-entity-limit":: 20,
|
||||
"graph-rag-triple-limit":: 10,
|
||||
"graph-rag-max-subgraph-size":: 1000,
|
||||
|
||||
"kg-extract-definitions" +: {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue