summaryrefslogtreecommitdiff
path: root/config.example.toml
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2025-11-21 12:50:47 +0300
committerGrail Finder <wohilas@gmail.com>2025-11-21 12:50:47 +0300
commitee31f8ccf47b969ce50a49abdcd492cd902f761d (patch)
tree34198cdcf4056609853d3e4fff3043829dfbdfac /config.example.toml
parentc2ecef69b4fde4ae310c5db1ddbb85855522457b (diff)
Enha: ctrl+g exit option
Diffstat (limited to 'config.example.toml')
-rw-r--r--config.example.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.example.toml b/config.example.toml
index 98a7c71..850047b 100644
--- a/config.example.toml
+++ b/config.example.toml
@@ -14,6 +14,7 @@ ChunkLimit = 100000
RAGBatchSize = 100
RAGWordLimit = 80
RAGWorkers = 5
+RAGDir = "ragimport"
# extra tts
TTS_ENABLED = false
TTS_URL = "http://localhost:8880/v1/audio/speech"