I'm experiencing same issue with `Error

I'm experiencing same issue with Error: VECTOR_GET_ERROR (code = 10000): Authentication error although it worked before. Already tried to upgrade to latest wrangler. I'm also getting:
✘ [ERROR] Error storing embeddings for undefined

Error: VECTOR_UPSERT_ERROR (code = 999): vectorize.upstream_timeout
at VectorizeIndexImpl._send (cloudflare-internal:vectorize-api:164:23)
at async VectorizeIndexImpl.upsert (cloudflare-internal:vectorize-api:117:21)
at async Object.queue
(file:///Users/samko/Documents/Web/vecrio-api/workers/queue/src/index.ts:220:11) {
[cause]: Error: vectorize.upstream_timeout
at VectorizeIndexImpl._send (cloudflare-internal:vectorize-api:167:28)
at async VectorizeIndexImpl.upsert (cloudflare-internal:vectorize-api:117:21)
at async Object.queue
✘ [ERROR] Error storing embeddings for undefined

Error: VECTOR_UPSERT_ERROR (code = 999): vectorize.upstream_timeout
at VectorizeIndexImpl._send (cloudflare-internal:vectorize-api:164:23)
at async VectorizeIndexImpl.upsert (cloudflare-internal:vectorize-api:117:21)
at async Object.queue
(file:///Users/samko/Documents/Web/vecrio-api/workers/queue/src/index.ts:220:11) {
[cause]: Error: vectorize.upstream_timeout
at VectorizeIndexImpl._send (cloudflare-internal:vectorize-api:167:28)
at async VectorizeIndexImpl.upsert (cloudflare-internal:vectorize-api:117:21)
at async Object.queue
4 Replies
Samko
SamkoOP4w ago
It's strange because sometimes it works sometimes no :/ Hard to find out what the cause is
Unknown User
Unknown User4w ago
Message Not Public
Sign In & Join Server To View
Samko
SamkoOP4w ago
Ok sorry for missing details: Actually when I'm doing upsert firstly it failed but second time it worked. Although I ran delete vectors between those two requests. The vectorize.query (Error: VECTOR_GET_ERROR (code = 10000): Authentication error) failed with same payload 2 times and on third run it passed.
Unknown User
Unknown User4w ago
Message Not Public
Sign In & Join Server To View

Did you find this page helpful?