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!: Docling v2 #117

Merged
merged 117 commits into from
Oct 16, 2024
Merged

feat!: Docling v2 #117

merged 117 commits into from
Oct 16, 2024

Conversation

cau-git
Copy link
Contributor

@cau-git cau-git commented Oct 1, 2024

  • Introduces extra abstraction level for document backends (see stub codes for HTML / Word / Powerpoint)
  • Introduces new interface for pipelines
    • Pipelines have more responsibility now, they need to implement execute, assemble_document and additional methods each.
  • Introduces automatic routing of detected format to a default backend
  • Introduces new top-level converter interface (changed arguments)

Checklist:

  • Commit Message Formatting: Commit titles and messages follow guidelines in the
    conventional commits.
  • Documentation has been updated, if necessary.
  • Examples have been added, if necessary.
  • Tests have been added, if necessary.

Signed-off-by: Christoph Auer <cau@zurich.ibm.com>
Signed-off-by: Christoph Auer <cau@zurich.ibm.com>
Signed-off-by: Christoph Auer <cau@zurich.ibm.com>
Signed-off-by: Christoph Auer <cau@zurich.ibm.com>
Signed-off-by: Christoph Auer <cau@zurich.ibm.com>
Signed-off-by: Christoph Auer <cau@zurich.ibm.com>
Signed-off-by: Christoph Auer <cau@zurich.ibm.com>
Signed-off-by: Christoph Auer <cau@zurich.ibm.com>
Signed-off-by: Christoph Auer <cau@zurich.ibm.com>
Signed-off-by: Christoph Auer <cau@zurich.ibm.com>
Signed-off-by: Christoph Auer <cau@zurich.ibm.com>
Signed-off-by: Christoph Auer <cau@zurich.ibm.com>
Signed-off-by: Christoph Auer <cau@zurich.ibm.com>
Signed-off-by: Christoph Auer <cau@zurich.ibm.com>
Signed-off-by: Christoph Auer <cau@zurich.ibm.com>
Signed-off-by: Christoph Auer <cau@zurich.ibm.com>
Signed-off-by: Christoph Auer <cau@zurich.ibm.com>
@cau-git cau-git changed the title feat: Input format abstraction feat: Input format abstraction [WIP] Oct 1, 2024
@cau-git cau-git changed the base branch from main to cau/experimental-format October 1, 2024 14:51
Signed-off-by: Christoph Auer <cau@zurich.ibm.com>
@cau-git cau-git force-pushed the cau/input-format-abstraction branch from 4941c9b to 1fa7cd9 Compare October 1, 2024 14:54
Signed-off-by: Maxim Lysak <mly@zurich.ibm.com>
@maxmnemonic
Copy link
Contributor

Implementing DOCX support...

cau-git and others added 3 commits October 7, 2024 12:35
Signed-off-by: Christoph Auer <cau@zurich.ibm.com>
Signed-off-by: Maxim Lysak <mly@zurich.ibm.com>
…rd backend

Signed-off-by: Maxim Lysak <mly@zurich.ibm.com>
@maxmnemonic
Copy link
Contributor

Added PPTX support

cau-git and others added 20 commits October 15, 2024 16:22
Signed-off-by: Christoph Auer <cau@zurich.ibm.com>
* add v2 docs placeholder [skip ci]

Signed-off-by: Panos Vagenas <35837085+vagenas@users.noreply.github.com>

* Remove conflicts

Signed-off-by: Christoph Auer <cau@zurich.ibm.com>

---------

Signed-off-by: Panos Vagenas <35837085+vagenas@users.noreply.github.com>
Signed-off-by: Christoph Auer <cau@zurich.ibm.com>
Co-authored-by: Christoph Auer <cau@zurich.ibm.com>
Signed-off-by: Christoph Auer <cau@zurich.ibm.com>
Signed-off-by: Christoph Auer <cau@zurich.ibm.com>
Signed-off-by: Christoph Auer <cau@zurich.ibm.com>
Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
Signed-off-by: Christoph Auer <cau@zurich.ibm.com>
Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
Signed-off-by: Christoph Auer <cau@zurich.ibm.com>
Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
Signed-off-by: Christoph Auer <cau@zurich.ibm.com>
Signed-off-by: Maxim Lysak <mly@zurich.ibm.com>
Signed-off-by: Christoph Auer <cau@zurich.ibm.com>
Signed-off-by: Christoph Auer <cau@zurich.ibm.com>
Signed-off-by: Panos Vagenas <35837085+vagenas@users.noreply.github.com>
update RAG examples and banner text
@cau-git cau-git changed the title feat: Input format abstraction [WIP] feat!: Docling v2 Oct 16, 2024
Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
@dolfim-ibm dolfim-ibm marked this pull request as ready for review October 16, 2024 17:38
Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
Copy link
Contributor

@dolfim-ibm dolfim-ibm left a comment

Choose a reason for hiding this comment

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

🚀

@staar
Copy link

staar commented Oct 16, 2024

@dolfim-ibm @cau-git seems we are close! 🚀

@dolfim-ibm dolfim-ibm merged commit 7d3be0e into main Oct 16, 2024
4 checks passed
@dolfim-ibm dolfim-ibm deleted the cau/input-format-abstraction branch October 16, 2024 19:02
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.

Support Html as native input document type Support Docx as native input document type
5 participants