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...
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...
Install poetry:
curl -sSL https://install.python-poetry.org | python3 -
Clone the repo:
git clone https://github.com/run-llama/llama_index.git
Go to project folder:
cd llama_index
S...