←back to thread

133 points ksec | 1 comments | | HN request time: 0.218s | source
Show context
Temporary_31337 ◴[] No.41919492[source]
I work for another db vendor and we also have added vectors support. What’s crazy is that customers were not really asking for- just surfing the hype wave like everyone else. Why would someone store vectors in an SQL db rather than a dedicated vector db with support for native graph / vector semantics?
replies(5): >>41919518 #>>41920655 #>>41923659 #>>41924794 #>>41927630 #
1. redwood ◴[] No.41923659[source]
I'd ask the opposite: why would you use a vector index without the related metadata for filtering and hybrid querying. People don't use B-Tree indexes as a standalone separate database off to the side of their database. So why should they for vectors?