-
Notifications
You must be signed in to change notification settings - Fork 18
DOC-12437: Similarity functions #407
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DOC-12437: Similarity functions #407
Conversation
Merging this into the GSI Vector Index feature branch so it can all be reviewed together |
* Update Functions overview page * Update nav * Add Vector Functions page * Include ISVECTOR in the Type functions * Add Vector Functions * Tweak type functions * Add formulas
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
APPROX_VECTOR_DISTANCE() present in ORDER BY then it indicates query planner to use vector index for speed up execution with approximate results. In other places it present same as VECTOR_DISTANCE(). Make examples with ORDER BY
* Update Functions overview page * Update nav * Add Vector Functions page * Include ISVECTOR in the Type functions * Add Vector Functions * Tweak type functions * Add formulas
* Update Functions overview page * Update nav * Add Vector Functions page * Include ISVECTOR in the Type functions * Add Vector Functions * Tweak type functions * Add formulas
* Update Functions overview page * Update nav * Add Vector Functions page * Include ISVECTOR in the Type functions * Add Vector Functions * Tweak type functions * Add formulas
Jira issue: DOC-12437
Adds a page on vector functions, including the similarity functions.
Docs preview: Vector Functions
Credentials: Preview docs for internal review
Note
Many of the links in the preview docs will not work until the following PRs are merged: