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 /docs/config.md | |
| parent | efc92d884c36498220e2b8d5ad9e02f84e42d953 (diff) | |
Chore: remove unused RagEnabled var
Diffstat (limited to 'docs/config.md')
| -rw-r--r-- | docs/config.md | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/config.md b/docs/config.md index d8b42d6..6f11d73 100644 --- a/docs/config.md +++ b/docs/config.md @@ -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. |
