diff options
| author | Grail Finder <wohilas@gmail.com> | 2026-03-06 07:46:15 +0300 |
|---|---|---|
| committer | Grail Finder <wohilas@gmail.com> | 2026-03-06 07:46:15 +0300 |
| commit | e1f2a8cd7be487a3b4284ca70cc5a2a64b50f5d1 (patch) | |
| tree | 56eb3c25e7a2463542f8b3a52adbf410c8b7abaf /config | |
| parent | efc92d884c36498220e2b8d5ad9e02f84e42d953 (diff) | |
Chore: remove unused RagEnabled var
Diffstat (limited to 'config')
| -rw-r--r-- | config/config.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/config.go b/config/config.go index 84ec480..29d5744 100644 --- a/config/config.go +++ b/config/config.go @@ -40,7 +40,6 @@ type Config struct { EmbedTokenizerPath string `toml:"EmbedTokenizerPath"` EmbedDims int `toml:"EmbedDims"` // rag settings - RAGEnabled bool `toml:"RAGEnabled"` RAGDir string `toml:"RAGDir"` RAGBatchSize int `toml:"RAGBatchSize"` RAGWordLimit uint32 `toml:"RAGWordLimit"` |
