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

@@ -71,9 +71,6 @@ This document explains how to set up and configure the application using the `co
#### EmbedURL (`"http://localhost:8082/v1/embeddings"`)
- The endpoint for embedding API, used for RAG (Retrieval Augmented Generation) functionality.
#### RAGEnabled (`false`)
- Enable or disable RAG functionality for enhanced context retrieval.
#### RAGBatchSize (`1`)
- Number of documents to process in each RAG batch.