The record ID, such as trail-shoe-42, used to fetch, update, or delete the record.
OptionalmetadataAny metadata associated with this record.
OptionalscoreThe similarity score of the record. The interpretation of this score will be different depending on the distance metric configured on the index.
For indexes using the euclidean distance metric, a lower similarity score is more
similar, while for indexes using the dotproduct metric, higher scores are more similar.
OptionalsparseRecords can optionally include sparse and dense values when an index is used for hybrid search. See Sparse-dense vectors
OptionalvaluesAn array of numbers representing an embedding vector.
A PineconeRecord with a similarity score.