fix(search): GraphRagContract attribute name — graph_rag_search_provider → GraphRAGSearchProvider
Check Cross-Plugin Imports / check (push) Has been cancelled

This commit is contained in:
Agent Zero
2026-08-16 23:50:26 +02:00
parent c3595a1bac
commit d50615e870
@@ -160,7 +160,7 @@ async def auto_register_providers(db: AsyncSession) -> None:
from app.plugins.builtins.unified_search.providers.workflow_provider import (
WorkflowSearchProvider,
)
graph_rag_search_provider = GraphRagContract.graph_rag_search_provider
graph_rag_search_provider = GraphRagContract.GraphRAGSearchProvider
registry = get_search_registry()
registry.clear()