forked from open-webui/open-webui
feat: rag md support
This commit is contained in:
parent
358f79f533
commit
c1ec604f21
4 changed files with 22 additions and 1 deletions
|
@ -14,6 +14,7 @@ export const REQUIRED_OLLAMA_VERSION = '0.1.16';
|
|||
export const SUPPORTED_FILE_TYPE = [
|
||||
'application/pdf',
|
||||
'application/vnd.openxmlformats-officedocument.wordprocessingml.document',
|
||||
'text/markdown',
|
||||
'text/plain',
|
||||
'text/csv'
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue