Тёмный

RAG From Scratch: Part 3 (Retrieval) 

LangChain
Подписаться 42 тыс.
Просмотров 16 тыс.
50% 1

This is the third video in our series on RAG. The aim of this series is to build up an understanding of RAG from scratch, starting with the basics of indexing, retrieval, and generation. This video focuses on retrieval, covering the process of document search using an index.
Code:
github.com/langchain-ai/rag-f...
Slides:
docs.google.com/presentation/...

Опубликовано:

 

5 фев 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 9   
@bqmac43
@bqmac43 3 месяца назад
Excellent explanations, Lance! I'm looking forward to the remaining videos.
@gnkbhuvan
@gnkbhuvan Месяц назад
Really great explanation sir. Great work from langchain team.
@mr.daniish
@mr.daniish 2 месяца назад
Lance is the man! love these small bites of gold.
@noordin85
@noordin85 Месяц назад
Awesome explanation to the basics
@advfuk
@advfuk 3 месяца назад
Many thanks Lance for this, a great service for the community. In the example, does get_relevant_documents embed the query internally before running the search?
@Orcrambo
@Orcrambo 3 месяца назад
Yep, when you create the vector store you input the embedding strategy
@advfuk
@advfuk 3 месяца назад
Thanks @Orcrambo.
@jzam5426
@jzam5426 2 месяца назад
Thank you! With CSVLoaders a document has both "page_content" and "metadata." Do both get embedded, or only page_content? If page_content alone, does the retriever uses natively (without add instructions) metadata as well?
@zishanahmedshaikh
@zishanahmedshaikh 3 месяца назад
First
Далее
RAG From Scratch: Part 4 (Generation)
6:25
Просмотров 13 тыс.
RAG From Scratch: Part 2 (Indexing)
4:52
Просмотров 22 тыс.
Why You Should Always Help Others ❤️
00:40
Просмотров 7 млн
Reliable, fully local RAG agents with LLaMA3
21:19
Просмотров 84 тыс.
RAG for LLMs explained in 3 minutes
3:15
Просмотров 13 тыс.
What is Retrieval-Augmented Generation (RAG)?
6:36
Просмотров 519 тыс.
Advanced RAG 03 - Hybrid Search BM25 & Ensembles
6:47
Building long context RAG with RAPTOR from scratch
21:30