binhnase04854's picture
first deploy
b699122
raw
history blame
198 Bytes
"""Empty Index."""
from gpt_index.indices.empty.base import GPTEmptyIndex
from gpt_index.indices.empty.query import GPTEmptyIndexQuery
__all__ = [
"GPTEmptyIndex",
"GPTEmptyIndexQuery",
]