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

AI AutoRag funnel led to error page

AI AutoRag funnel led to error page
No description

Hey, is there any doc / link about using

Hey, is there any doc / link about using Cloudflare Vectorize with llamaindex ?

is there the concept of semantic caching

is there the concept of semantic caching? What about caching for searches based on similarity

hi guys i'm curious about the pricing

hi guys i'm curious about the pricing models. so the pricing model is based on stored and queried vector dimensions. so what if i use metadata filtering so i'm not querying against the whole vdb but rather a smaller set of data? what would the cost structure look like? is the queried vector dimensions is adjusted based on the queried space instead of the total space?
No description

Hi. I just started using Vectorize this

Hi. I just started using Vectorize this week. Really liking it so far. Nice and simple. For inserting/upserting vectors using the REST API (or Typescript SDK), it would be nice if the request body could also accept an array of vector objects. When using the TS package, if I set the body value to be the ndjson string, I was getting a "failed to parse" error. I found I had to wrap the ndjson in a Buffer.from() to get it to work, but had to ignore a TS error since body is typed as a string....

Insert Vectors Error

I am unable to insert vectors into index

Cloudflare LLM Forbidden Error

Hi, I am getting Error: Cloudflare LLM call failed with status code 403 trying to insert into a new Vectorize index on production. Works fine locally, and confirmed the bindings are there. It seems related to other auth issues people have posted about in here. Any idea what I'm missing?

Hello, I've had a site that uses

Hello, I've had a site that uses vectorize for a little over a year now, however just now requests to it have started failing with (error) Error: VECTOR_QUERY_ERROR (code = 4009): Bad Request: the index is disabled. I've also checked and it looks like my index isn't there anymore, does anyone know why this is happening?

https://discord.com/channels/

https://discord.com/channels/595317990191398933/1040420029080018945/1319662221957271605 1. So I make an index. 2. I delete the index. 3. I make an index with same id. 4. verify new index info...

Bump for visibility, also getting this.

Bump for visibility, also getting this. Hopefully it’s being looked into

I'm experiencing same issue with `Error

I'm experiencing same issue with Error: VECTOR_GET_ERROR (code = 10000): Authentication error although it worked before. Already tried to upgrade to latest wrangler. I'm also getting: ``` ✘ [ERROR] Error storing embeddings for undefined ...

Hi, I wanted to know about pricing of

Hi, I wanted to know about pricing of vectorization: There are some confusing things in vectorization: This is for a month: Let's say I am making 10 queries of some documents where vector stored amount is: 10k and there are 100 those documents. and dimension is 376....

I've been reading and for my use case, I

I've been reading and for my use case, I'm wondering if I'll need to combine both workers and the cloudflare api: I want each of my users to have their own index but I want the users of my users to be able to query my user's index and it could exceed the cloudflare api limit so I would like the queries/inserting to be done via cloudflare workers, but how can I dynamically pass in the name of the index

Hello anyone can help me with a

Hello anyone can help me with a vectorise problem VECTOR_QUERY_ERROR (code = 50111) the weird thing is that with this payload below it works as expected { "search_prompt": "i saw that users wanted our company phone number, and couldnt find it.", "function_type": "search",...

Hello,

Hello, I am thinking of using CF Vectorize databases but can't find the docs for max queries/requests per second per namespace/globally. Do you know where I can get this information? We need to be able to handle at least 10,000 queries/second, and want to make sure that CF can support that....

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