Recomendation to run llama-index examples for a newbie #18018
Replies: 2 comments
-
Hey @MarcSunyer! I'm here to help you with any bugs, questions, or contributions you might have regarding llama-index. Let's get that issue sorted out for you! To avoid "not found" module errors when using LlamaIndex for a RAG app, you should install the following Python libraries according to the most recent documentation:
These dependencies are required for MetaGPT's RAG functionality with the latest LlamaIndex version and for using Vertex AI managed index. It's also recommended to create a fresh virtual environment before installing these packages to avoid conflicts [1][2][3]. Additionally, ensure you are using Python 3.9 or higher, but less than 4.0, as this is the recommended version for running LlamaIndex [4]. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other |
Beta Was this translation helpful? Give feedback.
-
@MarcSunyer all the docs are up to date. Can you give some specific examples? Or make a google colab to reproduce?
|
Beta Was this translation helpful? Give feedback.
-
I started to use llama-index to build a RAG app but I found many problems with import and from sentences through diferent examples. I'd like a recomendation on which version of python libraries to install, in order to avoid the "not found" module according to the most recent documentation and examples given in the llama-index web (https://docs.llamaindex.ai/) . Thank you.
Beta Was this translation helpful? Give feedback.
All reactions