class LittleGhost::Embeddings::Response
Carries validated embedding vectors without provider response objects.
Vectors are finite, consistently sized, frozen, and ordered like the corresponding Request inputs. LittleGhost raises ProtocolError instead of returning an invalid or partial provider response.
Attributes
Frozen operation metadata, including dimensions.
Normalized provider usage for the operation.
Frozen numeric vectors in request-input order.
Public Class Methods
# File lib/little_ghost/embeddings/response.rb, line 32
Validates and freezes provider-neutral vectors, usage, and metadata.
Public Instance Methods
Source
# File lib/little_ghost/embeddings/response.rb, line 51
Number of numeric values in each vector.