Skip to content
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

allow $meta sort on all keys, not just $vector and $vectorize #254

Closed
wants to merge 1 commit into from

Conversation

vkarpov15
Copy link
Collaborator

What this PR does:

Right now we only support vector search on $vector and vectorize search on $vectorize. Tables will allow vector sort on other fields, so this PR makes the sort option more flexible to allow things like sort({ vector: { $meta: [9, 9] } })

Which issue(s) this PR fixes:
Fixes #

Checklist

  • Changes manually tested
  • Automated Tests added/updated
  • Documentation added/updated
  • CLA Signed: DataStax CLA

@vkarpov15 vkarpov15 requested a review from a team as a code owner October 18, 2024 14:56
@vkarpov15 vkarpov15 mentioned this pull request Nov 17, 2024
4 tasks
@vkarpov15
Copy link
Collaborator Author

Closing in favor of #258, which includes this PR

@vkarpov15 vkarpov15 closed this Nov 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant