Skip to content

luspr/rag-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RAG Tutorial: Basic to Advanced

This repo contains tutorials and materials on RAG (retrieval-augmented generation).

RAG From Scratch

An implementation of a RAG-powered chatbot from scratch, just using openai API and numpy without any additional frameworks. This is the best way to understand how RAG works under the hood.

Advanced RAG

Talk of mine on advanced rag concepts and techniques. From Text splitting to evaluating RAG systems and building autonomous AI agents.

About

Retrieval Augmented Generation (RAG). From a basic implementation to advanced AI agents.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages