|
|
|
|
|
by bioxept
910 days ago
|
|
It seems to me that the buzz-word "vector db" leads to people not fully understanding what it's actually about and how it even relates with LLMs. Vector databases or nearest neighbor algorithms (as they were called before) were already in use for lots of other tasks not related to language processing. If you look at them from that perspective, you will naturally think of vector dbs as just another way of doing plain old search.
I hope we get some more advancements in hybrid search. Most of the times, search is the limiting factor when doing RAG. |
|