8 lines
176 B
Python
8 lines
176 B
Python
from .graphrag import GraphRAG, QueryParam
|
|
|
|
__version__ = "0.0.8.2"
|
|
__author__ = "Jianbai Ye"
|
|
__url__ = "https://github.com/gusye1234/nano-graphrag"
|
|
|
|
# dp stands for data pack
|