-
#1312
aded832Thanks @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
94f2a68Thanks @CorentinTh! - Added visual loading state to the rename document modal. -
#1317
35ce235Thanks @CorentinTh! - Fix the coercion ofAUTO_TAGGING_DEFAULT_MAX_TAGSthat 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
2ef3148Thanks @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
74d98b2Thanks @CorentinTh! - Added better logging when an error occurs during the structured data generation.