-
Notifications
You must be signed in to change notification settings - Fork 198
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
Boost tensor fields #300
Boost tensor fields #300
Conversation
from tests.marqo_test import MarqoTestCase | ||
|
||
|
||
class TestBoostFieldScores(MarqoTestCase): |
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.
Can we test with more documents (10 or so) with varying fields, with varying other params (like pagination)?
Description different number of docs |
Title different number of fields, use boost [1,1] |
void_field_1 title [0,0], description[1,1], void_field[-1,-1] |
Description title: [-3,-2], description [2,3] |
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
Feature
What is the current behavior? (You can also link to an open issue here)
No way to boost/anti-boost fields
What is the new behavior (if this is a feature change)?
Now a way to boost fields relative to eachother, during search
Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)
no
Have unit tests been run against this PR? (Has there also been any additional testing?)
In progress
Related Python client changes (link commit/PR here)
TODO
Related documentation changes (link commit/PR here)
Boost: https://gh-previews.marqo.pages.dev/0.0.13/API-Reference/search/#boost
Other information:
Please check if the PR fulfills these requirements