diff options
author | Grail Finder <wohilas@gmail.com> | 2025-02-19 19:56:58 +0300 |
---|---|---|
committer | Grail Finder <wohilas@gmail.com> | 2025-02-19 19:56:58 +0300 |
commit | 71987d25e9b0f8afeb885e8719fa8fabb7caef3e (patch) | |
tree | 1d1cbe9cc98b570dbeb2cf79f938470e297178b0 /config.example.toml | |
parent | 3ae71d81c426d5526827da1df3d930b991d0d62f (diff) |
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 |