Spaces:
Runtime error
Runtime error
File size: 212 Bytes
35b22df |
1 2 3 4 5 6 7 8 9 |
"""Structured store indices."""
from gpt_index.indices.struct_store.sql import (
GPTSQLStructStoreIndex,
SQLContextContainerBuilder,
)
__all__ = ["GPTSQLStructStoreIndex", "SQLContextContainerBuilder"]
|