Spaces:
Runtime error
Runtime error
File size: 144 Bytes
8a58cf3 |
1 2 3 4 5 6 7 8 9 |
"""Tree-structured Index Data Structures."""
# indices
from gpt_index.indices.tree.base import GPTTreeIndex
__all__ = [
"GPTTreeIndex",
]
|