Skip to content

ryomak/langchain-go-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages