This is a supporting repo for this blog post:
Rag: Retrieval-Augmented Generation
Example Notebooks
Notebook | Description |
---|---|
Naive RAG | A Naive(simple) RAG implementation using FAISS and Ollama |
Agentic RAG | An agentic RAG implementation using smolagents |