binhnase04854's picture
first deploy
b699122
raw
history blame contribute delete
178 Bytes
"""This module contains all classes used for composing graphs over indices."""
from gpt_index.indices.composability.graph import ComposableGraph
__all__ = ["ComposableGraph"]