Skip to content

neo4j-graphacademy/llm-vectors-unstructured

Repository files navigation

Introduction to Vector Indexes and Unstructured Data

For a complete walkthrough of this repository, enrol now.

Tests

To run the solution tests:

  1. Create blank Neo4j instance

  2. Create a virtual environment and install the requirements.

    pip install -r requirements.txt
  3. Download textblob data

    python -m textblob.download_corpora
  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 llm-vectors-unstructured/solutions