mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-29 11:01:18 +03:00
adding a document loader returns the correct id (#2538)
This commit is contained in:
@@ -180,7 +180,7 @@ const getDocumentStoreFileChunks = async (storeId: string, fileId: string, pageN
|
|||||||
})
|
})
|
||||||
if (found) {
|
if (found) {
|
||||||
found.totalChars = totalChars
|
found.totalChars = totalChars
|
||||||
found.id = entity.id
|
found.id = fileId
|
||||||
found.status = entity.status
|
found.status = entity.status
|
||||||
}
|
}
|
||||||
const PAGE_SIZE = 50
|
const PAGE_SIZE = 50
|
||||||
|
|||||||
Reference in New Issue
Block a user