From c1e8a25aae40ef59a032026e53dd058415d6e78c Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Thu, 19 Mar 2026 21:14:51 +0100 Subject: [PATCH] Remove redundant library job start calls in App.jsx --- src/App.jsx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index 785db98..c073e27 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -932,12 +932,6 @@ async function regenerateFromIndex(index, overrideUserText = null) { } setPendingChatLibrarySlug(slug) - if (!library.states?.has_corpus) { - await startLibraryJob(slug, 'build') - } else { - await startLibraryJob(slug, 'embed') - } - await refreshLibraries() } // Persist the scrollTop of the session we are LEAVING (on chat change or when leaving the chat view)