Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 998 Bytes

File metadata and controls

13 lines (8 loc) · 998 Bytes

Setup

This repository accompanies the Introduction to Vector Indexes and Unstructured Data course on GraphAcademy.

When the devcontainer is created, such as in a GitHub codespace, all the required software and packages will be installed.

Follow the Setup Instructions in GraphAcademy to get started.

You will need to:

  1. Create a new .env file and copy the contents of the .env.example file into it
  2. Update the environment values in the .env file with the values in the Setup Instructions
  3. Run the llm-vectors-unstructured/test_environment.py program to check the environment is set up correctly.