Find answers from the community

Updated 12 months ago

Is there a compatibility matrix

Is there a compatibility matrix indicating what version of langchain is supported with a particular version of llama index. I'm running into tons of dependency issues and it's driving me nuts just to go back and forth with the imports.
L
z
11 comments
hmm since we removed langchain as a core dependency, I don't think the compatibility has been maintained as well

What issues are you running into? Ideally it just works with the latest langchain. I can make a PR to update any issues you are running into
So I'm using llama-index>=0.8.1


And while importing certain modules I'm getting errors.

I'll paste in the screengrabs here. I'm trying to run the llama-docs-bot code that you share in your tutorials, locally with my set of docs.
!pip show llama-index What does that command show you?

These imports all work on the latest version of llama-index (and thankfully unrelated to langchain so far)
ohhhh that would explain that
Wonder why it didn't update. I restarted the kernel quite a few times in my notebook. I'll probably refresh my environment and try again.
Thanks though ! 😊
working in notebooks can be annoying in terms of dealing with packages πŸ˜… Glad we found the issue though!
Add a reply
Sign up and join the conversation on Discord