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