Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

v1.25.0

Compare
Choose a tag to compare
@frascuchon frascuchon released this 28 Feb 13:56
· 84 commits to main since this release

1.25.0

Important

This version includes changes related to the search index. So, a reindex is needed.
Visit the docs for more info.

Added

  • Added ARGILLA_ES_MAPPING_TOTAL_FIELDS_LIMIT to work with large dataset annotation flows. (#31)
  • Added support for update options for label and multi-label selection questions. (#34)
  • Added REINDEX_DATASETS quickstart environment variable to reindex datasets and records into the search engine. (#39)
  • Added pseudo-random shuffling of records based on the user's id. (#23)

Changed

  • Changed indexing responses for search to use user id instead of username. Reindex needed (#26)
  • Changed search index mappings definition to optimize the number of fields. Reindex needed (#31)

Removed

  • Removed ARGILLA_LOCAL_AUTH_TOKEN_EXPIRATION_IN_MINUTES environment variable. (#38)
  • Removed ARGILLA_LOCAL_AUTH_ALGORITHM environment variable. (#38)
  • Removed ARGILLA_LOCAL_AUTH_SECRET_KEY environment variable. (#38)

Fixed

  • Max size parameter for getting the metadata property metrics is currently set as 2^14(=12) instead of 2 ** 14 (#30) (v1.24-fix)
  • Fixed error when combining similarity search with text search. (#32)

New Contributors

Full Changelog: v1.24.0...v1.25.0