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