EmbeddingResult
EmbeddingResult
A EmbeddingResult is the pairing of an Embedding with its region index
embedding
The embedding vector
Type: [Float!]!
regionIndex
The index of the region in the provided regions array that contains the embedding. Only applicable if regions was specified in the original query.
Type: Int