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?
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