When can a new version be released again

When can a new version be released again, with query speed and over 5 million data?
3 Replies
garvitg
garvitg2mo ago
Hey @yinxingmaiming6409 . Thank you for reaching out. What specific features or improvements are you looking for? We can record your feedback to make Vectorize better.
yinxingmaiming6409
yinxingmaiming6409OP2mo ago
I think an index can store over 5 million pieces of data. Currently, I have divided multiple indexes and stored 6 million pieces of data It seems that his response time takes several hundred milliseconds. Improvement is also needed.
garvitg
garvitg2mo ago
We have recorded your feedback. For query latencies, we have only observed latencies in the several hundred millisecond ranges right at the tail of the distribution (p99 or so). If you are observing latencies in that range consistently, that means your usage patterns are unable to use our internal caching mechanisms effectively. Please let us know if you need any guidance on best practices around Vectorize queries, or refer to https://developers.cloudflare.com/vectorize/best-practices/query-vectors/.
Cloudflare Docs
Query vectors
Querying an index, or vector search, enables you to search an index by providing an input vector and returning the nearest vectors based on the configured distance metric.

Did you find this page helpful?