AbeerTrial's picture
Upload folder using huggingface_hub
8a58cf3
raw
history blame
123 Bytes
"""List-based data structures."""
from gpt_index.indices.list.base import GPTListIndex
__all__ = [
"GPTListIndex",
]