--- title: RAG Agent description: Learn how to build a RAG Agent with the AI SDK and Next.js tags: [ 'rag', 'chatbot', 'next', 'embeddings', 'database', 'retrieval', 'memory', 'agent', ] --- # RAG Agent Guide In this guide, you will learn how to build a retrieval-augmented generation (RAG) agent.