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

Hiya, did anyone create face recognition

Hiya, did anyone create face recognition using vectorize? would love to see examples (I got something working, but pretty obvious matches get a 0.35~ score

Is there any significance to the

Is there any significance to the mutationIds? i.e. c0e522b1-3541-4aa8-a298-32c5c5fbf5b9. All i want to know is if there are in any kind of order. It's great seeing the latest one in status but which ones came inbetween? Similiar vector databases return a mutation number in a sequence]

Hey all, I am using `vitest-pool-

Hey all, I am using vitest-pool-workers to test my app in Github Action, and running into the following error with VectorizeIndex.query(): ```workerd/io/worker.c++:2169: info: uncaught exception; source = Uncaught (in promise); stack = Error: VECTOR_QUERY_ERROR: Status + 500 at VectorizeIndexImpl._send (cloudflare-internal:vectorize-api:185:23) at VectorizeIndexImpl.queryImplV2 (cloudflare-internal:vectorize-api:205:21) at VectorizeIndexImpl.query (cloudflare-internal:vectorize-api:45:20)...

Hey everyone, I’ve been exploring

Hey everyone, I’ve been exploring Vectorize for my product in a multi-tenant setup where each tenant gets their own index chunk via namespaces. Because of the worker binding count limit (and lack of dynamic creation), I went with the REST API approach. But I recently discovered that Cloudflare rate limits HTTP requests (1,000 per 5 minutes), which makes me wonder how Vectorize is supposed to be used effectively in a multi-tenant setup. I’m confused because Cloudflare advertises 50k indexes per account, but in practice this doesn’t seem possible due to the worker binding limit + request rate limits. Feeling a bit stuck and frustrated—what’s the recommended approach here?...

Does list vectors have a workers API?

Does list vectors have a workers API? The docs only show the REST API

Can only be operated with the command '

Can only be operated with the command 'wrangler'? No worker API?

The Autorag feature for websites does

The Autorag feature for websites does not show all domains currently used on cloudflare. Can anyone help me with this? Thanks

When can a new version be released again

When can a new version be released again, with query speed and over 5 million data?

Metadata filtering

Please confirm following statement : "A vector can only be part of a single namespace .." Source : https://developers.cloudflare.com/vectorize/reference/metadata-filtering/#namespace-versus-metadata-filtering My understanding and Correct Statement should be : "A vector ID can only be part of a single namespace .."...

when will `--experimental-vectorize-bind

when will --experimental-vectorize-bind-to-prod flag get stable, it fails 4/5 times resulting in 10000 Auth error

Let’s say you use Vectorize to index

Let’s say you use Vectorize to index news media. What is the best way to periodically expire vectors?

hello everyone I was preparing data on

hello everyone I was preparing data on estimated cost for vectorize for my company can you guys tell if I am correct here with the calculations
No description

VECTOR_QUERY_ERROR (code = 10000):

VECTOR_QUERY_ERROR (code = 10000): Authentication error

Thanks for correcting the understanding.

Thanks for correcting the understanding. Unfortunately, this also doesnot solve my AIM (= "Isolated private Vectorize DB "per User"), as i shall be hitting the limit "Vectorize Indexes per account 50,000 (Workers Paid)" ...

I had errors had to switch to the api

I had errors had to switch to the api

I can't just search by criteria, can I?

I can't just search by criteria, can I? For example, searching for all data with EId=14 in Metedata

The worker has a serious bug. I tested

The worker has a serious bug. I tested the output logs and found no issues with the data. However, the accuracy was lost after uploading.

I hope to increase the ability to batch

I hope to increase the ability to batch query the Id list in the vector, because sometimes my database data doesn't seem to correspond here. I deleted data from my database, but there is still data here.

I am getting 500 when I try and insert a

I am getting 500 when I try and insert a new vector record: Error: VECTOR_INSERT_ERROR: Status + 500
Next