Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1001 Bytes

File metadata and controls

30 lines (24 loc) · 1001 Bytes

Introduction to Vector Indexes and Unstructured Data

For a complete walkthrough of this repository, enrol now.

Open in GitHub Codespaces

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