The JSONReader allows you to parse JSON documents while offering features to extract relationships between nodes.

It provides options to control the depth of traversal, collapse lengthy JSON fragments, and clean up the JSON structure.


First things first, let's install the package via pip:

p...

Hi,

If you've recently installed Jupyter-AI and tried interacting with popular providers like OpenAI, Ollama, or others, you may have noticed that a minimal installation(pip install jupyter-ai) is missing some necessary packages.

At this point, you have two options:

  • Install the full versio...

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