Skip to content

Latest commit

 

History

History
17 lines (8 loc) · 228 Bytes

File metadata and controls

17 lines (8 loc) · 228 Bytes

安装命令

git clone https://github.com/suqi95716aa/RAGFusion.git

示例代码

from loaders import UnstructuredWordDocumentLoader

path = "input/your/file/path"
UnstructuredWordDocumentLoader(path)