https://github.com/postgresml/example-rails
https://github.com/postgresml/example-rails
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/postgresml/example-rails
- Owner: postgresml
- Created: 2024-02-08T00:39:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-08T01:16:42.000Z (over 1 year ago)
- Last Synced: 2024-12-28T14:30:17.823Z (6 months ago)
- Language: Ruby
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rails AI Demo
* Have AI models generate blog posts.
* Generate embeddings to leverage vector search functionality.
* Rank passages by relevance.
* Record search metrics.
* Build a model to improve search rankings.## Setup
1) Sign up and create a database on https://postgresml.org
2) Copy `.env.template` to `.env`, and set `POSTGRESML_URL` to your cloud database url
3) `bundle install`