- Adds random vector data to a weaviate instance
- golang -> 1.23
- weaviate cluster
- direnv
-
Copy the example env file
cp .envrc.example .envrc -
Populate all the values in the env file and load using direnv source it
direnv allow -
or
source .envrc -
Run
go mod download go run cmd/main.go