Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 324 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 324 Bytes

README

Setup bundle install rails db:create

Run server rails s ./bin/webpack-dev-server

Turn your PDF into embeddings rake 'embedding:pdf[/path/to/pdf/file]'

Create and fill in .env using .env.example as an example. replace OPENAI_TOKEN with openai token

brew install postgresql brew install redis