Retrieval Augmented Generation
Learn how to leverage Retrieval-Augmented Generation (RAG) in your AI application
The Basics

In Action
Use your own data
Dynamic content generation
Up-to-date responses
Where to find

Structure


How to use
Overview

Vocabulary
RAG
Topics
Topic Sources
Knowledge strings
Set up your RAG service
Basic settings


Advanced settings
Add your topics and relevant data sources

Setting up your topics

Adding topic sources









Vectorise your topic sources

Test your RAG service

Retrieve your knowledge string

Retrieving a knowledge string
Constructing a knowledge string from scratch
An example knowledge service string, used in a system prompt:
Set up an LLM action referencing a RAG service
Using a knowledge string in your LLM action

Add your RAG-based LLM Action to your conversation design
Adding your RAG-based LLM Action to the conversation design
Adding your RAG-based LLM Action output to the messages

Last updated