Installation

Using Pypi

LlamaIndex integration for agensgraph can be installed directly via pip:

pip install -U llama-index-agensgraph

Build from source

To build and install the package from source, follow these steps:

  1. Clone the repository:

    git clone https://github.com/skaiworldwide-oss/agensgraph-ai.git
    cd agensgraph-ai/llama-index
    
  2. Use the following commands using poetry:

     pip install poetry
     poetry install
     poetry build
    
  3. Install the built package:

     pip install dist/llama-index-agensgraph-<version>-py3-none-any.whl
    

You are now ready to use the llama-index-agensgraph package in your Python projects.