docs
docs copied to clipboard
Feedback: VECTOR
Page: https://cockroachlabs.com/docs/v25.2/vector.html
What is the reason for your feedback?
[ ] Missing the information I need
[ ] Too complicated
[ ] Out of date
[ ] Something is broken
[X ] Other
Additional details
The example states:
Use the <-> operator to sort values with the electronics category by their similarity to [1.0, 0.0, 0.0], based on geographic distance.
I find this a bit misleading as the vector may be compared based on Euclidean or Cosine distance - there is no reason to label this as being related to geographical distance. We support geographical data interactions through the unrelated GEOS module. I believe the author meant to say : based on Euclidean distance.
Jira issue: DOC-14421