5 ms·
like vector search ?
by m00dy 24d ago
like vector search ?
- yipinwong 24d agoYes. AWS has OpenSearch for cloud-first vector searches (disregarding cloud-hosted postgres with extensions etc). It's ridiculously expensive and not as fast. DuckDB to the rescue. Also embed the crap outta DuckDB locally in local agents running on VPS, etc
- m00dy 24d agoMay I ask how DuckDB is making vector search better than others ?