VECTOR_QUERY_ERROR (code = 10000):

VECTOR_QUERY_ERROR (code = 10000): Authentication error
3 Replies
garvitg
garvitg3w ago
Hi @KalmonJ. Could you help us understand how you are using Vectorize and what sort of an operation is resulting in this Auth error?
KalmonJ
KalmonJOP2w ago
@garvitg I have a chatbot with RAG and every time it tries to do the similarity search it gets this error
garvitg
garvitg2w ago
Are you getting this error on your deployed worker? Or is it happening when you are running wrangler dev with the --experimental-vectorize-bind-to-prod flag? Or are you not using a worker for your RAG pipeline?

Did you find this page helpful?