This repository accompanies the Introduction to Vector Indexes and Unstructured Data on GraphAcademy.
For a complete walkthrough of this repository, enrol now.
To run the solution tests:
-
Create blank Neo4j instance
-
Create a virtual environment and install the requirements.
pip install -r requirements.txt
-
Download
textblob
datapython -m textblob.download_corpora
-
Install
pytest
pip install pytest
-
Create a
.env
file in the root directory. Use.env.example
as a template. -
Run the tests
pytest llm-vectors-unstructured/solutions