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

Refactor Document Chunker to always use docling #430

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

Conversation

khaledsulayman
Copy link
Member

@khaledsulayman khaledsulayman commented Dec 5, 2024

The old DocumentChunker was a factory class that called the text-splitter on markdowns and docling on PDFs. In reality, we want to call docling and then use the text-splitter on all document types. This change refactors the DocumentChunker class to always call docling (as long as the provided documents are supported filetypes).

Resolves: #334

@mergify mergify bot added testing Relates to testing ci-failure labels Dec 5, 2024
@aakankshaduggal aakankshaduggal requested a review from a team December 6, 2024 17:41
@khaledsulayman khaledsulayman marked this pull request as draft December 6, 2024 20:25
@mergify mergify bot added ci-failure and removed ci-failure labels Dec 18, 2024
@mergify mergify bot added ci-failure and removed ci-failure labels Jan 6, 2025
Signed-off-by: Aakanksha Duggal <[email protected]>
@mergify mergify bot added ci-failure and removed ci-failure labels Jan 7, 2025
@mergify mergify bot removed the ci-failure label Jan 8, 2025
@aakankshaduggal aakankshaduggal marked this pull request as ready for review January 8, 2025 15:44
@aakankshaduggal aakankshaduggal requested a review from a team January 8, 2025 15:44
Copy link

github-actions bot commented Jan 8, 2025

E2E (NVIDIA L40S x4) workflow launched on this PR: View run

Copy link

github-actions bot commented Jan 8, 2025

e2e workflow succeeded on this PR: View run, congrats!

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

Successfully merging this pull request may close these issues.

Chunking Refactor: Always use Context-Aware Chunker
3 participants