Spaces:
Runtime error
Runtime error
File size: 142 Bytes
8a58cf3 |
1 2 3 4 5 6 |
"""Query classes for KG indices."""
from gpt_index.indices.query.knowledge_graph.query import GPTKGTableQuery
__all__ = ["GPTKGTableQuery"]
|