Hi all! I have a beginner question. I am trying to use Vectorize with my NextJS Cloudflare Pages web
Hi all! I have a beginner question. I am trying to use Vectorize with my NextJS Cloudflare Pages website. In this tutorial https://developers.cloudflare.com/workers-ai/tutorials/build-a-retrieval-augmented-generation-ai/ they say to use
npx wrangler dev --remote
to run locally and iterate.
When I run that, I see:
But when I do that, I see:
I need to use --remote
because of:
And without that, I see:
The AI binding and KV binding are working fine, no issues there, but I can't seem to get the Vectorize binding to show up at all. Maybe I'm making an obvious mistake -- I'm somewhat new to Cloudflare. Any help appreciated, thank you!0 Replies