faiss_rag_enterprise/llama_index/readers/schema/__init__.py

7 lines
204 B
Python

"""Init readers schema."""
# TODO: deprecate this file, only keep for backwards compatibility
from llama_index.readers.schema.base import Document, ImageDocument
__all__ = ["Document", "ImageDocument"]