Skip to content
Prev Previous commit
Next Next commit
changed order of text_file_types
  • Loading branch information
lucaseduoli committed Sep 1, 2025
commit 028e225f2e7e6ab518c8b020faaa5a3a6f946375
6 changes: 3 additions & 3 deletions src/backend/base/langflow/base/data/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@
# Types of files that can be read simply by file.read()
# and have 100% to be completely readable
TEXT_FILE_TYPES = [
"csv",
"json",
"pdf",
"txt",
"md",
"mdx",
"csv",
"json",
"yaml",
"yml",
"xml",
"html",
"htm",
"pdf",
"docx",
"py",
"sh",
Expand Down