AbeerTrial's picture
Duplicate from AbeerTrial/SOAPAssist
35b22df
raw
history blame
140 Bytes
"""Query classes for empty indices."""
from gpt_index.indices.query.empty.base import GPTEmptyIndexQuery
__all__ = ["GPTEmptyIndexQuery"]