Skip to content

@papra/app@26.6.1

Latest

Choose a tag to compare

@CorentinTh CorentinTh released this 04 Jul 20:11
34195e0
  • #1312 aded832 Thanks @CorentinTh! - Greatly improved the performances when updating and deleting document from the sezarch index, avoiding unnecessary table scans. Noticeable improvement on large document collections (10k+ documents).

  • #1313 94f2a68 Thanks @CorentinTh! - Added visual loading state to the rename document modal.

  • #1317 35ce235 Thanks @CorentinTh! - Fix the coercion of AUTO_TAGGING_DEFAULT_MAX_TAGS that caused a validation error when the value is a string instead of a number. Now correctly converts the string to a number, preventing the validation error.

  • #1320 2ef3148 Thanks @CorentinTh! - Fix auto tagging schema definition for some ai providers (notably OpenAI and Anthropic), as they do not support all JSON schema features. It's really nice to have a common spec, if only all providers respected it...

  • #1323 74d98b2 Thanks @CorentinTh! - Added better logging when an error occurs during the structured data generation.