mirror of https://github.com/langgenius/dify.git
fix(workflow): doc extractor node now correctly extracts mdx files (#27570)
This commit is contained in:
parent
3de73f07c6
commit
c597234374
|
|
@ -171,6 +171,7 @@ def _extract_text_by_file_extension(*, file_content: bytes, file_extension: str)
|
|||
".txt"
|
||||
| ".markdown"
|
||||
| ".md"
|
||||
| ".mdx"
|
||||
| ".html"
|
||||
| ".htm"
|
||||
| ".xml"
|
||||
|
|
|
|||
Loading…
Reference in New Issue