Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-06-25 | 1.2 kB | |
Release 2.21.0 source code.tar.gz | 2025-06-25 | 75.9 MB | |
Release 2.21.0 source code.zip | 2025-06-25 | 76.4 MB | |
Totals: 3 Items | 152.4 MB | 0 |
2.21.0
New features
-
Search with base64-encoded images (#1236). You can now submit image data as a Base64 string (starting with
"data:image/…"
) when querying any image-compatible index. Marqo will decode and vectorize the image on the fly. This an alternative to supplying an external image URL for search. Check here for detailed usage. -
Set language for lexical fields and search (#1242). When you add a new text field or send a query, you can specify its language to optimize tokenization and parsing. Lexical searches over that field will honour your language setting, delivering more accurate search results. This feature is available for unstructured indexes created with Marqo 2.16 or later. Check here for adding documents and here for searching.