Step 1: HelixDB Setup
- Create a folder for the project
- Initialise HelixDB
Step 2: Building our Graph Schema
schema.hx:Step 3: Building our Queries
Lets build the queries to put our professor data into HelixDB, based on the JSON and schema we have. query.hx:SearchV
operation to search for similar embeddings.