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

feat(embedders): Add async support for OpenAI document embedder #9140

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

mdrazak2001
Copy link
Contributor

Related Issues

Proposed Changes:

  • Add run_async method to OpenAIDocumentEmbedder
  • Add _embed_batch_async helper method for batched async embedding

How did you test it?

  • Add unit tests for async embedding functionality

Notes for the reviewer

Checklist

  • I have read the contributors guidelines and the code of conduct
  • I have updated the related issue with new insights and changes
  • I added unit tests and updated the docstrings
  • I've used one of the conventional commit types for my PR title: fix:, feat:, build:, chore:, ci:, docs:, style:, refactor:, perf:, test: and added ! in case the PR includes breaking changes.
  • I documented my code
  • I ran pre-commit hooks and fixed any issue

@mdrazak2001 mdrazak2001 requested a review from a team as a code owner March 30, 2025 13:44
@mdrazak2001 mdrazak2001 requested review from Amnah199 and removed request for a team March 30, 2025 13:44
@github-actions github-actions bot added topic:tests type:documentation Improvements on the docs labels Mar 30, 2025
@mdrazak2001 mdrazak2001 requested a review from a team as a code owner March 30, 2025 13:51
@mdrazak2001 mdrazak2001 requested review from dfokina and removed request for a team March 30, 2025 13:51
@coveralls
Copy link
Collaborator

Pull Request Test Coverage Report for Build 14156679192

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 41 unchanged lines in 1 file lost coverage.
  • Overall coverage decreased (-0.3%) to 89.887%

Files with Coverage Reduction New Missed Lines %
components/embedders/openai_document_embedder.py 41 59.29%
Totals Coverage Status
Change from base Build 14129937483: -0.3%
Covered Lines: 10222
Relevant Lines: 11372

💛 - Coveralls

Copy link
Contributor

@Amnah199 Amnah199 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @mdrazak2001 for your contribution. I left a few comments.

@mdrazak2001 mdrazak2001 requested a review from Amnah199 April 2, 2025 19:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic:tests type:documentation Improvements on the docs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add run_async for OpenAIDocumentEmbedder
3 participants