Skip to content

old school using 4'x6' cards to write an academic paper + LLM

Notifications You must be signed in to change notification settings

yasushisakai/umesao

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

required ENV vars

export AZURE_ENDPOINT=https://app.cognitiveservices.azure.com
export AZURE_KEY=key

export OPENAI_KEY=key

# postgres
export DB_STRING="user=user password='password' host=locahost port=5432 dbname=umesao sslmode=disable"

# minio
export MINIO_USER="minio_user"
export MINIO_PASSWORD="password"
export MINIO_ENDPOINT="localhost:9876"

How to build

sqlc is required

# DB transpiling
sqlc compile
sqlc generate

# building
go build -o lookup cmd/lookup/main.go
go build -o upload cmd/upload/main.go
go build -o download cmd/upload/main.go

test

cd pkg/common
go test

About

old school using 4'x6' cards to write an academic paper + LLM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages