feat: audio rag support

This commit is contained in:
Timothy J. Baek 2024-02-11 01:06:25 -08:00
parent a5b9bbf10b
commit c6c69924d1
3 changed files with 24 additions and 5 deletions

View file

@ -24,7 +24,9 @@ export const SUPPORTED_FILE_TYPE = [
'application/vnd.openxmlformats-officedocument.wordprocessingml.document',
'application/octet-stream',
'application/x-javascript',
'text/markdown'
'text/markdown',
'audio/mpeg',
'audio/wav'
];
export const SUPPORTED_FILE_EXTENSIONS = [