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
When I run ingest.py with the example, I got
ValueError:
Cannot submit more than 166 embeddings at once.
Please submit your embeddings in batches of size
166 or less.
It seems related to the length of file, when I try some shorter text, it works.
How to fix it
The text was updated successfully, but these errors were encountered:
When I run ingest.py with the example, I got ValueError: Cannot submit more than 166 embeddings at once. Please submit your embeddings in batches of size 166 or less. It seems related to the length of file, when I try some shorter text, it works. How to fix it
When I run ingest.py with the example, I got
ValueError:
Cannot submit more than 166 embeddings at once.
Please submit your embeddings in batches of size
166 or less.
It seems related to the length of file, when I try some shorter text, it works.
How to fix it
The text was updated successfully, but these errors were encountered: