Chore: remove unused RagEnabled var

This commit is contained in:
Grail Finder
2026-03-06 07:46:15 +03:00
parent efc92d884c
commit e1f2a8cd7b
4 changed files with 0 additions and 8 deletions

View File

@@ -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"`