Getting UnexpectedStatusCodeError: Collection may not exist.!

Description

Im ingesting data using LangChain WeaviateVectorStore.from_documents() function. After successfully inserted ~600K of objects (embedding length 1536), I start getting the following error

weaviate.exceptions.UnexpectedStatusCodeError: Collection may not exist.! Unexpected status code: 503, with response body: None.

I tried to enable async indexing, and sent a Cluster Scale request. But the error still happens.


Server Setup Information

  • Weaviate Server Version: 1.25.7
  • Deployment Method: Weaviate cloud
  • Multi Node? Number of Running Nodes: Single node
  • Client Language and Version: Python V4
  • Multitenancy?:

Any additional Information

NA

Hi!

As this is hosted with us, please, can you send an email to support@weaviate.io so we can give a look at those logs?

In this situation, we should take a look at the server logs to try understanding what is happening.

Thanks!