Release 2.14.1
2.14.1
New features
-
Add support for hf_transfer to accelerate the downloading speed of HuggingFace models by 10 to 30 times. See here for details about how to enable it (#1066).
-
Add
/healthz
endpoint for Marqo container liveness checks, which performs a status check for CUDA devices and returns a 500 error if any existing CUDA devices become unavailable or run out of memory (#1068).
Bug fixes and minor changes
-
Fix a bug where numeric map fields are not returned when searching with
attributes_to_retrieve
parameter for unstructured indexes created prior to Marqo 2.13 (#1062). -
Fix a bug where numeric fields, numeric map fields, boolean fields and string array fields are not returned when searching with
attributes_to_retrieve
parameter for unstructured indexes created with Marqo 2.13 or later (#1062). -
Fix a bug where
document-processing
element is removed from theservices.xml
config file when bootstrapping the vector store (#1075).