From f9866bcf5a7369e28246d51b951e81b5b2a8489f Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Fri, 6 Mar 2026 11:20:50 +0300 Subject: Feat (rag): hybrid search attempt --- config.example.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'config.example.toml') diff --git a/config.example.toml b/config.example.toml index 15c8ca6..1698189 100644 --- a/config.example.toml +++ b/config.example.toml @@ -29,6 +29,7 @@ AutoCleanToolCallsFromCtx = false # rag settings RAGBatchSize = 1 RAGWordLimit = 80 +RAGOverlapWords = 16 RAGDir = "ragimport" # extra tts TTS_ENABLED = false -- cgit v1.2.3