From a2dc38f90a6280357aeb28703e3f7312f277592a Mon Sep 17 00:00:00 2001 From: zxhlyh Date: Fri, 18 Apr 2025 15:51:40 +0800 Subject: [PATCH] feat: add rag pipeline store slice --- web/app/components/workflow-app/index.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/app/components/workflow-app/index.tsx b/web/app/components/workflow-app/index.tsx index 761a7f29c4..4882f30c4f 100644 --- a/web/app/components/workflow-app/index.tsx +++ b/web/app/components/workflow-app/index.tsx @@ -21,6 +21,7 @@ import WorkflowWithDefaultContext from '@/app/components/workflow' import { WorkflowContextProvider, } from '@/app/components/workflow/context' +import type { InjectWorkflowStoreSliceFn } from '@/app/components/workflow/store' import { createWorkflowSlice } from './store/workflow/workflow-slice' import WorkflowAppMain from './components/workflow-main' @@ -98,7 +99,7 @@ const WorkflowAppWithAdditionalContext = () => { const WorkflowAppWrapper = () => { return (