We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bc1390 commit e524175Copy full SHA for e524175
torch_geometric/llm/__init__.py
@@ -4,6 +4,6 @@
4
from .models import * # noqa
5
6
__all__ = classes = [
7
- LargeGraphIndexer,
8
- RAGQueryLoader,
+ 'LargeGraphIndexer',
+ 'RAGQueryLoader',
9
]
0 commit comments