Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-09-04 | 1.7 kB | |
Release 2.24.0 source code.tar.gz | 2025-09-04 | 76.1 MB | |
Release 2.24.0 source code.zip | 2025-09-04 | 76.6 MB | |
Totals: 3 Items | 152.7 MB | 0 |
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
anddelete-batch
endpoints (#1300). - Ensure access log level now inherits from the root log level (#1301).
- Reduce verbosity of some logs emitted from
HybridSearcher
(#1299).