Files
kg-scr/kg_ocr/embeddings/__init__.py

4 lines
70 B
Python

from .indexer import create_and_index
__all__ = ["create_and_index"]