cockroachdb / cockroachdb/docs
Feedback: VECTOR
- Dominant language
- HTML
- Stars
- 212
- Forks
- 476
- Avg merge
- 40m
- Merged PRs (30d)
- 3
Description
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](https://www.cockroachlabs.com/docs/stable/vector#syntax) 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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.