Break The Vector Search Dependency for Truly Robust RAG Systems
Last Updated on April 15, 2025 by Editorial Team
Author(s): Thuwarakesh Murallie
Originally published on Towards AI.
Why your RAGs need more than just semantic search to succeed.
Vector search is undoubtedly the most remarkable retrieval technique to date. But this can be an overstatement.
Before vector stores, we searched for information in various ways. Some of our favorites included full-text search, trigram similarity, and BM25. Most popular databases, like Postgres, have built-in capabilities to perform these searches.
But they had a common weakness — their semantic understanding is poor.
Vector search isn’t new, but it was once considered computationally costly. By today’s standards, the cost isn’t too high. However, vector search is worth the cost for its contextual awareness and semantic similarity.
It had almost become the de facto for RAGs. A lot of vector databases have become very popular.
But we started to rethink its usefulness once again. Is vector search worth it?
The answer is both yes and no!
Most RAGs are built on this stack; why would you redo it every time?
ai.gopubby.com
Vector databases are fast and impressive in retrieving information that is not obvious, yet relevant.
But there are gray areas where vector search doesn’t do a good job.
Firstly, vector search performs poorly when uncommon abbreviations are used. The embedding model is trained with a large corpus of public data, so it can handle standard abbreviations, such… Read the full blog for free on Medium.
Join thousands of data leaders on the AI newsletter. Join over 80,000 subscribers and keep up to date with the latest developments in AI. From research to projects and ideas. If you are building an AI startup, an AI-related product, or a service, we invite you to consider becoming a sponsor.
Published via Towards AI
Take our 90+ lesson From Beginner to Advanced LLM Developer Certification: From choosing a project to deploying a working product this is the most comprehensive and practical LLM course out there!
Towards AI has published Building LLMs for Production—our 470+ page guide to mastering LLMs with practical projects and expert insights!

Discover Your Dream AI Career at Towards AI Jobs
Towards AI has built a jobs board tailored specifically to Machine Learning and Data Science Jobs and Skills. Our software searches for live AI jobs each hour, labels and categorises them and makes them easily searchable. Explore over 40,000 live jobs today with Towards AI Jobs!
Note: Content contains the views of the contributing authors and not Towards AI.