-
Notifications
You must be signed in to change notification settings - Fork 29
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
Stabilize vector store usage #410
Stabilize vector store usage #410
Conversation
@@ -542,19 +541,11 @@ void main() { | |||
}); | |||
|
|||
// Commented because of https://github.com/meilisearch/meilisearch-dart/issues/369 | |||
group('Experimental', () { | |||
group('Vector search', () { |
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.
this test is now failing
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.
because we still use the old meilisearch version
This PR attempts to make vector search part of the stable features and remove This triggered an internal error in Meilisearch (see tests). I'll report to the meilisearch team in the meantime. |
The issue was an internal issue with meilisearch that I reported here. Still, I managed to fix the tests and they now work with v1.13.0. |
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.
lgtm
bors merge
Build succeeded: |
411: Update version for the next release (v0.17) r=Strift a=meili-bot _This PR is auto-generated._ The automated script updates the version of meilisearch-dart to a new version: "v0.17" 👇 CHANGELOG ## ✨ New * [AI-powered search](https://www.meilisearch.com/docs/learn/ai_powered_search/getting_started_with_ai_search) is now stable `@/Strift` ## 🚀 Enhancements * implement experimental ai-powered search (#398) `@/memishood` * Rename current_mean and current_sigma for AI feature (#407) `@/ahmednfwela` * Stabilize vector store usage (#410) `@/Strift` * Changes related to the next Meilisearch release (v1.13) (#408) `@/Strift` ## ⚙️ Maintenance/misc * Chore: fix linting issues (#403) `@/Strift` * Revert "Chore: fix linting issues" & fix linting (#405) `@/curquiza` Thanks again to `@/Strift,` `@/ahmednfwela,` `@/curquiza,` `@/meili-bors[bot],` and `@memishood!` 🎉 Co-authored-by: meili-bot <[email protected]> Co-authored-by: Laurent Cazanove <[email protected]>
Pull Request
Related issue
Fixes #409
PR checklist
Please check if your PR fulfills the following requirements:
Thank you so much for contributing to Meilisearch!