mini-dashboard
mini-dashboard copied to clipboard
Bump meilisearch from 0.36.0 to 0.37.0
Bumps meilisearch from 0.36.0 to 0.37.0.
Release notes
Sourced from meilisearch's releases.
v0.37.0 🌻
This version introduces features released on Meilisearch v1.6.0 :tada: Check out the changelog of Meilisearch v1.6.0 for more information on the changes.
⚠️ If you want to adopt new features of this release, update the Meilisearch server to the according version.
🚀 Enhancements
- Add support for the new setting:
proximityPrecision
(meilisearch/meilisearch-js#1619) mdubusclient.index('books').getProximityPrecision() client.index('books').updateProximityPrecision('byAttribute') client.index('books').resetProximityPrecision()
- Update error inheritance to extend
MeiliSearchError
(#1607) amit-ksh🧪 Experimental enhancement - Hybrid and vector search
⚠️ This is about an experimental feature of Meilisearch. Activate the
vectorStore
experimental feature to use it
- Add support for the
embedders
settings (meilisearch/meilisearch-js#1623) mdubusclient.index('books').getEmbedders() client.index('books').updateEmbedders({ default: { source: 'userProvided', dimensions: 1 }}) client.index('books').resetEmbedders()
- Add support for the
hybrid
parameter during search (meilisearch/meilisearch-js#1623) mdubus⚙️ Maintenance/misc
Thanks again to
@amit-ksh
,@curquiza
,@flevi29
,@mdubus
,@meili-bors
[bot] ! 🎉
Commits
a8b5e4b
Merge #16251a9c032
Merge #1614e598d94
fix: default embedders for sub-route settings should be null53ef480
fix: snapshots after removing embedders from default settings (#1627)6cd6b03
Add code samples v1.6.0 (#1624)6750d75
Merge branch 'main' into bump-meilisearch-v1.6.013c9c56
Update README.md1e9d22f
Update src/package-version.tsf2a8ee6
Update package.json4e4b2e7
Implement vector search experimental feature (#1623)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)