garvitg
garvitg
CDCloudflare Developers
Created by cloudkite on 2/11/2025 in #vectorize
Bump for visibility, also getting this.
Hey @Astro. Thank you for providing these details. We will pass them on to the team that looks after Wrangler auth. I do want to inform you that Vectorize does not operate in a "true" local mode, since each request will hit your "remote" Vectorize index and go through the Vectorize service. That might explain why you're able to work with other bindings and not Vectorize. Also wanted to check if your API token includes the "Vectorize Edit" Permissions since that is needed to insert vectors in a Vectorize index.
24 replies
CDCloudflare Developers
Created by ac on 2/27/2025 in #vectorize
Cloudflare LLM Forbidden Error
Well I think that our friends over at #workers-ai would be able to confirm that and help you out better.
3 replies
CDCloudflare Developers
Created by grantpowell on 3/3/2025 in #vectorize
Insert Vectors Error
Hi @grantpowell. Could you please share some more details of the error you have observed? You could refer to https://developers.cloudflare.com/vectorize/best-practices/insert-vectors/ for some examples and recommended best practices around the insert operation.
1 replies
CDCloudflare Developers
Created by ac on 2/27/2025 in #vectorize
Cloudflare LLM Forbidden Error
Hey @ac. The error message doesn't resemble a Vectorize error. Are you using a Workers AI model to generate the vectors before inserting them?
3 replies
CDCloudflare Developers
Created by Victor on 2/14/2025 in #vectorize
https://discord.com/channels/
Hey @Victor. Thank you for reporting this. I am wondering if this is related to caching. Normally, caches get invalidated automatically within seconds of an index being deleted/recreated and that may explain why a subsequent upsert request succeeds. However, you may occasionally observe a delay longer than a few seconds. Please feel free to DM with more details about your index if you notice this happening frequently.
2 replies
CDCloudflare Developers
Created by cloudkite on 2/11/2025 in #vectorize
Bump for visibility, also getting this.
And do you observe the error in the local dev mode? After a delay?
24 replies
CDCloudflare Developers
Created by cloudkite on 2/11/2025 in #vectorize
Bump for visibility, also getting this.
Hey @Astro. Are you observing this error in the dev mode too?
24 replies
CDCloudflare Developers
Created by cloudkite on 2/11/2025 in #vectorize
Bump for visibility, also getting this.
Hey @cloudkite. We are working on trying to repro the issue internally, do you have an estimate for the time interval after you start observing the error? Any details that you can share would be useful (including the index name, stack traces and code snippets). Please feel free to DM me with those details if you'd prefer that. Also, you will always need to pass the --experimental-vectorize-bind-to-prod flag to work with Vectorize indexes when using wrangler dev, so that steps seems correct.
24 replies
CDCloudflare Developers
Created by Utkarsh Saxena on 1/30/2025 in #vectorize
Hi, I wanted to know about pricing of
^ This calculation is valid as long as we are scoping these vectors/queries within a single Vectorize index.
7 replies
CDCloudflare Developers
Created by Utkarsh Saxena on 1/30/2025 in #vectorize
Hi, I wanted to know about pricing of
It will be the former (10000+1000) * 376
7 replies
CDCloudflare Developers
Created by Utkarsh Saxena on 1/30/2025 in #vectorize
Hi, I wanted to know about pricing of
If you have a Vectorize index with dimensionality 376 and 10k vectors stored, and if you make 10 queries against this index, the queried vector dims for that index would be: (10000 + 10) * 376 = 3,763,760 dimensions Still unsure what you mean by text elements. Do you mean to refer each text element as a separate Vectorize index with 10k vectors each?
7 replies
CDCloudflare Developers
Created by cloudkite on 2/11/2025 in #vectorize
Bump for visibility, also getting this.
Hi @cloudkite. We are not observing any issues related to auth in Vectorize. Could you please share some details about the way you are sending requests to Vectorize? I am looking for your mode of connecting to Vectorize (HTTP, Worker Bindings or Wrangler), any details on the auth headers that you are sending, as well as the permissions that you have included (if you are using an API token). Feel free to DM me those details if you would find that preferable.
24 replies
CDCloudflare Developers
Created by Utkarsh Saxena on 1/30/2025 in #vectorize
Hi, I wanted to know about pricing of
Hi @Utkarsh Saxena. Could you please explain what you mean by the document? Are you using the terms document and a Vectorize index interchangeably?
7 replies
CDCloudflare Developers
Created by Eric on 2/6/2025 in #vectorize
https://developers.cloudflare.com/api/
Hey @Eric. What would you like to see fixed here?
2 replies
CDCloudflare Developers
Created by Jorgo on 1/24/2025 in #vectorize
Hello anyone can help me with a
Hi @Jorgo. We have implemented a fix, could you please share your index details over DM so we can validate it for your index?
8 replies
CDCloudflare Developers
Created by Jorgo on 1/24/2025 in #vectorize
Hello anyone can help me with a
Hi @Jorgo, thank you for reporting! We are looking into this.
8 replies
CDCloudflare Developers
Created by Utkarsh Saxena on 1/15/2025 in #vectorize
Hi, I am having issue in inserting
Hi @Utkarsh Saxena, the processedUpToDatetime value for your index does seem a bit unexpected and I can help look into that. Could you please DM the name of your index and the account id you are using?
15 replies
CDCloudflare Developers
Created by Noam on 1/23/2025 in #vectorize
Hello,
Hi @Noam. Thanks for reaching out! The Vectorize platform limits are described in https://developers.cloudflare.com/vectorize/platform/limits/. The global rate limit for Cloudflare APIs is 1200 requests per 5 minutes (https://developers.cloudflare.com/fundamentals/api/reference/limits/) and the Vectorize HTTP APIs fall under that limit. If you would like a higher throughput of query operations in Vectorize, we recommend the use of Vectorize Bindings in Workers: https://developers.cloudflare.com/vectorize/get-started/intro/#3-bind-your-worker-to-your-index. Vectorize queries received through a worker binding would not be rate limited, and you could potentially receive a throughput higher than 10k queries per second (as long as your requests are spread out geographically). Please feel free to add more details on this thread or over DM if you'd like to discuss your use case further. We'd also be happy to record any feedback that you have for Vectorize or the Developer Platform as a whole.
1 replies
CDCloudflare Developers
Created by Utkarsh Saxena on 1/15/2025 in #vectorize
Hi, I am having issue in inserting
Happy to help! 🙂
15 replies