Y
Hacker News
new
|
ask
|
show
|
jobs
by
llmllmllm
1056 days ago
As well as heavy LLM use, we're also using vectors (with pgvector) for searching text content which is displayed in a table. Works very well.
1 comments
rickcarlino
1056 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?
link
llmllmllm
1055 days ago
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.
link