Find answers from the community

Updated 7 months ago

I want to install llamaindex from a

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