AbeerTrial's picture
Upload folder using huggingface_hub
8a58cf3
raw
history blame
170 Bytes
"""This module contains all classes used for composing graphs over indices."""
from gpt_index.composability.graph import ComposableGraph
__all__ = ["ComposableGraph"]