3.8.0
New features
- New modalities(videos, audios) support (https://github.com/marqo-ai/py-marqo/pull/249). You can use
video_pointer
andaudio_pointer
as field features when creating a structured index, and settreat_urls_and_pointers_as_media=True
when creating an unstructured index.
Bug fixes and minor changes
- Improve the error message when an index does not exist (https://github.com/marqo-ai/py-marqo/pull/248).
Release 3.7.0
New features
- Hybrid Search support (#235). The
Index.search
method now supports dictionary parameterhybrid_parameters
.
Bug fixes and minor changes
- Improved error handling for errors not in JSON format (#242).
Release 3.6.0
Bug fixes and minor changes
- Update the minimum required Marqo version to 2.9.0 (#241).
Release 3.5.1
Bug fixes and minor changes
- Update the minimum required Marqo version to 2.6.0 (#236).
- Improve the error handling in
delete_index
where errors are not raised correctly (#234).
Marqo Python client release notes were only recorded for versions 3.5.1 onwards.