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

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

How can search directly filter scores?

How can search directly filter scores? Do I have to search and filter by myself?

What techniques should I use to cache

What techniques should I use to cache the data read from the vector using a worker? What about KV?

After I store the image, I immediately

After I store the image, I immediately retrieve the vector through the ID. However, he may not be able to retrieve it and may experience a delay of 2-3 seconds.

I want to use queries extensively now,

I want to use queries extensively now, but who knows if workers really don't limit frequency like HTTP interfaces do?

Hey CF Team, is something off with

Hey CF Team, is something off with vectorize indexing latencies? I am continously getting vectors not found via getByIds. Can anyone update the status?

Is there a way to use CF's AI to extract

Is there a way to use CF's AI to extract image embeddings?

```

vectorize.index.invalid_config - Dimensions must
be in range: [32, 1536] [code: 3003]
vectorize.index.invalid_config - Dimensions must
be in range: [32, 1536] [code: 3003]
...

I'm getting the following error locally

I'm getting the following error locally
✘ [ERROR] Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'insert')
env.VECTORIZE.insert(vectors)
env.VECTORIZE.insert(vectors)
...
Next