AbeerTrial's picture
Duplicate from AbeerTrial/SOAPAssist
35b22df
raw
history blame
212 Bytes
"""Structured store indices."""
from gpt_index.indices.struct_store.sql import (
GPTSQLStructStoreIndex,
SQLContextContainerBuilder,
)
__all__ = ["GPTSQLStructStoreIndex", "SQLContextContainerBuilder"]