-
Notifications
You must be signed in to change notification settings - Fork 90
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
Implement vector search experimental feature v2 (v1.6) #924
Conversation
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.
Putting |
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.
The warning about not being compatable with vector search can also be removed from the README with this.
Co-authored-by: Paul Sanders <[email protected]>
Co-authored-by: Paul Sanders <[email protected]>
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.
It's totally fine to put the new_embedders
fixture in conftest.py
so no need to move it back. Just as an FYI, the reason pylint was giving an error is because pylint is wrong 😄. That is why we have # pylint: disable=redefined-outer-name
at the top of some other test files.
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.
bors merge
924: Implement vector search experimental feature v2 (v1.6) r=sanders41 a=CaroFG # Pull Request ## Related issue Fixes #901 ## What does this PR do? - Creates embedders classes - Adds embedders to paths - Introduces new routes: - Create a new method to get the settings by calling GET /indexes/:index_uid/settings/embedders - Create a new method to update the settings by calling PATCH /indexes/:index_uid/settings/embedders - Create a new method to reset the settings by calling DELETE /indexes/:index_uid/settings/embedders - Adds embedders settings tests - Updates vector search tests ## PR checklist Please check if your PR fulfills the following requirements: - [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)? - [x] Have you read the contributing guidelines? - [x] Have you made sure that the title is accurate and descriptive of the changes? Thank you so much for contributing to Meilisearch! Co-authored-by: CaroFG <[email protected]> Co-authored-by: CaroFG <[email protected]>
This PR was included in a batch that successfully built, but then failed to merge into main. It will not be retried. Additional information: {"message":"1 review requesting changes and 1 approving review by reviewers with write access.","documentation_url":"https://docs.github.com/articles/about-protected-branches"} |
@curquiza do you know why bors would fail? When I look it say everything succeeded. Edit: bors added a comment and it looks like it wants you to approve also. |
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.
yes thank you caro! sorry for the delay
bors merge
Pull Request
Related issue
Fixes #901
What does this PR do?
PR checklist
Please check if your PR fulfills the following requirements:
Thank you so much for contributing to Meilisearch!