Exception: Parse::Core::VectorSearchable::EmbedderNotConfigured
- Inherits:
-
ArgumentError
- Object
- ArgumentError
- Parse::Core::VectorSearchable::EmbedderNotConfigured
- Defined in:
- lib/parse/model/core/vector_searchable.rb
Overview
Raised by the ‘find_similar(text:)` overload when the resolved `:vector` property has no `provider:` (and therefore no way to turn `text:` into a query vector). Distinct from Embeddings::ProviderNotRegistered (registry miss) — this is a class-declaration miss: the field was declared without binding it to a provider at the property level.