From 84c40102136a846907ce449a2cfcee15b5bc3784 Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Sun, 22 Feb 2026 08:04:27 +0300 Subject: Doc: config doc update --- config/config.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'config/config.go') diff --git a/config/config.go b/config/config.go index 10e43da..c5f63a9 100644 --- a/config/config.go +++ b/config/config.go @@ -36,11 +36,11 @@ type Config struct { ImagePreview bool `toml:"ImagePreview"` EnableMouse bool `toml:"EnableMouse"` // embeddings - RAGEnabled bool `toml:"RAGEnabled"` - EmbedURL string `toml:"EmbedURL"` - HFToken string `toml:"HFToken"` - RAGDir string `toml:"RAGDir"` + EmbedURL string `toml:"EmbedURL"` + HFToken string `toml:"HFToken"` // rag settings + RAGEnabled bool `toml:"RAGEnabled"` + RAGDir string `toml:"RAGDir"` RAGWorkers uint32 `toml:"RAGWorkers"` RAGBatchSize int `toml:"RAGBatchSize"` RAGWordLimit uint32 `toml:"RAGWordLimit"` -- cgit v1.2.3