AbeerTrial's picture
Duplicate from AbeerTrial/SOAPAssist
35b22df
raw
history blame contribute delete
152 Bytes
"""KG-based data structures."""
from gpt_index.indices.knowledge_graph.base import GPTKnowledgeGraphIndex
__all__ = [
"GPTKnowledgeGraphIndex",
]