alps / deepdoc /__init__.py
yumikimi381's picture
Upload folder using huggingface_hub
daf0288 verified
raw
history blame contribute delete
176 Bytes
"""
In deepdoc/__init__.py, import the class from ragFlow.py and make it available for import from the deepdoc package:
"""
from .vision import RagFlow
__all__ = ['RagFlow']