Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 405 Bytes

README.md

File metadata and controls

27 lines (23 loc) · 405 Bytes

langchain-go-example

How to run

  1. set environment variables
export OPENAI_API_KEY=YOUR_OPENAI_API_KEY
  1. Install docker and docker-compose
docker-compose up
  1. Migrate VectorStores
go run script/weaviate/main.go
  1. Insert FAQ Data
go run script/insert_docs_csv/main.go
go run script/insert_docs_html/main.go
  1. Run the main program
go run main.go