fix(workflow): doc extractor node now correctly extracts mdx files (#27570)
This commit is contained in:
@@ -171,6 +171,7 @@ def _extract_text_by_file_extension(*, file_content: bytes, file_extension: str)
|
||||
".txt"
|
||||
| ".markdown"
|
||||
| ".md"
|
||||
| ".mdx"
|
||||
| ".html"
|
||||
| ".htm"
|
||||
| ".xml"
|
||||
|
||||
Reference in New Issue
Block a user