Getting 429

Description

WeaviateInsertManyAllFailedError: Every object failed during insertion. Here is the set of all errors: update vector: failed with status: 429 error: Rate limit reached. Please log in or use your apiToken

Please advise.

Server Setup Information

localhost weaviate python 4.

  • Weaviate Server Version:
  • Deployment Method:
  • Multi Node? Number of Running Nodes:
  • Client Language and Version:

Any additional Information

hi @ss_ss ! Welcome to our community!

Considering the message, you have reached your API TOKEN limit.

You should adapta your batch code to accomodate the limitations of your API TOKEN rate limits.

Here is how:

Let me know if that helps :slight_smile: