Skip to content
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

🐛 BUG: Failed wrangler vectorize create because vectorize.not_entitled [code: 1005] #4042

Closed
teramotodaiki opened this issue Sep 27, 2023 · 3 comments
Labels
bug Something that isn't working

Comments

@teramotodaiki
Copy link

Which Cloudflare product(s) does this pertain to?

Wrangler core

What version(s) of the tool(s) are you using?

3.10.0 [Wrangler]

What version of Node are you using?

18.14.0

What operating system are you using?

Mac

Describe the Bug

I tried to vectorize create according to the document ( https://developers.cloudflare.com/vectorize/get-started/intro/ ), then I got the following error.

$ npx wrangler vectorize create tutorial-index --dimensions=3 --metric=cosine
🚧 Creating index: 'tutorial-index'

✘ [ERROR] A request to the Cloudflare API (/accounts/**my id**/vectorize/indexes) failed.

  vectorize.not_entitled [code: 1005]
  
  If you think this is a bug, please open an issue at:
  https://github.com/cloudflare/workers-sdk/issues/new/choose

The worker is just created now with npm create cloudflare@latest and deployed successfully.
It seems to be an API error, so I will try again tomorrow.
I am very excited the vectorize. :)


Please provide a link to a minimal reproduction

No response

Please provide any relevant error logs

No response

@teramotodaiki teramotodaiki added the bug Something that isn't working label Sep 27, 2023
@admah
Copy link
Contributor

admah commented Sep 27, 2023

@teramotodaiki are you on a Workers Paid plan? The docs say: " Vectorize is currently in public beta and is enabled for all developers on Workers paid plans." The error you're seeing looks related to that.

@teramotodaiki
Copy link
Author

@admah I had missed it, will try it with Paid plan. Thank you very much! 😄

@teramotodaiki
Copy link
Author

Close this issue because I upgraded to a Paid plan then the problem was resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something that isn't working
Projects
Archived in project
Development

No branches or pull requests

2 participants