Loading video...
Video Failed to Load
I recorded a gentle introduction to building RAG applications using open-source models. Prerequisite: You should be comfortable reading Python. I wanted to record a video to introduce as many people as possible to building RAG applications and using Large Language Models. Here, I tried to stay away... show more
69,223 views • 1 year ago •via X (Twitter)
10 Comments

RAG (Retrieve, Augment, Generate) combine two AI techniques: **retrieval** of relevant information (ie database or doc) and **generation** of new text (from models like GPT). Essentially, it retrieves data first, then uses it to generate a more informed and accurate response.

Awsome, thank you. Will watch it !

What's a RAG? Anyone?

Thnx for all the work u do 👏🙏

Crisp image and on point background ❤️🔥 fantastic! ❤️🔥🔥

Have you tried LangGraph yet, or similar tools for RAG evaluation, using secondary LLMs to review the responses? I’d be interested to learn your take on these.

Thanks so much. You are on the top

@svpino thanks for the knowledge!

@Memdotai mem it

@svpino Saved! Here's the compiled thread:
