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

Projection handling of $vector #480

Closed
maheshrajamani opened this issue Jul 28, 2023 · 0 comments · Fixed by #481
Closed

Projection handling of $vector #480

maheshrajamani opened this issue Jul 28, 2023 · 0 comments · Fixed by #481
Assignees

Comments

@maheshrajamani
Copy link
Contributor

maheshrajamani commented Jul 28, 2023

Support $vector field in projection

Eg:
{ "find": { "filter" : {"name": "Coded Cleats"}, "sort" : {"$vector" : [0.15, 0.1, 0.1, 0.35, 0.55]}, "projection" : {"$vector" : 1}, "options" : { "limit" : 1 } } }

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 a pull request may close this issue.

1 participant