A community member is experiencing an ImportError when upgrading to the latest version of the llama_index library. The error is related to the RESPONSE_TEXT_TYPE import from the llama_index.indices.response.builder module.
In the comments, another community member suggests trying to bump the version to 0.5.4, as a recent PR may have patched the issue. However, the original poster indicates that they were able to resolve the issue by upgrading the langchain version, though they are unsure of the correlation.
The community members are still trying to diagnose the issue, as it seems to be affecting others as well.
@jerryjliu0 I actually ended up resolving it by upgrading langchain's version. Not sure what the correlation was, but that worked. I appreciate the response though!