Files
rag_agent/rag-web-ui/backend/app/services/graph/__init__.py
2026-04-13 11:34:23 +08:00

4 lines
95 B
Python

from app.services.graph.graphrag_adapter import GraphRAGAdapter
__all__ = ["GraphRAGAdapter"]