diff --git a/aisdk.md b/aisdk.md new file mode 100644 index 0000000..0061a1e --- /dev/null +++ b/aisdk.md @@ -0,0 +1,35539 @@ +--- +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. + +