AbeerTrial's picture
Upload folder using huggingface_hub
8a58cf3
raw
history blame
140 Bytes
"""Query classes for empty indices."""
from gpt_index.indices.query.empty.base import GPTEmptyIndexQuery
__all__ = ["GPTEmptyIndexQuery"]