You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to add a large number of items (354127 items) using collection.add but I receive this error message:
Batch size 354127 exceeds maximum batch size 41666
The client is as follows: client = chromadb.PersistentClient(path=vectorDBlocation, settings = Settings(anonymized_telemetry=False))
I am using the following embedder:
What happened?
I am trying to add a large number of items (354127 items) using collection.add but I receive this error message:
Batch size 354127 exceeds maximum batch size 41666
The client is as follows:
client = chromadb.PersistentClient(path=vectorDBlocation, settings = Settings(anonymized_telemetry=False))
I am using the following embedder:
And this is how I make the collection:
Versions
I am using the free GPU on Google Colab.
Relevant log output
The text was updated successfully, but these errors were encountered: