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(document-search): parallelize document ingestion #132

Open
kdziedzic68 opened this issue Oct 22, 2024 · 0 comments
Open

feat(document-search): parallelize document ingestion #132

kdziedzic68 opened this issue Oct 22, 2024 · 0 comments
Labels
document search Changes to the document search package feature New feature or request

Comments

@kdziedzic68
Copy link
Collaborator

kdziedzic68 commented Oct 22, 2024

Feature description

  • Implement parallelization for document ingestion to speed up processing.
  • Support configurable parallelization strategies (e.g., local multiprocessing, ray, remote endpoints on distributed machines etc.).

.

Motivation

We need fast and scalable, production ready process of document processing

Additional context

Out of the box python parallelization can be somehow problematic - each of the processing threads would either need to send requests to external services (eg. unstructured) which may cause throttling or will need to use multiple instances of processing models increasing gpu requirements.

.

@kdziedzic68 kdziedzic68 added feature New feature or request document search Changes to the document search package labels Oct 22, 2024
@kdziedzic68 kdziedzic68 moved this to Backlog in ragbits Oct 22, 2024
@kdziedzic68 kdziedzic68 removed the status in ragbits Oct 22, 2024
@kdziedzic68 kdziedzic68 moved this to Backlog in ragbits Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
document search Changes to the document search package feature New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

1 participant