Hacker News new | ask | show | jobs
by rickcarlino 1058 days ago
What is unique about your data or use case that makes a vector database a good choice compared to more traditional storage methods?
1 comments

I want to search based on semantic meaning, rather than partial or exact keyword search.

I'm using pgvector within postgres, so I get all of the postgres benefits.