Are there any tips and tricks to improve query performance against Vectorize? We make use of (per-p
Are there any tips and tricks to improve query performance against Vectorize?
We make use of (per-project) namespaces for limiting the scope of similarity searches, and are seeing very slow performance on initial query against a namespace, and subsequent queries are much faster. One example has roughly 100 vectors and is taking ~3s for first query vs ~150ms for subsequent queries. Are cold-starts a thing with Vectorize?
0 Replies