Files
rag_agent/rag-web-ui/backend/app/services/graph/__init__.py

4 lines
95 B
Python
Raw Normal View History

2026-04-13 11:34:23 +08:00
from app.services.graph.graphrag_adapter import GraphRAGAdapter
__all__ = ["GraphRAGAdapter"]