"""GraphRAG plugin package.""" from app.plugins.builtins.graph_rag.plugin import GraphRAGPlugin __all__ = ["GraphRAGPlugin"]