Agentic RAG connection
Progress® Agentic RAG is a Retrieval-Augmented Generation (RAG) platform offered as SaaS, designed to index and query unstructured data (documents, audio, video, web content, etc.) and return grounded, generative answers via Large Language Models (LLMs). It emphasizes trust, quality metrics, and integration flexibility rather than being just a chat interface.
At a high level it provides:
- Indexing of unstructured and structured data in multiple formats and languages.
- RAG pipeline orchestration: retrieving relevant context and augmenting LLM input to reduce hallucination and increase relevance.
- AI agents to automate data ingestion, retrieval, enrichment and reasoning steps.
- APIs and SDKs for Python and JS/TS for programmatic use.
The Sitefinity CMS connector enables you to index selected content types and make them available to AI systems through Agentic RAG knowledge boxes.
For more information on knowledge boxes, see Agentic RAG Documentation.
Connection Setup
PREREQUISITES: You need a Progress Agentic RAG account.
To set up a connection:
- Navigate to Administration » Agentic RAG connection.
- Click Create a connection.
- Fill out a connection name - A descriptive name to help you identify this connection later.
- Select what content types can be used by the Agentic RAG system for AI answers in Index content types...
- Select sites that can provide content to the Agentic RAG system in Index content from...
- Add a Knowledge box by entering the following credentials:
- Click Create.
Content Indexing
Once the connection is established, Sitefinity will automatically index the selected content types from the specified sites. The indexed content becomes available for:
- AI-powered search queries
- Context-aware responses
- LLM-based content retrieval
Permissions
By default only administrators can see the Agentic RAG connection page. To change that:
- Navigate to Administration » Permissions » Feeds and notifications.
- From the drop down of providers, select ARAGProvider.
- Change permissions.
NOTE: Only items with view permissions set to everyone are send to the knowledge box.
Use Agentic RAG with AI Assistant widget
To use the Agentic RAG with the AI Assistant widget, follow the instructions in this section AI Assistant widget.