If you enjoy working with Jupyter Notebooks/Lab or JupyterAI, you can use this template to easily set up your virtual environment.

Setting Up LlamaIndex and Jupyter-AI with Conda
Here's how to set up LlamaIndex and Jupyter-AI using Conda, with a touch of pip to install the langchain-ollama...

If you're ready to get started, here's a simple setup guide to help you along the way:

  1. Install poetry:

    curl -sSL https://install.python-poetry.org | python3 -

  2. Clone the repo:

    git clone https://github.com/run-llama/llama_index.git

  3. Go to project folder:

    cd llama_index

  4. S...

Hey everyone! 🦙

If you’re diving into LlamaIndex, you should check out Create Llama'! It’s a super handy command-line tool that makes generating LlamaIndex apps a breeze.

The best part? The blog post breaks down how to get started and maximize its potential. If you’re into building apps w...