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

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/ ...

I don't see my vectorize v2 index in

I don't see my vectorize v2 index in cloudflare dashboard. I only see v1 vector index. listing it with wrangler cli works

there is something bad going on with

there is something bad going on with vectorize indexes, I tried three times to create a text embeddings index, I defined them with metric cosine and 1536 dimensions. It appears that after inserting a certain amout of vectors my index breaks and my queries starting returning absolutely nonsense "scores" - for example right now my queries to this cosine index are returning scores like 28.955 or something like that (and that is breaking search results)

FYI, submitted API site feedback, https

FYI, submitted API site feedback, https://developers.cloudflare.com/api/operations/vectorize-list-metadata-indexes should be GET not POST; also fails in ⛅️ wrangler 3.71.0 when running $ wrangler vectorize list-metadata-index <index-name>

Question about metadata indexing

Question about metadata indexing behavior: does it apply to existing vectors or only to those created after the metadata index is created? otherwise, does it backfill the index async?

Release [email protected] · cloudflare/wor...

Vectorize V2 is in public beta. As long as you have access to Vectorize and use the latest version of Wrangler https://github.com/cloudflare/workers-sdk/releases/tag/wrangler%403.71.0 you should have access to Vectorize V2.

do we need to fill this form to test V2

do we need to fill this form to test V2 or need to subscribe a paid plan?

Can we expect a visualisation window for

Can we expect a visualisation window for Cloudflare Vectorize to manage or monitor our embedding data? Like what we can use in D1 Database

Vectorize V2 - Waitlist

I'm happy to announce that all customers who requested access to Vectorize V2 https://forms.gle/jtSJAqz478DsULN86 have been onboarded.

Beta acces

Is there anyone with access to vectorize v2? I'm eagerly waiting. ✌️

Ui not loading

vectorize ui not loading :pain:

Listing all vectors in an index

Hi! I don't suppose there is a way to get all vectors stored in a vectorize database without knowing the vector IDs, right?

hey @pdwittig we have a unique case with

hey @pdwittig we have a unique case with 500m docs but each of them are 256 dimensions. do you think that we can try vectorize v2 for our usecase?

Are you also increasing the number of

Are you also increasing the number of vectors in an index or just the number of indexes? I am working on a use case where we need something close to 20-40MM vectors. We could store those all over multiple indexes, but a single index would be much preferred. Or do you perhaps mean the number of vectors per index is increased to 2MM and the number of indexes stays the same?...

Is there a rough ETA on being able to

Is there a rough ETA on being able to run vectorize locally? For context: I have a worker using a lot of cf services and it seems I have to use the api for vectorize as the —remote flag points all services to remote dev when really my goal is to run as many services locally as possible, then use remote for the unsupported ones. Is there a better way to handle this?...

Metadata filtering · Vectorize

I just started using Vectorize, and the query result shape is different than what's in the @cloudflare/[email protected]: ```{ "count": 1, "matches": [ { "vectorId": "145",...

The team is focused to release next

The team is focused to release next version of Vectorize with 2 MM per index support end of June in private beta. In the meantime for folks experiencing issues with REST query API outside of US we recommend using Workers bindings which doesn't need to go through API Gateway service.