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:
Clone the repository:
git clone https://github.com/skaiworldwide-oss/agensgraph-ai.git cd agensgraph-ai/lightrag
Use the following commands using poetry:
pip install poetry poetry install poetry build
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.