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

adding async concurrency into VectorStoreIndex #16384

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mkhludnev
Copy link
Contributor

implementing VectorStoreIndex.use_async=True for concurrent asyncio execution

Now there's no concurrency even if use_async=True. This PR introduces concurrent execution via asyncio.

Type of Change

Please delete options that are not relevant.

  • [v] New feature (non-breaking change which adds functionality)

How Has This Been Tested?

I keep it draft because I want to test it thoroughly. Before I write many tests, could you please confirm if it's a right direction toward.

  • [v] I added new unit tests to cover this change

Suggested Checklist:

  • [v] I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added Google Colab support for the newly added notebooks.
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • [v] New and existing unit tests pass locally with my changes
  • [v] I ran make format; make lint to appease the lint gods

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

Successfully merging this pull request may close these issues.

1 participant