AbeerTrial's picture
Upload folder using huggingface_hub
8a58cf3
raw
history blame contribute delete
142 Bytes
"""Query classes for KG indices."""
from gpt_index.indices.query.knowledge_graph.query import GPTKGTableQuery
__all__ = ["GPTKGTableQuery"]