Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.58 KB

README.adoc

File metadata and controls

31 lines (24 loc) · 1.58 KB

Mastering Retrieval-Augmented Generation with the Neo4j GraphRAG Package

For a complete walkthrough of this repository, enrol now.

Test

To run the solution tests:

  1. Create Neo4j instance with the recommendations dataset

  2. Run the following Cypher scripts:

  3. Create a virtual environment and install the requirements.

    pip install -r requirements.txt
  4. Install pytest

    pip install pytest
  5. Create a .env file in the root directory. Use .env.example as a template.

  6. Run the tests

    pytest 1-knowledge-graphs-vectors\solutions\
    pytest 2-neo4j-graphrag\solutions\