diff options
| author | Grail Finder <wohilas@gmail.com> | 2026-02-22 08:04:27 +0300 |
|---|---|---|
| committer | Grail Finder <wohilas@gmail.com> | 2026-02-22 08:04:27 +0300 |
| commit | 84c40102136a846907ce449a2cfcee15b5bc3784 (patch) | |
| tree | 3b6734e6b59106b87b75b9a7d5eab3014d3efea6 /config | |
| parent | 86260e218c8320b227d84bb3df1ba4e11779d504 (diff) | |
Doc: config doc update
Diffstat (limited to 'config')
| -rw-r--r-- | config/config.go | 8 |
1 files changed, 4 insertions, 4 deletions
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"` |
