From 4c5946e8da5458a59de5712d627661d7f75b6564 Mon Sep 17 00:00:00 2001 From: jialin Date: Thu, 6 Mar 2025 09:48:27 +0800 Subject: [PATCH] fix: can be cleared during loading in embedding and rerank --- src/pages/playground/components/ground-embedding.tsx | 1 + src/pages/playground/components/ground-reranker.tsx | 1 + src/pages/resources/components/workers.tsx | 4 ---- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/pages/playground/components/ground-embedding.tsx b/src/pages/playground/components/ground-embedding.tsx index ce66c082..c5c105f9 100644 --- a/src/pages/playground/components/ground-embedding.tsx +++ b/src/pages/playground/components/ground-embedding.tsx @@ -517,6 +517,7 @@ const GroundEmbedding: React.FC = forwardRef((props, ref) => {