AbeerTrial's picture
Upload folder using huggingface_hub
8a58cf3
raw
history blame contribute delete
111 Bytes
"""Empty Index."""
from gpt_index.indices.empty.base import GPTEmptyIndex
__all__ = [
"GPTEmptyIndex",
]