From 234ef28f0b2ef182f74d9ed51328db9abe80f128 Mon Sep 17 00:00:00 2001 From: enisn Date: Thu, 26 Feb 2026 15:46:31 +0300 Subject: [PATCH] docs: note RAG is optional Add a tip to the "Adding RAG Dependencies" section clarifying that RAG is entirely optional and that other AI Management features work without installing RAG-related dependencies. This clarifies expectations for users about required packages. --- docs/en/modules/ai-management/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/en/modules/ai-management/index.md b/docs/en/modules/ai-management/index.md index 1e8f214f81..a7273e59dc 100644 --- a/docs/en/modules/ai-management/index.md +++ b/docs/en/modules/ai-management/index.md @@ -51,6 +51,9 @@ If you need to integrate with a provider that isn't covered by the built-in pack ### Adding RAG Dependencies +> [!TIP] +> RAG is entirely optional. All other AI Management features work without any RAG dependencies installed. + Retrieval-Augmented Generation (RAG) support requires both an embedding provider and a vector store provider. Install at least one embedding provider package: