summaryrefslogtreecommitdiff
path: root/config.example.toml
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2025-02-19 19:56:58 +0300
committerGrail Finder <wohilas@gmail.com>2025-02-19 19:56:58 +0300
commit71987d25e9b0f8afeb885e8719fa8fabb7caef3e (patch)
tree1d1cbe9cc98b570dbeb2cf79f938470e297178b0 /config.example.toml
parent3ae71d81c426d5526827da1df3d930b991d0d62f (diff)
Chore: move rag settings to configHEADmaster
Diffstat (limited to 'config.example.toml')
-rw-r--r--config.example.toml4
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