How-To Add Recommendations to a Rails App with pgvector and OpenAI
https://medium.com/@mauricio/how-to-add-recommendations-to-a-rails-app-with-pgvector-and-openai-881d87915fb2
Railsアプリケーションでrecommendationを実装する方法
Embeddingとvector storeを使った方法
PostgreSQLにpg_vector拡張を入れる
近傍探索にはneighbor gemを使う
https://github.com/ankane/neighbor