Y
Hacker News
new
|
ask
|
show
|
jobs
by
tebeka
150 days ago
https://duckdb.org/2024/05/03/vector-similarity-search-vss
2 comments
jlarks32
150 days ago
+1 on this one, I've been pleasantly surprised by this for a small (<3GB) local project
link
m00dy
150 days ago
does duckdb scale well over large datasets for vector search ?
link
lgrebe
150 days ago
What order of magnitude would you define as „large“ in this case?
link
m00dy
150 days ago
like over 1tb.
link
cess11
150 days ago
Some people are using DuckDB for large datasets,
https://duckdb.org/docs/stable/guides/performance/working_wi...
, but you'd probably do some testing under the specific conditions of your rig to figure out if it is a good match or not.
link
riku_iki
149 days ago
its clear many DuckDB sql queries can handle terabytes of data, but the question here was about vector search..
link