Installation

Using Pypi

Lightrag integration for agensgraph can be installed directly via pip:

pip install -U lighrag-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/lightrag
    
  2. Use the following commands using poetry:

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

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

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