Spaces:
Runtime error
Runtime error
File size: 178 Bytes
b699122 |
1 2 3 4 5 6 7 |
"""This module contains all classes used for composing graphs over indices."""
from gpt_index.indices.composability.graph import ComposableGraph
__all__ = ["ComposableGraph"]
|