This release features some improvements with the interaction of the vector store and the searchCutoffMs
when using the "vectorStore": "experimental"
index setting. It also introduces the metadata header Meili-Include-Metadata
on the search request that adds a metadata field to the response. These metadatas contains one uid by query and a reminder of the indexUid
and its primary key. We also introduced minor bug fixes around the compaction to improve the interaction with task cancellation.
β¨ Enhancement
- Improve the vector store search cutoff by @dureuill in #5945
- Improve compaction behaviors by @Kerollmops in #5946
- Search metadata by @ManyTheFish in #5926
π© Miscellaneous
- Adapt the standards of prototypes by @curquiza in #5942
- Bump Dockerfile alpine version to 3.22 by @PedroTroller in #5866
π₯ New Contributors
- @PedroTroller made their first contribution in #5866
Full Changelog: v1.23.0...v1.24.0