From e1f2a8cd7be487a3b4284ca70cc5a2a64b50f5d1 Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Fri, 6 Mar 2026 07:46:15 +0300 Subject: Chore: remove unused RagEnabled var --- config/config.go | 1 - 1 file changed, 1 deletion(-) (limited to 'config') 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"` -- cgit v1.2.3