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

Stabilize vector store usage #410

Merged
merged 6 commits into from
Feb 11, 2025

Conversation

Strift
Copy link
Contributor

@Strift Strift commented Feb 8, 2025

Pull Request

Related issue

Fixes #409

PR checklist

Please check if your PR fulfills the following requirements:

  • Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)?
  • Have you read the contributing guidelines?
  • Have you made sure that the title is accurate and descriptive of the changes?

Thank you so much for contributing to Meilisearch!

@Strift Strift requested a review from ahmednfwela February 8, 2025 09:38
@Strift Strift changed the base branch from bump-meilisearch-v1.3.0 to bump-meilisearch-v1.13 February 8, 2025 09:39
@Strift Strift removed the request for review from ahmednfwela February 8, 2025 09:45
@@ -542,19 +541,11 @@ void main() {
});

// Commented because of https://github.com/meilisearch/meilisearch-dart/issues/369
group('Experimental', () {
group('Vector search', () {
Copy link
Collaborator

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

Copy link
Collaborator

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

@Strift
Copy link
Contributor Author

Strift commented Feb 8, 2025

This PR attempts to make vector search part of the stable features and remove vectorStore from the ExperimentalFeatures.

This triggered an internal error in Meilisearch (see tests).
@ahmednfwela do you think the error may come from this package?

I'll report to the meilisearch team in the meantime.

@Strift Strift linked an issue Feb 8, 2025 that may be closed by this pull request
@Strift
Copy link
Contributor Author

Strift commented Feb 11, 2025

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.

Copy link
Collaborator

@ahmednfwela ahmednfwela left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

bors merge

Copy link
Contributor

meili-bors bot commented Feb 11, 2025

Build succeeded:

@meili-bors meili-bors bot merged commit 5d47dbf into bump-meilisearch-v1.13 Feb 11, 2025
7 checks passed
@meili-bors meili-bors bot deleted the feat/stabilize-vector-store branch February 11, 2025 12:08
meili-bors bot added a commit that referenced this pull request Feb 18, 2025
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]>
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 this pull request may close these issues.

Remove vector store experimental feature
2 participants