Spaces:
Runtime error
Runtime error
File size: 140 Bytes
35b22df |
1 2 3 4 5 6 |
"""Query classes for empty indices."""
from gpt_index.indices.query.empty.base import GPTEmptyIndexQuery
__all__ = ["GPTEmptyIndexQuery"]
|