feat: enhance knowledge workflows and refresh interface
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user