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
There seems to be a race condition in the wait_for_vector_indexing() function that the index status is reported for a moment as Ready while vectorQueueLength is 0 while objectCount is less than objectCountBefore + len(objectsInserted)
It would be convenient to check objectCount and the number of inserted objects in the batch to determine whether the indexing is done
The text was updated successfully, but these errors were encountered:
There seems to be a race condition in the wait_for_vector_indexing() function that the index status is reported for a moment as Ready while vectorQueueLength is 0 while objectCount is less than objectCountBefore + len(objectsInserted)
It would be convenient to check objectCount and the number of inserted objects in the batch to determine whether the indexing is done
The text was updated successfully, but these errors were encountered: