Spaces:
Runtime error
Runtime error
"""KG-based data structures.""" | |
from gpt_index.indices.knowledge_graph.base import GPTKnowledgeGraphIndex | |
__all__ = [ | |
"GPTKnowledgeGraphIndex", | |
] | |