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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
2.24.0
New features
Support typeahead search(#1289). You can now get intelligent query suggestions based on partial user input to help users find relevant content faster and reduce zero-result searches. For details, please refer to this API document and this recipe. This is supported only for indexes created with Marqo 2.23.0 or later.
Support caching embeddings of base64-encoded images(#1285). This feature greatly improves performance by cutting the vectorisation time of commonly reused images from ~10 ms down to ~1 ms.
Bug fixes and minor changes
Fix an issue where facet counts were incorrect when using the lexical retrieval method with filters and multiple OR phrases (#1282).
Fix an issue where collasing search stops working when the collapse field is not included in attributesToRetrieve search parameter (#1294).
Fix metric emission for the get-batch and delete-batch endpoints (#1300).
Ensure access log level now inherits from the root log level (#1301).
Reduce verbosity of some logs emitted from HybridSearcher (#1299).