diff options
| author | Grail Finder <wohilas@gmail.com> | 2026-03-08 11:38:56 +0300 |
|---|---|---|
| committer | Grail Finder <wohilas@gmail.com> | 2026-03-08 11:38:56 +0300 |
| commit | b6e802c12e37aeaf19bd449cf2877df5ae04d389 (patch) | |
| tree | a6b55eafa37099f07a5e55facfddb12c36f4a432 /config.example.toml | |
| parent | c0d5db29a581b6a21f2d009189649d4e98ab55dc (diff) | |
Enha (rag): bigger default batch
Diffstat (limited to 'config.example.toml')
| -rw-r--r-- | config.example.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.example.toml b/config.example.toml index 1698189..f74d986 100644 --- a/config.example.toml +++ b/config.example.toml @@ -28,8 +28,8 @@ AutoScrollEnabled = true AutoCleanToolCallsFromCtx = false # rag settings RAGBatchSize = 1 -RAGWordLimit = 80 -RAGOverlapWords = 16 +RAGWordLimit = 250 +RAGOverlapWords = 25 RAGDir = "ragimport" # extra tts TTS_ENABLED = false |
