Elasticsearch Was Great, but Vector Databases Are the Future
1–8 of 8 posts
Re: Elasticsearch Was Great, but Vector Databases Are the Future
#2Re: Elasticsearch Was Great, but Vector Databases Are the Future
#3God, no. These tools serve fundamentally different purposes. Thinking like this is, I believe, one of the reasons it’s become so difficult to find what you’re looking for on Google when you know exactly what you’re looking for.
Re: Elasticsearch Was Great, but Vector Databases Are the Future
#4God, no. These tools serve fundamentally different purposes. Thinking like this is, I believe, one of the reasons it’s become so difficult to find what you’re looking for on Google when you know exactly what you’re looking for.
In my experience, semantic search systems are very hard to test and don’t always return great results when given a very small or vague query, which seems counter to how people are taught to think about search.
And then if you want to do a hybrid search with reranking, those network calls start to add up and degrade the UX.
And then each month, there’s a new post about some new architecture that promises another search accuracy or performance boost, but you’ll need to rebuild the entire search system to find out if it’s effective for your use case.
Re: Elasticsearch Was Great, but Vector Databases Are the Future
#5Re: Elasticsearch Was Great, but Vector Databases Are the Future
#6I assume the LLM understands my intent through a well described prompt more than a direct input vector database would. Assuming this, why does the database matter? Just have a great db backend and then on top an LLM that helps you find the data you want?
Re: Elasticsearch Was Great, but Vector Databases Are the Future
#7Re: Elasticsearch Was Great, but Vector Databases Are the Future
#8For my work, ES's 'killer feature' was not the search, but rather complex aggregations over huge datasets (despite the crazy query syntax). Hard to see how vector databases would replace that.