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

Hello 🙂

Hello 🙂 Is there no UI option to create vector index? I am getting this screen. the UI comes for a split second and goes away...
No description

Vectorize If I filter using Metadata

Vectorize If I filter using Metadata filter, will I be billed for the quantity before filtering or after filtering?

Hello, I'm wondering one thing before

Hello, I'm wondering one thing before getting into cloudflare vectorize, it seems many vector databases charge based on how much data there is to scan through, but I don't find the documentation for vectorize clear, does "queried dimensions" refer to that same thing, or only to the actual dimensions of the vector you're searching by (please ping when responding 🙏)

Hi, I am having issue in inserting

Hi, I am having issue in inserting vector with correct vector format, anyone else experiencing same issue, there is no error but it is returning null. Any idea

Hi, are there plan to increase the topk

Hi, are there plan to increase the topk limit of 20 with metadata filtering? With chunked data a limit of 20 is severely limiting, especially for paginated search experiences.

can the vectorize http api docs be

can the vectorize http api docs be updated? I basically had to try random things then give up and searched in this channel before i saw somebody with the correct format

Are there any plans to increase the

Are there any plans to increase the current dimension limit? OpenAI’s latest embedding model is over 3000, and while it’s possible to lower it, if you want more accuracy then it simply won’t be possible to use Vectorize

Cf vector queue

Hi @EndiM, is there a thread on dev community or detailed query you posted earlier? Can you share the link please?

I attempted to record a video on how to

I attempted to record a video on how to use Vectorize but I failed at the following: - figuring out binding VECTORIZE The documentation needs work in these areas....

Can we also expect

Can we also expect 1. Metadata filters without creating indexes for each 2. Create dynamic vector indexes programatically without the manual bindings...

is it possible to load stuff into a prod

is it possible to load stuff into a prod vectorize index from the local machine? or is the data running in the miniflare / simulator only?

Hello, Quick question, I get really slow

Hello, Quick question, I get really slow response times in Vectorise. Like seconds of response time. My code is very simple, so nothing else should be slowing it down. I am in Greece btw, so not sure if that plays a role. I get the same speeds when deploying the worker. ```typescript }), async (c) => {...

How can I see what vectors I have in my

How can I see what vectors I have in my index? I checked the commands I could run, and none mentioned showing the vectors I got in my index. I want to be able to delete and test stuff before I run the actual thing. Any guidance would be appreciated.

Hi, is Cloudflare Vectorize now support

Hi, is Cloudflare Vectorize now support $in metadata filter ?

I've been browsing through messages in

I've been browsing through messages in the past and documentations on vectorize, looks like now it's a great time to jump in, considering the beta release of workflow as well. though my concern is full RAG pipeline still needs a long way to go, so I'd prefer develop locally using llamaindex+chromadb(or equivalent)+litellm(embedding, inference, rerank, whisper, etc) first, before switching to cloudflare edge side completely, which I do need at a certain point because the product I am building requires global coverage. may I ask guy who already had previous experiences here, that, is this a viable plan, or anything I should keep in mind for choosing tech stack or develop or doing gitops? thanks a million!...

I am noticing a large number of `AiError

I am noticing a large number of AiError: 3001: Unknown internal error s when doing some Vectorize queries. Is there any way to get more insight into what these are? I have no clue if it's not finding a vector by ID, if I'm getting rate limited, or if it's something I can't control

Vector index issue

Nothing should have caused such issues, let me check with the team, it could be delayed as most of the team is in US time zone.

Is there a way to dynamically add

Is there a way to dynamically add Vectorize bindings programatically?

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