AbeerTrial's picture
Upload folder using huggingface_hub
8a58cf3
raw
history blame contribute delete
212 Bytes
"""Structured store indices."""
from gpt_index.indices.struct_store.sql import (
GPTSQLStructStoreIndex,
SQLContextContainerBuilder,
)
__all__ = ["GPTSQLStructStoreIndex", "SQLContextContainerBuilder"]