Skip to content

Commit

Permalink
Add a comment to explain the role of UNSTRUCTURED_FORMATS (#909)
Browse files Browse the repository at this point in the history
* Add a comment to explain the role of UNSTRUCTURED_FORMATS

* Update comments
  • Loading branch information
thinkall committed Dec 8, 2023
1 parent dcde7a0 commit cf2ecf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogen/retrieve_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"rtf",
"rst",
"xlsx",
]
] # These formats will be parsed by the 'unstructured' library, if installed.
if HAS_UNSTRUCTURED:
TEXT_FORMATS += UNSTRUCTURED_FORMATS
TEXT_FORMATS = list(set(TEXT_FORMATS))
Expand Down

0 comments on commit cf2ecf9

Please sign in to comment.