AbeerTrial's picture
Duplicate from AbeerTrial/SOAPAssist
35b22df
raw
history blame contribute delete
123 Bytes
"""List-based data structures."""
from gpt_index.indices.list.base import GPTListIndex
__all__ = [
"GPTListIndex",
]