neondatabase / neon

Neon: Serverless Postgres. We separated storage and compute to offer autoscaling, code-like database branching, and scale to zero.
https://neon.tech
Apache License 2.0
14.24k stars 406 forks source link

Epic: Provide pgvectorscale extension #8043

Open YanicNeon opened 2 months ago

YanicNeon commented 2 months ago

One of our customer is asking if we could consider supporting the following extension: https://github.com/timescale/pgvectorscale

Thanks

aluxian commented 1 month ago

+1

We at https://molin.ai/ would like to use this extension for e-commerce product search with 10k–100k products per collection and <100ms latency.

We are also planning some features that require larger scale searches (e.g. search on 1M+ vectors).

In both cases StreamingDiskANN and binary quantization would help.