This project demonstrates how to use LightRAG with a Neo4j knowledge graph as the backend.
- Clone and
cd
into the project directory. - Create and fill in
.env
with your Neo4j and OpenAI credentials. - Install dependencies:
pip install -r requirements.txt