diff options
Diffstat (limited to 'config.example.toml')
-rw-r--r-- | config.example.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.example.toml b/config.example.toml index 80e3640..ded1475 100644 --- a/config.example.toml +++ b/config.example.toml @@ -8,3 +8,7 @@ ToolRole = "tool" AssistantRole = "assistant" SysDir = "sysprompts" ChunkLimit = 100000 +# rag settings +RAGBatchSize = 100 +RAGWordLimit = 80 +RAGWorkers = 5 |