Get AI summaries of any video or article — Sign up free

RAG Retrieval — Topic Summaries

AI-powered summaries of 9 videos about RAG Retrieval.

9 summaries

No matches found.

Hybrid Search RAG With Langchain And Pinecone Vector DB

Krish Naik · 3 min read

Hybrid search for RAG is built on a simple but powerful idea: retrieve relevant chunks using both semantic similarity (dense vector search) and...

Hybrid SearchRAG RetrievalReciprocal Rank Fusion

The 5 Types of LLM Apps

Sam Witteveen · 3 min read

LLM apps can be sorted into five practical categories—ranging from chat-style assistants to fully autonomous agents—so builders can more clearly...

LLM App CategoriesConversational AgentsCopilots

How to Compare Multiple Large PDF Files Using AI (w/ Jerry Liu, Co-Founder of LlamaIndex)

Chat with data · 2 min read

Comparing two huge PDFs with AI—like Uber and Lyft 10-K filings—breaks down when retrieval is done “all at once” in a single vector index. The core...

Multi-Document ComparisonRAG RetrievalVector Indexing

Advanced RAG 05 - HyDE - Hypothetical Document Embeddings

Sam Witteveen · 3 min read

HyDE (Hypothetical Document Embeddings) improves retrieval in RAG by using a large language model to draft a “hypothetical answer,” embedding that...

HyDEHypothetical Document EmbeddingsRAG Retrieval

Million Token Context Windows? Myth Busted—Limits & Fixes

AI News & Strategy Daily | Nate B Jones · 3 min read

Claims of “million-token context windows” are being sold as if they let large language models reliably read and reason over book-length prompts. In...

Context WindowsLong-Context LimitsContext Engineering

Build 100% Local AI Agent to Chat with Your Files | Private AI Knowledge Base with MCP & RAG

Venelin Valkov · 3 min read

A fully local “private knowledge base” agent can chat with a user’s own files by combining a custom MCP tool server with retrieval-augmented...

Local AI AgentMCP ToolsRAG Retrieval

Create Your Own Microsoft Recall AI Feature with RAG?

All About AI · 3 min read

A practical “Recall”-style system can be built by combining automated screen capture, AI-based interpretation of what’s on-screen, and a retrieval...

Recall PrototypeRAG RetrievalScreen Capture

What is Chunking in AI? The Beginners Guide. The Power of Chunking in LLMs & RAG Explained!

AI Foundation Learning · 2 min read

Chunking is the practical technique that lets AI systems handle information that’s too large to process in one go—by breaking text into smaller,...

ChunkingLLM Context WindowRAG Retrieval

How RAG Finds Answers in Millions of Documents | Embeddings, Vector Databases, LangChain & Supabase

Venelin Valkov · 3 min read

Retrieval in RAG hinges on one practical step: turning a user question into a vector and then finding the most semantically similar document chunks...

RAG RetrievalEmbeddingsCosine Similarity