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

Update version for the next release (v1.6.0) #609

Merged
merged 1 commit into from
Jan 15, 2024
Merged

Conversation

meili-bot
Copy link
Contributor

@meili-bot meili-bot commented Jan 15, 2024

This PR is auto-generated.

The automated script updates the version of meilisearch-php to a new version: "v1.6.0"

CHANGELOG:


🚀 Enhancements

$client->index('books')->getProximityPrecision();
$client->index('books')->updateProximityPrecision('byAttribute');
$client->index('books')->resetProximityPrecision();

🧪 Experimental enhancement - Hybrid and vector search

⚠️ This is about an experimental feature of Meilisearch. Activate the vectorStore experimental feature to use it

$client->index('books')->getEmbedders();
$client->index('books')->updateEmbedders(['default' => ['source' => 'userProvided', 'dimensions' => 1]]);
$client->index('books')->resetEmbedders();

⚙️ Maintenance/misc

Thanks again to @norkunas, @brunoocasali! 🎉

@meili-bot meili-bot added the skip-changelog The PR will not appear in the release changelogs label Jan 15, 2024
@brunoocasali brunoocasali requested a review from curquiza January 15, 2024 01:32
@brunoocasali
Copy link
Member

bors merge

Copy link
Contributor

meili-bors bot commented Jan 15, 2024

@meili-bot meili-bot merged commit 4dbb26d into main Jan 15, 2024
9 checks passed
@meili-bot meili-bot deleted the meili-bot/bump-version branch January 15, 2024 13:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip-changelog The PR will not appear in the release changelogs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants