Training app to test new stuff and experiment with new features
- Run
bin/setup
- Run
bin/dev
- Visit
http://localhost:3000
in your browser
- Ruby on Rails 8.0.x
- Ruby 3.3.x
- SQLite3
- Hotwire
- Import maps
- Tailwind CSS
- You need to add your OpenAI API key to your environment variables to use the vector search feature (
ENV['OPENAI_ACCESS_TOKEN']
).