Skip to content

neo4j-graphacademy/genai-fundamentals

Repository files navigation

Neo4j & Generative AI Fundamentals

This repository accompanies the Neo4 & Generative AI Fundamentals course on GraphAcademy.

For a complete walkthrough of this repository, enrol now.

Open in GitHub Codespaces

Tests

To run the solution tests:

  1. Create Neo4j instance with the recommendations dataset

  2. Run the Cypher to add embeddings and create the vector index.

  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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published