AbeerTrial's picture
Duplicate from AbeerTrial/SOAPAssist
35b22df
raw
history blame contribute delete
170 Bytes
"""This module contains all classes used for composing graphs over indices."""
from gpt_index.composability.graph import ComposableGraph
__all__ = ["ComposableGraph"]