正在加载视频...
视频加载失败
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
10 条评论

Think Pythonic1 年前
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.

Louis Polart1 年前
Awsome, thank you. Will watch it !

The Monk Dev1 年前
What's a RAG? Anyone?

CTS Tech1 年前
Thnx for all the work u do 👏🙏

Marcelo Russo | Web Design & Webflow Expert1 年前
Crisp image and on point background ❤️🔥 fantastic! ❤️🔥🔥

Ben1 年前
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.

AI Tiger1 年前
Thanks so much. You are on the top

zer0nerd1 年前
@svpino thanks for the knowledge!

Tim1 年前
@Memdotai mem it

Mem1 年前
@svpino Saved! Here's the compiled thread:
