Files

Agent Framework Retrieval Augmented Generation (RAG)

These samples show how to create an agent with the Agent Framework that uses Retrieval Augmented Generation (RAG) to enhance its responses with information from a knowledge base.

Sample Description
Basic Text RAG This sample demonstrates how to create and run a basic agent with simple text Retrieval Augmented Generation (RAG).
RAG with external Vector Store and custom schema This sample demonstrates how to create and run an agent that uses Retrieval Augmented Generation (RAG) with an external vector store. It also uses a custom schema for the documents stored in the vector store.