Skip to content

Commit

Permalink
update not support 'UniversalKVLoader' (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaojin3616 committed Oct 17, 2023
2 parents d4bde9a + be1a2c0 commit 214327f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
from .elem_pdf import PDFWithSemanticLoader
from .elem_unstrcutured_loader import ElemUnstructuredLoader, ElemUnstructuredLoaderV0
from .universal_kv import UniversalKVLoader

__all__ = [
'PDFWithSemanticLoader', 'ElemUnstructuredLoader', 'ElemUnstructuredLoaderV0',
'UniversalKVLoader'
]

0 comments on commit 214327f

Please sign in to comment.