VECTOR_QUERY_ERROR (code = 10000):
VECTOR_QUERY_ERROR (code = 10000): Authentication error
3 Replies
Hi @KalmonJ. Could you help us understand how you are using Vectorize and what sort of an operation is resulting in this Auth error?
@garvitg
I have a chatbot with RAG and every time it tries to do the similarity search it gets this error
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?