Skip to content

Release 2.13.2

Latest
Compare
Choose a tag to compare
@papa99do papa99do released this 21 Nov 06:38
· 2 commits to releases/2.13 since this release
55de6c4

2.13.2

Bug fixes and minor changes

  • Fix a bug where adding documents with numeric lists to an unstructured index results in a 500 error. Now, Marqo successfully processes the document batch, and returns a 400 error only for individual documents that contain numeric lists(1034).
  • Fix validation of custom vector fields. Custom vector fields were silently ignored when not specified as tensor fields for an unstructured index. This will now trigger a 400 error. This helps guide users to properly define the field as a tensor field(1034).
  • Improve the bootstrapping process to prevent Marqo from crashing during startup when the vector store takes longer to converge, especially with multiple indexes. This ensures a smoother startup process even if the vector store takes time to fully initialize(1036).