<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Nutrient Ai Assistant Changelog</title>
        <link>https://www.nutrient.io/guides/ai-assistant/changelog</link>
        <description>The latest updates and changes for Nutrient Ai Assistant</description>
        <lastBuildDate>Wed, 17 Jun 2026 00:00:00 GMT</lastBuildDate>
    <pubDate>Wed, 17 Jun 2026 00:00:00 GMT</pubDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en-US</language>
        <atom:link href="https://www.nutrient.io/guides/ai-assistant/feed.xml" rel="self" type="application/rss+xml"/>
        <item>
            <title><![CDATA[Ai Assistant Version 2.1.0 is available]]></title>
            <link>https://www.nutrient.io/guides/ai-assistant/changelog/#2.1.0</link>
            <guid isPermaLink="false">ai-assistant-2.1.0</guid>
            <pubDate>Tue, 03 Mar 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<ul><ol><li>Adds v2 model configuration with label-based model selection, enabling optimization and subgraph model usage in the future. (#50367)</li><li>Adds <code>session_ids</code> JWT claim enforcement across all AIAv2 REST API endpoints. (#50699)</li><li>Updates the @langchain/anthropic dependency to improve token limit handling. (#50692)</li><li>Fixes an issue where tasks running for more than 60 seconds could end up in an inconsistent state. (#50895)</li></ol></ul>]]></description>
            <content:encoded><![CDATA[<ul><ol><li>Adds v2 model configuration with label-based model selection, enabling optimization and subgraph model usage in the future. (#50367)</li><li>Adds <code>session_ids</code> JWT claim enforcement across all AIAv2 REST API endpoints. (#50699)</li><li>Updates the @langchain/anthropic dependency to improve token limit handling. (#50692)</li><li>Fixes an issue where tasks running for more than 60 seconds could end up in an inconsistent state. (#50895)</li></ol></ul>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Ai Assistant Version 2.0.2 is available]]></title>
            <link>https://www.nutrient.io/guides/ai-assistant/changelog/#2.0.2</link>
            <guid isPermaLink="false">ai-assistant-2.0.2</guid>
            <pubDate>Tue, 27 Jan 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<ul><ol><li>Fixes an issue where the PGSSL environment variable was ignored, causing connection failures to SSL-required PostgreSQL databases. (#50374)</li></ol></ul>]]></description>
            <content:encoded><![CDATA[<ul><ol><li>Fixes an issue where the PGSSL environment variable was ignored, causing connection failures to SSL-required PostgreSQL databases. (#50374)</li></ol></ul>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Ai Assistant Version 2.0.1 is available]]></title>
            <link>https://www.nutrient.io/guides/ai-assistant/changelog/#2.0.1</link>
            <guid isPermaLink="false">ai-assistant-2.0.1</guid>
            <pubDate>Tue, 20 Jan 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<ul><ol><li>Fixes CVE-2025-66414 and CVE-2026-0621 vulnerabilities. (#50315)</li><li>Fixes an OpenAI model issue when multiple tool calls are made in parallel. (#50316)</li></ol></ul>]]></description>
            <content:encoded><![CDATA[<ul><ol><li>Fixes CVE-2025-66414 and CVE-2026-0621 vulnerabilities. (#50315)</li><li>Fixes an OpenAI model issue when multiple tool calls are made in parallel. (#50316)</li></ol></ul>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Ai Assistant Version 2.0.0 is available]]></title>
            <link>https://www.nutrient.io/guides/ai-assistant/changelog/#2.0.0</link>
            <guid isPermaLink="false">ai-assistant-2.0.0</guid>
            <pubDate>Tue, 20 Jan 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[<ul><ol><li>Introduces AI Assistant v2, supporting agents with tool use and reasoning traces.</li><li>Improves system prompt guards to prevent malicious attacks and prompt injections. (#49600)</li><li>Updates langgraph, langchain, and zod dependencies. (#49509)</li><li>Fixes a batch size issue when embedding large documents using OpenAI models. (#50159)</li><li>Fixes a bug in which the AI assistant was unable to provide summaries. (J#AI-283)</li><li>Fixes duplicate human messages being appended to requests. (#49622)</li><li>Fixes feature enablement in evaluation mode for all features. (#49408)</li></ol></ul>]]></description>
            <content:encoded><![CDATA[<ul><ol><li>Introduces AI Assistant v2, supporting agents with tool use and reasoning traces.</li><li>Improves system prompt guards to prevent malicious attacks and prompt injections. (#49600)</li><li>Updates langgraph, langchain, and zod dependencies. (#49509)</li><li>Fixes a batch size issue when embedding large documents using OpenAI models. (#50159)</li><li>Fixes a bug in which the AI assistant was unable to provide summaries. (J#AI-283)</li><li>Fixes duplicate human messages being appended to requests. (#49622)</li><li>Fixes feature enablement in evaluation mode for all features. (#49408)</li></ol></ul>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Ai Assistant Version 1.6.0 is available]]></title>
            <link>https://www.nutrient.io/guides/ai-assistant/changelog/#1.6.0</link>
            <guid isPermaLink="false">ai-assistant-1.6.0</guid>
            <pubDate>Thu, 23 Oct 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>- Adds support for bearer token authentication in addition to the existing <code>Token token=</code> format. (#48812)</p>
<p>- Adds support for password-protected PDFs to AI Assistant. (J#AI-28)</p>
<p>- Improves database configuration by only requiring the <code>DATABASE_URL</code> environment variable. (#48886)</p>
<p>- Changes handling of the empty <code>document_ids</code> array in JWT claims so that it restricts access to no documents instead of all documents. (#49082)</p>
<p>- Improves ordinal page references in redaction queries. (#48367)</p>
<p>- Fixes an issue ingesting documents when they contain no changing or permanent IDs. (#48503)</p>
<p>- Fixes an issue where models without temperature support fail to initialize. (#48496)</p>]]></description>
            <content:encoded><![CDATA[<p>- Adds support for bearer token authentication in addition to the existing <code>Token token=</code> format. (#48812)</p>
<p>- Adds support for password-protected PDFs to AI Assistant. (J#AI-28)</p>
<p>- Improves database configuration by only requiring the <code>DATABASE_URL</code> environment variable. (#48886)</p>
<p>- Changes handling of the empty <code>document_ids</code> array in JWT claims so that it restricts access to no documents instead of all documents. (#49082)</p>
<p>- Improves ordinal page references in redaction queries. (#48367)</p>
<p>- Fixes an issue ingesting documents when they contain no changing or permanent IDs. (#48503)</p>
<p>- Fixes an issue where models without temperature support fail to initialize. (#48496)</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Ai Assistant Version 1.5.0 is available]]></title>
            <link>https://www.nutrient.io/guides/ai-assistant/changelog/#1.5.0</link>
            <guid isPermaLink="false">ai-assistant-1.5.0</guid>
            <pubDate>Wed, 02 Jul 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<ul><ol><li>Adds support for generating answers using information from multiple documents. (J#AI-173)</li><li>Improves Document Comparison category hits, avoiding some uncategorized changes. (#47978)</li><li>Improves document retrieval through chunking documents by paragraphs, tables, and key-value pairs. (J#AI-184)</li><li>Fixes an issue where rate limiting may not work correctly in some scenarios. (J#AI-209)</li><li>Fixes an issue where the rate limiting error message may incorrectly refer to 'messages per day', even when you configure a different time period. (J#AI-200)</li></ol></ul>]]></description>
            <content:encoded><![CDATA[<ul><ol><li>Adds support for generating answers using information from multiple documents. (J#AI-173)</li><li>Improves Document Comparison category hits, avoiding some uncategorized changes. (#47978)</li><li>Improves document retrieval through chunking documents by paragraphs, tables, and key-value pairs. (J#AI-184)</li><li>Fixes an issue where rate limiting may not work correctly in some scenarios. (J#AI-209)</li><li>Fixes an issue where the rate limiting error message may incorrectly refer to 'messages per day', even when you configure a different time period. (J#AI-200)</li></ol></ul>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Ai Assistant Version 1.4.0 is available]]></title>
            <link>https://www.nutrient.io/guides/ai-assistant/changelog/#1.4.0</link>
            <guid isPermaLink="false">ai-assistant-1.4.0</guid>
            <pubDate>Thu, 12 Jun 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<ul><ol><li>Improves case insensitivity when identifying redaction terms. (#47440)</li><li>Improves ingestion performance for all documents. (#47650)</li><li>Improves the size of the Docker image by optimizing its internal structure. (J#AI-181)</li><li>Improves document retrieval across single- and multi-document queries. (#47583)</li><li>Fixes bundle ID checking for origin checks from iOS. (#47784)</li><li>Fixes an error message about an invalid document index if multiple documents are ingested simultaneously. (J#AI-191)</li><li>Fixes an issue that may happen when ingesting a document with multiple layers from Document Engine. (J#AIA-178)</li></ol></ul>]]></description>
            <content:encoded><![CDATA[<ul><ol><li>Improves case insensitivity when identifying redaction terms. (#47440)</li><li>Improves ingestion performance for all documents. (#47650)</li><li>Improves the size of the Docker image by optimizing its internal structure. (J#AI-181)</li><li>Improves document retrieval across single- and multi-document queries. (#47583)</li><li>Fixes bundle ID checking for origin checks from iOS. (#47784)</li><li>Fixes an error message about an invalid document index if multiple documents are ingested simultaneously. (J#AI-191)</li><li>Fixes an issue that may happen when ingesting a document with multiple layers from Document Engine. (J#AIA-178)</li></ol></ul>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Ai Assistant Version 1.3.0 is available]]></title>
            <link>https://www.nutrient.io/guides/ai-assistant/changelog/#1.3.0</link>
            <guid isPermaLink="false">ai-assistant-1.3.0</guid>
            <pubDate>Fri, 16 May 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<ul><ol><li>Adds AI-powered text comparison. (J#AI-171)</li><li>Improves term detection in redaction when content is short. (#47404)</li><li>Improves term detection in the redaction agent. (J#AI-149)</li><li>Optimizes the loading of documents from Document Engine by avoiding unnecessary ingestions. (J#AI-163)</li></ol></ul>]]></description>
            <content:encoded><![CDATA[<ul><ol><li>Adds AI-powered text comparison. (J#AI-171)</li><li>Improves term detection in redaction when content is short. (#47404)</li><li>Improves term detection in the redaction agent. (J#AI-149)</li><li>Optimizes the loading of documents from Document Engine by avoiding unnecessary ingestions. (J#AI-163)</li></ol></ul>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Ai Assistant Version 1.2.0 is available]]></title>
            <link>https://www.nutrient.io/guides/ai-assistant/changelog/#1.2.0</link>
            <guid isPermaLink="false">ai-assistant-1.2.0</guid>
            <pubDate>Tue, 25 Feb 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[<ul><ol><li>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)</li><li>Adds a new CONFIG_DIR environment variable which states where the <code>service-config.yml</code> is located in the container. (J#AI-119)</li><li>Adds new Server API to ingest documents from Document Engine. (J#AI-110)</li><li>Improves REST API error messages by including detailed information about failing paths. (#46262)</li><li>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)</li><li>Fixes CVE-2024-21538 by removing external dependency on express-requests-logger. (J#AI-108)</li><li>Fixes an issue where the document IDs of some documents may be incorrectly truncated. (J#AI-123)</li><li>Fixes an issue where uploading documents with lots of pages may fail unexpectedly. (J#AI-128)</li></ol></ul>]]></description>
            <content:encoded><![CDATA[<ul><ol><li>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)</li><li>Adds a new CONFIG_DIR environment variable which states where the <code>service-config.yml</code> is located in the container. (J#AI-119)</li><li>Adds new Server API to ingest documents from Document Engine. (J#AI-110)</li><li>Improves REST API error messages by including detailed information about failing paths. (#46262)</li><li>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)</li><li>Fixes CVE-2024-21538 by removing external dependency on express-requests-logger. (J#AI-108)</li><li>Fixes an issue where the document IDs of some documents may be incorrectly truncated. (J#AI-123)</li><li>Fixes an issue where uploading documents with lots of pages may fail unexpectedly. (J#AI-128)</li></ol></ul>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Ai Assistant Version 1.1.1 is available]]></title>
            <link>https://www.nutrient.io/guides/ai-assistant/changelog/#1.1.1</link>
            <guid isPermaLink="false">ai-assistant-1.1.1</guid>
            <pubDate>Wed, 11 Dec 2024 00:00:00 GMT</pubDate>
            <description><![CDATA[<ul><ol><li>Fixes OpenAI-compatible model-provider usage when no API key was set. (#45928)</li></ol></ul>]]></description>
            <content:encoded><![CDATA[<ul><ol><li>Fixes OpenAI-compatible model-provider usage when no API key was set. (#45928)</li></ol></ul>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Ai Assistant Version 1.1.0 is available]]></title>
            <link>https://www.nutrient.io/guides/ai-assistant/changelog/#1.1.0</link>
            <guid isPermaLink="false">ai-assistant-1.1.0</guid>
            <pubDate>Mon, 02 Dec 2024 00:00:00 GMT</pubDate>
            <description><![CDATA[<ul><ol><li>Adds a check at startup to ensure requested models are accessible. (J#AI-80)</li><li>Adds support for AWS Bedrock as a model provider. (J#AI-80)</li><li>Adds support for OpenAI API-compatible model providers. (J#AI-80)</li><li>Adds support for embedding models of any dimension size. (J#AI-80)</li><li>Improves the routing mechanism to better identify user intent. (#45716)</li><li>Fixes an issue with suggested questions by relaxing the required question count. (#45715)</li></ol></ul>]]></description>
            <content:encoded><![CDATA[<ul><ol><li>Adds a check at startup to ensure requested models are accessible. (J#AI-80)</li><li>Adds support for AWS Bedrock as a model provider. (J#AI-80)</li><li>Adds support for OpenAI API-compatible model providers. (J#AI-80)</li><li>Adds support for embedding models of any dimension size. (J#AI-80)</li><li>Improves the routing mechanism to better identify user intent. (#45716)</li><li>Fixes an issue with suggested questions by relaxing the required question count. (#45715)</li></ol></ul>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Ai Assistant Version 1.0.0 is available]]></title>
            <link>https://www.nutrient.io/guides/ai-assistant/changelog/#1.0.0</link>
            <guid isPermaLink="false">ai-assistant-1.0.0</guid>
            <pubDate>Tue, 24 Sep 2024 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>_See the <a href="https://www.nutrient.io/blog/ai-assistant-release/">announcement post</a>._</p><ul><ol><li>Release of 1.0.0.</li></ol></ul>]]></description>
            <content:encoded><![CDATA[<p>_See the <a href="https://www.nutrient.io/blog/ai-assistant-release/">announcement post</a>._</p><ul><ol><li>Release of 1.0.0.</li></ol></ul>]]></content:encoded>
        </item>
    </channel>
</rss>