ParisNeo commited on
Commit
1e465c4
·
unverified ·
1 Parent(s): 3bc8fdf

Update FileUploader.tsx

Browse files
lightrag_webui/src/components/ui/FileUploader.tsx CHANGED
@@ -247,7 +247,7 @@ function FileUploader(props: FileUploaderProps) {
247
  ? ` ${maxFileCount === Infinity ? 'multiple' : maxFileCount}
248
  files (up to ${formatBytes(maxSize)} each)`
249
  : ` a file with ${formatBytes(maxSize)}`}
250
- Supported formats: TXT, MD, DOC, PDF, PPTX
251
  </p>
252
  )}
253
  </div>
 
247
  ? ` ${maxFileCount === Infinity ? 'multiple' : maxFileCount}
248
  files (up to ${formatBytes(maxSize)} each)`
249
  : ` a file with ${formatBytes(maxSize)}`}
250
+ Supported formats: TXT, MD, DOCX, PDF, PPTX, RTF, ODT, EPUB, HTML, HTM, TEX, JSON, XML, YAML, YML, CSV, LOG, CONF, INI, PROPERTIES, SQL, BAT, SH, C, CPP, PY, JAVA, JS, TS, SWIFT, GO, RB, PHP, CSS, SCSS, LESS
251
  </p>
252
  )}
253
  </div>