SmartDocAI / search_engine /__init__.py
TilanB's picture
Initial commit for Hugging Face Space
50fcf88
raw
history blame
69 Bytes
from .indexer import RetrieverBuilder
__all__ = ["RetrieverBuilder"]