-
Notifications
You must be signed in to change notification settings - Fork 515
Query: Fixes function signature for RRF, OrderByRank and FullTextScore LINQ extension methods #5163
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
Query: Fixes function signature for RRF, OrderByRank and FullTextScore LINQ extension methods #5163
Conversation
Why is this query invalid? Refers to: Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.EmulatorTests/BaselineTest/TestBaseline/LinqTranslationBaselineTests.TestRRFOrderByRankFunction.xml:44 in 2a9edb1. [](commit_id = 2a9edb1, deletion_comment = False) |
Microsoft.Azure.Cosmos/src/Linq/BuiltinFunctions/OtherBuiltinSystemFunctions.cs
Outdated
Show resolved
Hide resolved
Microsoft.Azure.Cosmos/src/Linq/BuiltinFunctions/OtherBuiltinSystemFunctions.cs
Show resolved
Hide resolved
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.
That's the error message from the BE. Invalid because RRF only was supplied one function In reply to: 2847511423 Refers to: Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.EmulatorTests/BaselineTest/TestBaseline/LinqTranslationBaselineTests.TestRRFOrderByRankFunction.xml:44 in 2a9edb1. [](commit_id = 2a9edb1, deletion_comment = False) |
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.
Pull Request Template
Description
This PR changes the function signature for RRF, OrderByRank and FullTextScore for LINQ extension methods to more closely align with vector distance
Type of change
Please delete options that are not relevant.
Closing issues
To automatically close an issue: closes #IssueNumber