Find answers from the community

Updated 6 months ago

someone help me with this error

At a glance

The community member is seeking help with an error. The comments suggest that the issue may be related to the installation of the OpenAI embedding package. The community members recommend installing the llama-index package, which will also download the necessary OpenAI dependencies. Additionally, they suggest upgrading all the packages used from llama-index as the community member may be using old versions.

someone help me with this error
W
2 comments
You need to install embedding package for OpenAI.

Try doing this: pip install -U llama-index this will also download all the openai dep as well
Also like mentioned in the other thread. upgrade all the packages that you are using from llama-index. Seems like you are using old versions for some packages
Add a reply
Sign up and join the conversation on Discord