tensorchord / pgvecto.rs

Scalable, Low-latency and Hybrid-enabled Vector Search in Postgres. Revolutionize Vector Search, not Database.
https://docs.pgvecto.rs/getting-started/overview.html
Apache License 2.0
1.75k stars 71 forks source link

feat: disable kmeans++ in IVF #579

Closed usamoi closed 2 months ago

usamoi commented 2 months ago

K-means++ generates clusters that are not balanced, so disables it in IVF.