which vector search algo is used in
which vector search algo is used in vectorize
1 Reply
Hey @nukely. Vectorize uses IVF-PQ to create vector clusters. You can read more about the architecture on the Vectorize blog: https://blog.cloudflare.com/building-vectorize-a-distributed-vector-database-on-cloudflare-developer-platform/.
The Cloudflare Blog
Building Vectorize, a distributed vector database, on Cloudflare’...
Vectorize was recently upgraded and made generally available, now supporting indexes of up to 5 million vectors, delivering faster responses, with lower pricing and a free tier. This post dives deep into how we built Vectorize to enable these improvements.