Spaces:
Runtime error
Runtime error
File size: 152 Bytes
8a58cf3 |
1 2 3 4 5 6 7 8 |
"""KG-based data structures."""
from gpt_index.indices.knowledge_graph.base import GPTKnowledgeGraphIndex
__all__ = [
"GPTKnowledgeGraphIndex",
]
|