Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 429 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 429 Bytes

Training app to test new stuff and experiment with new features

Installation

  1. Run bin/setup
  2. Run bin/dev
  3. Visit http://localhost:3000 in your browser

The stack

  • Ruby on Rails 8.0.x
  • Ruby 3.3.x
  • SQLite3
  • Hotwire
  • Import maps
  • Tailwind CSS

Usage

Vector search

  • You need to add your OpenAI API key to your environment variables to use the vector search feature (ENV['OPENAI_ACCESS_TOKEN']).