Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 277 Bytes

File metadata and controls

19 lines (13 loc) · 277 Bytes

How to Run

Pre-requisites:

  • Go 1.16 or higher
  • Weaviate running on localhost:8080

Install the dependencies

go mod tidy

Run the code

go run main.go

If there are no errors, the code will run and you will see the output in the terminal.