Exercises and Advanced methods using llama_index
- Install conda with python >= 3.10
conda create --name llm python>=3.10 --yes
- Activate the virtual environment
- Linux/MacOS:
conda activate llm
- Linux/MacOS:
- Install llama_index
pip install --upgrade llama-index notebook
- To run the notebooks
cd notebooks
jupyter notebook --allow-root