AbeerTrial's picture
Upload folder using huggingface_hub
8a58cf3
raw
history blame contribute delete
152 Bytes
"""KG-based data structures."""
from gpt_index.indices.knowledge_graph.base import GPTKnowledgeGraphIndex
__all__ = [
"GPTKnowledgeGraphIndex",
]