SearchResult
Last updated
Was this helpful?
SearchResult represents a single result from an embedding similarity search. Contains the similarity score, matched text, and associated metadata.
Returns the metadata associated with this result as a JS Object.
Returns: Object The metadata object.
Returns the similarity score for this result.
Returns: Number The similarity score.
Returns the matched text for this result.
Returns: String The matched text.
Last updated
Was this helpful?
Was this helpful?