Changelog for AI Assistant
RSS1.2.0 25 Feb 2025
-
Changed
AI Assistant no longer requires Document Engine to function and can now be used by other Nutrient SDKs, including the Web SDK. (J#AI-75)
-
Added
Adds a new CONFIG_DIR environment variable which states where the `service-config.yml` is located in the container. (J#AI-119)
-
Added
Adds new Server API to ingest documents from Document Engine. (J#AI-110)
-
Changed
Improves REST API error messages by including detailed information about failing paths. (#46262)
-
Changed
Improves the redaction workflow by interpreting natural language page range instructions and prompting follow-up actions for clarification when page ranges are unspecified. (J#AI-81)
-
Fixed
Fixes CVE-2024-21538 by removing external dependency on express-requests-logger. (J#AI-108)
-
Fixed
Fixes an issue where the document IDs of some documents may be incorrectly truncated. (J#AI-123)
-
Fixed
Fixes an issue where uploading documents with lots of pages may fail unexpectedly. (J#AI-128)
1.1.1 11 Dec 2024
-
Fixed
Fixes OpenAI-compatible model-provider usage when no API key was set. (#45928)
1.1.0 2 Dec 2024
-
Added
Adds a check at startup to ensure requested models are accessible. (J#AI-80)
-
Added
Adds support for AWS Bedrock as a model provider. (J#AI-80)
-
Added
Adds support for OpenAI API-compatible model providers. (J#AI-80)
-
Added
Adds support for embedding models of any dimension size. (J#AI-80)
-
Changed
Improves the routing mechanism to better identify user intent. (#45716)
-
Fixed
Fixes an issue with suggested questions by relaxing the required question count. (#45715)
1.0.0 24 Sep 2024
See the announcement post.
-
Changed
Release of 1.0.0.