AbeerTrial's picture
Duplicate from AbeerTrial/SOAPAssist
35b22df
raw
history blame contribute delete
111 Bytes
"""Empty Index."""
from gpt_index.indices.empty.base import GPTEmptyIndex
__all__ = [
"GPTEmptyIndex",
]