Skip to content

Release 2.24.0

Choose a tag to compare

@papa99do papa99do released this 09 Sep 06:25
· 21 commits to mainline since this release
8c27d68

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).