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

📰
Production RAG for enterprises: evaluation, safety, and cost
Learn how to evaluate and implement production-ready RAG for enterprises, focusing on safety and cost efficiency
Medium · AI
📰
RAG for Financial Docs Is Different. Here’s the Chunking Strategy That Finally Worked.
Learn how to apply a structure-aware chunking strategy to improve RAG for financial documents, overcoming the limitations of generic 512-token chunks
Medium · RAG
📰
RAG: Every Data Type You'll Actually Run Into (Part 2)
Learn to handle real-world data for RAG by understanding common data types and preparing them for vector stores
Medium · LLM
📰
RAG: Every Data Type You'll Actually Run Into (Part 2)
Learn to handle real-world data for RAG by preparing it for vector stores, a crucial step in implementing RAG effectively
Medium · RAG
Up next
OpenAI Embeddings and Vector Databases Crash Course
Adrian Twarog
Watch →