Merge pull request #1292 from ddanat-smm/dev

Add htm/html support for RAG documents
This commit is contained in:
Timothy Jaeryang Baek 2024-03-25 23:51:20 -07:00 committed by GitHub
commit a1fc2f4df0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 61 additions and 40 deletions

View file

@ -22,6 +22,7 @@ export const SUPPORTED_FILE_TYPE = [
'text/plain',
'text/csv',
'text/xml',
'text/html',
'text/x-python',
'text/css',
'application/vnd.openxmlformats-officedocument.wordprocessingml.document',
@ -50,6 +51,8 @@ export const SUPPORTED_FILE_EXTENSIONS = [
'h',
'c',
'cs',
'htm',
'html',
'sql',
'log',
'ini',