Exception: Parse::Core::VectorSearchable::NoVectorProperty
- Inherits:
-
ArgumentError
- Object
- ArgumentError
- Parse::Core::VectorSearchable::NoVectorProperty
- Defined in:
- lib/parse/model/core/vector_searchable.rb
Overview
Raised when the calling class has no :vector property to
search against. Distinct from VectorSearch::InvalidQueryVector
because the misuse is at the class level, not the query level.