sajitkun125's picture
Upload folder using huggingface_hub
54437b9 verified
Raw
History Blame Contribute Delete
111 Bytes
"""SQLite document store + filesystem assets."""
from .store import DocumentStore
__all__ = ["DocumentStore"]