feat: enhance knowledge workflows and refresh interface

This commit is contained in:
lofyer
2026-08-10 16:27:40 +08:00
parent 2cb712e4ba
commit 0fab985f28
26 changed files with 4088 additions and 1183 deletions
+5
View File
@@ -805,6 +805,11 @@ const desktopApi: DesktopApi = {
libraryId
)
},
reextractGraph: (libraryId) =>
ipcRenderer.invoke(
ipcChannels.knowledgeReextractGraph,
libraryId
) as Promise<void>,
selectFiles: async (libraryId, graphStrategy) => {
await ipcRenderer.invoke(ipcChannels.knowledgeSelectFiles, {
libraryId,