Find answers from the community

Updated 2 years ago

Anyone know how to resolve this error

Anyone know how to resolve this error:
Plain Text
ImportError: cannot import name 'RESPONSE_TEXT_TYPE' from partially initialized module 'llama_index.indices.response.builder'

Getting it since upgrading to latest. Seems to be coming from this import:
Plain Text
from llama_index.indices.composability import ComposableGraph
j
n
3 comments
hey @nova , sorry for the delay. could you try bumping version to 0.5.4 and let me know if issue persists? just landed this PR that got patched in https://github.com/jerryjliu/llama_index/pull/1001
@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!
ok! trying to diagnose since this has been popping up for otehrs (and i haven't been able to repro :o)
Add a reply
Sign up and join the conversation on Discord