Browse Source

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.
pull/24968/head
enisn 1 month ago
parent
commit
234ef28f0b
No known key found for this signature in database GPG Key ID: A052619F04155D1C
  1. 3
      docs/en/modules/ai-management/index.md

3
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:

Loading…
Cancel
Save