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
textblobdatapython -m textblob.download_corpora
-
Install
pytestpip install pytest
-
Create a
.envfile in the root directory. Use.env.exampleas a template. -
Run the tests
pytest llm-vectors-unstructured/solutions