COSINE distance compares vectors based on the angle between them, which allows you to measure
similarity that isn't based on the vectors' magnitude. We recommend using DOT_PRODUCT with
unit normalized vectors instead of COSINE distance, which is mathematically equivalent with
better performance.
DOT_PRODUCT
Similar to cosine but is affected by the magnitude of the vectors.
EUCLIDEAN
Measures the EUCLIDEAN distance between the vectors.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[]]