Spaces:
Runtime error
Runtime error
File size: 198 Bytes
b699122 |
1 2 3 4 5 6 7 8 9 10 |
"""Empty Index."""
from gpt_index.indices.empty.base import GPTEmptyIndex
from gpt_index.indices.empty.query import GPTEmptyIndexQuery
__all__ = [
"GPTEmptyIndex",
"GPTEmptyIndexQuery",
]
|