AbeerTrial's picture
Upload folder using huggingface_hub
8a58cf3
raw
history blame
144 Bytes
"""Tree-structured Index Data Structures."""
# indices
from gpt_index.indices.tree.base import GPTTreeIndex
__all__ = [
"GPTTreeIndex",
]