Find answers from the community

Updated 10 months ago

I want to install llamaindex from a

At a glance

The community member wants to install llamaindex from a local copy. They have uninstalled all the packages from llamaindex, cloned the repo, and run pip install -e . from the directory. However, they do not see the llms (using OpenAI) in their pip list. The community members suggest that the user needs to install the specific packages required, such as llama-index-core/, llama-index-integrations/llms/llama-index-llms-openai/, and llama-index-integrations/embeddings/llama-index-embeddings/openai. There is no explicitly marked answer in the comments.

I want to install llamaindex from a local copy , i pip uninstalled all of the packages from llamaindex then cloned the repo into local and pip install -e . (from inside the directory), Now i see llamaIndex in my pip list (from local) but it doesnt have the llms (using openAI), do I need to clone or install something else to get that?
L
J
4 comments
you just have to pip install -e the packages you want to use πŸ™‚
pip install -e llama-index-core/ llama-index-integrations/llms/llama-index-llms-openai/ llama-index-integrations/embeddings/llama-index-embeddings/openai might be a bare minimum
oh its pr package!
Add a reply
Sign up and join the conversation on Discord