The community member is experiencing an error when trying to use the SimpleDirectoryReader from the llama_index library to parse files in a directory, as described in the https://llamahub.ai/l/file-unstructured page. The error is that the 'str' object has no attribute 'parser_config_set'.
Another community member suggests that this may be a bug in the llama hub, as the parser_config_set property does not exist on the BaseReader class.
Importing the SimpleDirectoryReader from llama_index and then trying to parse certain files throughout a directory as shown in the https://llamahub.ai/l/file-unstructured page gives the following error: 'str' object has no attribute 'parser_config_set' Any ideas? TIA!
Hey @ps could you share the full stacktrace and/or a screenshot of how you are using the loader to see if this is something coming from our end (Unstructured.io)? π