Cloudflare Developers

CD

Cloudflare Developers

Welcome to the official Cloudflare Developers server. Here you can ask for help and stay updated with the latest news

Join

Is there a way to dynamically add

Is there a way to dynamically add Vectorize bindings programatically?

Any updates/timeline on the automatic

Any updates/timeline on the automatic migration tool from v1 to v2 databases?

Quick question

Quick question 1. Why do we need to create metadata index and even if we have to create, why only 1 key at a time and upto 10 index is the limit? While upstash allows to filter on metadata normally on all metadata 2. Can we also expect glob and more type of searches operators along with eq and neq...

cloudflare

When do you expect to update the Typescript API to use V2? I'm running into a problem where Wrangler doesn't support the --deprecated-v1 flag on certain calls. I just created the index today so I'm very happy to use V2 but don't want to roll my own client.

Given the limitations of the meta-

Given the limitations of the meta-filtering operation, I have to leverage a nested key structure as documented: { "pandas.nice": 42 } // looks for { "pandas": { "nice": 42 } } However, when I attempt to upsert metadata where the key contains a JSON object, as specified in the documentation, I encounter the following error:...

Is best practice for supporting more

Is best practice for supporting more complicated query semantics than just filtering to upsert vectors with a metadata field containing foreign keys to D1 records? Then implement your own pre/post filtering between the two?

there is no support for contains. We are

there is no support for contains. We are planning add support for the following operations: - greater than - greater than or equal - less than - less than or equal...

Hi all! I have a beginner question. I am

Hi all! I have a beginner question. I am trying to use Vectorize with my NextJS Cloudflare Pages website. In this tutorial https://developers.cloudflare.com/workers-ai/tutorials/build-a-retrieval-augmented-generation-ai/ they say to use npx wrangler dev --remote to run locally and iterate. When I run that, I see: ```...

Sure, here are a couple of the examples

Sure, here are a couple of the examples, in priority order. 1. I have a few different use cases for putting dates (number format, seconds of ms is normal) on the vectors as a way to only bring back candidates after (>=) X and before (<) Y. Basically, Temporal limitations. 2. I have a list of arbitrary attributes, call it categorical information. Filter vectors where X is in that list. Or filter vectors where X is not in that list....

Is the billing page broken? I clicked

Is the billing page broken? I clicked view next to monthly usage on the Vectorize dashboard and I get an oops page 😅

With terminology, are Vectorize indexes

With terminology, are Vectorize indexes and databases exchangeable terms, or are indexes the preferred way to refer to them?
No description

I noticed on this page "https://

I noticed on this page "https://developers.cloudflare.com/vectorize/platform/limits/" that the current limits are 100 indexes and 1,000 namespaces. While this might be sufficient for testing, it's far from enough for production use. Are there any plans to scale these limits—at least by a couple of orders of magnitude? Something closer to 1,000,000 or more would be ideal.

Is there any way to export Vectorize

Is there any way to export Vectorize data? I want to migrate to another provider

@Eric Vectorize dynamic bindings are

@Eric Vectorize dynamic bindings are coming hopefully in Q1. I believe Cloudflare can increase the number of indexes limit on an account basis too.

@maro Vectorize is ready for production

@maro Vectorize is ready for production use, we are planning to transition out of beta soon.

Any plans to support arrays in metadata

Any plans to support arrays in metadata filtering ?

I can repro - seems like the dash only

I can repro - seems like the dash only lists old (v1) indexes and not v2. I've let the team know so hopefully they'll look into this next week. Until then you can use wrangler vectorize list to see your v2 indexes

As I move from a proof of concept to a

As I move from a proof of concept to a real application product,is there a way to migrate the data or rename an existing vector index? It would be very handy to be able to do this in the wrangler cli

Hey Cloudflare team and community, I

Hey Cloudflare team and community, I have a large dataset of 500M vectors, each with 256 dimensions. I've recently seen the changelog about Vectorize v2 being in public beta, which mentions support for up to 5 million vector dimensions per index but there is not vector dimension limit mentioned on limits page? I'd like some clarification and advice on how to best use this with my dataset. Limits: https://developers.cloudflare.com/vectorize/platform/limits/ Changelog: https://developers.cloudflare.com/vectorize/platform/changelog/ ...