mirror of
https://github.com/microsoft/autogen.git
synced 2026-04-20 03:02:16 -04:00
Add a comment to explain the role of UNSTRUCTURED_FORMATS (#909)
* Add a comment to explain the role of UNSTRUCTURED_FORMATS * Update comments
This commit is contained in:
@@ -53,7 +53,7 @@ UNSTRUCTURED_FORMATS = [
|
||||
"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))
|
||||
|
||||
Reference in New Issue
Block a user