You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
704: Add queryVector to search responses and support index renaming r=curquiza a=kumarUjjawal
# Pull Request
Add `queryVector` to search responses and support index renaming.
## Related issue
Fixes#703
## What does this PR do?
As discussed in the open issue we wanted to update the SDK such that when search requests include the `retrieveVectors` parameters, API responses include a `queryVector` field.
## 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!
<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
## Summary by CodeRabbit
- New Features
- Rename an index via update (set a new UID).
- Optional rename behavior when swapping indexes.
- Search results can include the query vector when requested.
- Documentation
- Added REST example demonstrating index rename via PATCH.
- Breaking Changes
- Public query-return types now include lifetimes; integrators may need small code updates.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
708: Update version for the next release (v0.30.0) r=curquiza a=meili-bot
_This PR is auto-generated._
The automated script updates the version of meilisearch-rust to a new version: "v0.30.0"
<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
## Summary by CodeRabbit
- New Version
- Package version bumped to 0.30.0.
- Chores
- Updated internal dependency to align with 0.30.0 release.
- Documentation
- Updated README and templates to reference meilisearch-sdk 0.30.0.
- Refreshed code samples/config snippets to use the new dependency version.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
Co-authored-by: Kumar Ujjawal <[email protected]>
Co-authored-by: Clémentine <[email protected]>
Co-authored-by: meili-bot <[email protected]>
0 commit comments