Skip to content

Vectorize price - Wrong price formula #21481

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
exelles opened this issue Apr 7, 2025 · 1 comment · Fixed by #21510
Closed

Vectorize price - Wrong price formula #21481

exelles opened this issue Apr 7, 2025 · 1 comment · Fixed by #21510
Assignees

Comments

@exelles
Copy link

exelles commented Apr 7, 2025

Example URL(s)

https://developers.cloudflare.com/autorag/platform/limits-pricing/

Actual Behavior

To calculate your potential usage, calculate the queried vector dimensions and the stored vector dimensions, and multiply by the unit price. The formula is defined as ((queried vectors + stored vectors) * dimensions * ($0.01 / 1,000,000)) + (stored vectors + dimensions * ($0.05 / 100,000,000))

Expected Behavior

To calculate your potential usage, calculate the queried vector dimensions and the stored vector dimensions, and multiply by the unit price. The formula is defined as ((queried vectors + stored vectors) * dimensions * ($0.01 / 1,000,000)) + (stored vectors * dimensions * ($0.05 / 100,000,000))

Additional information

In the "Calculating vector dimensions" part, the price formula seems incorrect: it should be "stored vectors * dimensions", instead of "stored vectors + dimensions".

@exelles exelles added the engineering Problems or updates to developers.cloudflare.com website label Apr 7, 2025
@kodster28 kodster28 assigned aninibread and ToriLindsay and unassigned KianNH Apr 7, 2025
@kodster28 kodster28 added product:AutoRAG and removed engineering Problems or updates to developers.cloudflare.com website labels Apr 7, 2025
@kodster28
Copy link
Contributor

Thanks for raising, @exelles. Should be addressed momentarily via #21510.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants