Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
retopara
/
ragflow
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
9bf75d4
ragflow
/
rag
/
parser
/
__init__.py
KevinHuSh
build python version rag-flow (#21)
3079197
about 1 year ago
raw
Copy download link
history
blame
153 Bytes
from
.pdf_parser
import
HuParser
as
PdfParser
from
.docx_parser
import
HuDocxParser
as
DocxParser
from
.excel_parser
import
HuExcelParser
as
ExcelParser