File size: 142 Bytes
35b22df
 
 
 
 
1
2
3
4
5
6
"""Query classes for KG indices."""

from gpt_index.indices.query.knowledge_graph.query import GPTKGTableQuery

__all__ = ["GPTKGTableQuery"]