Find answers from the community

Updated 8 months ago

Are the Llama Index packages not updated

At a glance

The community member who posted the original question is asking if the Llama Index packages are not updated to import from the langchain-community. The comments suggest that the issue may be related to the specific version of the llama-index-core package being used, which is version 0.10.43 in the poster's Replit. One community member suggests checking the version and notes that the langchain-community imports are used where needed in the code. Another community member suggests uninstalling langchain if it's not being used, as it's not required for the Llama Index. However, there is no explicitly marked answer to the original question.

Useful resources
Are the Llama Index packages not updated to import from langchain-community?
L
a
4 comments
What version of llama-index-core are you using? Its updated just fine here from what I can see

https://github.com/run-llama/llama_index/blob/main/llama-index-core/llama_index/core/bridge/langchain.py
(You can also just uninstall langchain if you aren't using it, its not required for anything usually)
The package within the poetry.lock file in my Replit seems to be version 0.10.43
hmm, without knowing what langchain import its complaining about specifically, I cant offer much more help

You can see in the above code, langchain community is used where its needed
Add a reply
Sign up and join the conversation on Discord