You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have looked for existing issues (including closed) about this
Feature Request
Add a loader type that can work with the EPUB format (ebook format).
Motivation
Oftentimes, PDFs are unreliable format for loading. While it is the most common and likely will be continued to be used, adding more loader types adds flexibilities in people's abilities to construct RAGs.
Proposal
Create a new loader type (rig-core/src/loaders/epub.rs) EpubFileLoader
Alternatives
Use a Epub -> PDF converter before using PdfFileLoader
Notes
If this introduces a new dependency, it should add it as an optional feature (similar to the lopdf lib) and only just include the epub.rs loader if that feature is selected!
The text was updated successfully, but these errors were encountered:
Feature Request
Add a loader type that can work with the EPUB format (ebook format).
Motivation
Oftentimes, PDFs are unreliable format for loading. While it is the most common and likely will be continued to be used, adding more loader types adds flexibilities in people's abilities to construct RAGs.
Proposal
rig-core/src/loaders/epub.rs
)EpubFileLoader
Alternatives
PdfFileLoader
Notes
lopdf
lib) and only just include theepub.rs
loader if that feature is selected!The text was updated successfully, but these errors were encountered: