fix(search): GraphRagContract attribute name — graph_rag_search_provider → GraphRAGSearchProvider
Check Cross-Plugin Imports / check (push) Has been cancelled
Check Cross-Plugin Imports / check (push) Has been cancelled
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user