Module: Zvec::ActiveRecord::Vectorize
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/zvec/active_record.rb
Overview
Rails concern that adds vector search capabilities to ActiveRecord models.
When included in a model, call vectorize to configure which text field
to embed, the vector dimension, and the embedding function.
Defined Under Namespace
Modules: InstanceMethods, SearchMethods