mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 15:00:57 +03:00
Chore/Enhance file upload functionality in createAttachment (#5280)
Enhance file upload functionality in createAttachment - Added support for configurable allowed file types and file upload status in createFileAttachment. - Implemented validation to ensure uploaded files match allowed types, throwing errors for disallowed types.
This commit is contained in:
@@ -18,7 +18,7 @@ import useNotifier from '@/utils/useNotifier'
|
||||
// API
|
||||
import chatflowsApi from '@/api/chatflows'
|
||||
|
||||
const message = `Uploaded files will be parsed as strings and sent to the LLM. If file upload is enabled on the Vector Store as well, this will override and take precedence.
|
||||
const message = `The full contents of uploaded files will be converted to text and sent to the Agent.
|
||||
<br />
|
||||
Refer <a href='https://docs.flowiseai.com/using-flowise/uploads#files' target='_blank'>docs</a> for more details.`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user