Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wait for async indexing function returning too early #1412

Open
rlmanrique opened this issue Nov 13, 2024 · 0 comments
Open

Wait for async indexing function returning too early #1412

rlmanrique opened this issue Nov 13, 2024 · 0 comments

Comments

@rlmanrique
Copy link

rlmanrique commented Nov 13, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant