Vector Search vs Agentic Search #ai #rag #search #explained #tech #semantic #vector #claudecode

Jessica Wang · Beginner ·🔍 RAG & Vector Search ·4mo ago
Skills: RAG Basics90%

Key Takeaways

This video teaches vector search and agentic search techniques using RAG and ClaudeCode

Full Transcript

Here's the difference between vector versus agentic search. AI tools like cloud code uses agentic search, but there is a lot of discussion online about which one is better. Vector search takes a bunch of text, whether it's a codebase or a bunch of documentation pages, chunks them up, and then turns those chunks into numbers. So when you ask a question like where does the database logic in this codebase live, your question also gets turned into numbers. And then this vector system will find out mathematically which vector from the large body of text is closest to your question. So vector search is meant to be really fast, but you can imagine that context gets lost when things get vectorzed. This is because when you chunk up text, then certain pieces don't know about the pieces around it. Aentic search is different. So aentic search will use ls to list files, gre to search things, and it reads through all the files. Essentially acts more like a human in the way that it searches through something. This approach is slower because it has to go through more volume to find the answer, but tends to be a little bit more accurate because agentic search can see the full
Watch on YouTube ↗ (saves to browser)
Sign in to unlock AI tutor explanation · ⚡30

Related Reads

📰
The AI Series : The Hardest Part of RAG Is Not the Vector DB — It’s Parsing PDFs
Learn to overcome the challenges of parsing PDFs in RAG systems, a crucial step in building production-grade document AI systems
Medium · AI
📰
Building a Grounded RAG Assistant: Why Citation Enforcement Matters More Than Retrieval
Learn why citation enforcement is crucial for building trustworthy RAG assistants and how to implement it
Dev.to AI
📰
Why RAG gives wrong answers (and how to fix retrieval failures)
Learn how to identify and fix retrieval failures in RAG systems, ensuring accurate answers from your AI model
Dev.to AI
📰
RAG’in En Önemli Parçası LLM Değil
Learn why LLM is not the most important part of RAG and how retrieval and reranking play a crucial role in its functionality
Medium · LLM
Up next
LLM Wiki vs RAG Explained | Complete LLM Wiki Implementation Guide
Pavithra’s Podcast
Watch →