From 629de489dda39d4aebdf2a020f0046656551383f Mon Sep 17 00:00:00 2001 From: mrT23 Date: Mon, 7 Apr 2025 08:46:09 +0300 Subject: [PATCH] Update RAG context enrichment documentation with enterprise plan requirements --- docs/docs/core-abilities/rag_context_enrichment.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/docs/core-abilities/rag_context_enrichment.md b/docs/docs/core-abilities/rag_context_enrichment.md index f00ef372..1e7d3ba7 100644 --- a/docs/docs/core-abilities/rag_context_enrichment.md +++ b/docs/docs/core-abilities/rag_context_enrichment.md @@ -2,6 +2,10 @@ `Supported Git Platforms: GitHub` +!!! info "Prerequisites" + - RAG is available only for Qodo enterprise plan users, with single tenant or on-premises setup. + - Database setup and codebase indexing must be completed before proceeding. [Contact support](https://www.qodo.ai/contact/) for more information. + ## Overview ### What is RAG Context Enrichment? @@ -14,9 +18,6 @@ Using Retrieval-Augmented Generation (RAG), it searches your configured reposito ## Getting started -!!! info "Prerequisites" - - Database setup and codebase indexing must be completed before proceeding. [Contact support](https://www.qodo.ai/contact/) for assistance. - ### Configuration options In order to enable the RAG feature, add the following lines to your configuration file: