Release 2025.32
5 min read
📌 Release Overview
v 2025.32-1a291
Unique hosted:
Self hosted:
👥 Role-Based Highlights
Role | Highlights |
|---|---|
User | Unique AI Chat: Combines built-in tools like internal knowledge search, web search, and file interaction (images and documents) with powerful AI models for reasoning and response generation in one chat. |
Admin | Spaces 2.0 (Beta): Offers a faster, more intuitive setup with a modern UI, easy tool configuration, effortless space duplication, tile chat views with group pinning, enhanced sharing, and logically organized features and their advanced settings for a seamless user experience when setting up a space |
tech |
🚀 What’s New (Business/End-User Focus)
User Unique AI Chat (Beta):
Industry-Standard GenAI Experience: Engage with a modern, ChatGPT-like interface that offers secure access to internal knowledge, web search, and file-based interactions—all in one unified chat experience.
Quality Tested Multi-Model Support: Choose from four powerful models tailored to different use cases and based on your deployment option:
Azure GPT 4o (CH data processing)
Azure GPT 4.1 (EU data processing)
Azure GPT o3 (EU data processing)
Gemini-2.5-pro (US data processing)
Tool-Augmented Reasoning: Unique AI Chat intelligently chooses the right tools (web, internal search, file reading, vision) based on your prompt—and supports multi-step reasoning across tool responses. Users can also force specific tool use for full control.
Secure by Design: Unlike public GenAI tools, Unique AI Chat ensures that all chat interactions stay within your choosen enterprise environment, giving you privacy and data control without compromising on capability.
Full-Context File Uploads: Files and images uploaded to a chat are used in full context, enabling high-precision answers, multi-file comparison, and intelligent summarization.
User Guide: Unique AI Chat
User Select Files to Chat (Beta):
Targeted Internal Search: Refine your internal file search by manually selecting specific folders and documents—giving the agent access only to what you choose.
Drill-Down Navigation: Browse your organization’s folder structure directly within the UI. No need to remember exact file names—just navigate, click, and select.
Precision Responses: By restricting access to a chosen subset of files, responses become more targeted, relevant, and contextually accurate.
Hybrid File + Agent Interactions: Compare internal documents against each other or against uploaded content (like PDFs or screenshots). Useful for audits, analysis, or quick cross-referencing.
User Guide: Select Files to Chat
Admin Spaces 2.0 (Beta):
Streamlined Setup: Enjoy a faster, more intuitive space creation process with advanced settings for enhanced quality.
Easy Tool Configuration: Toggle on and off the tools you want available for the language model to use when responding to prompts.
Modern Look & Feel: UI now matches industry standards seen in GPT, Gems, and Perplexity.
Effortless Duplication: Easily duplicate entire spaces along with all configurations.
Tile View for Chats: Browse conversations in a convenient tile layout.
Pinning Groups: Pin your favorite groups directly within the tile view for quick access.
Enhanced Sharing: Improved sharing options make collaboration seamless.
Logical Feature Grouping: Features and advanced settings are now organized for easier navigation and configuration.
Admin Guide: Unique AI Space
Admin Web Search: With the retirement of the Bing Search API, web search has now transitioned to use Google by default as of this release. If you’ve been using any Bing-specific customSearchConfig settings, such as boostedSearchDomains, searchCountryCode, or searchMarket, be sure to update them to align with the Google configuration format. All new Web Search spaces will now use Google by default.
User Automated date extraction from filename: Accurately identifying a document’s relevant date is essential for finding the most timely and accurate information. The Knowledge Base now automatically extracts a date from the filename of any uploaded file, as long as the filename contains a valid date in either the YYYY-MM-DD or YYYYMMDD format. If a valid date is found, it’s saved in the file’s metadata as validAsOf. If no date is detected, the system will use the file’s createdAt timestamp instead.
🔧 Improvements
Admin Translator V2 - Dynamic Prompt Variables: Translator V2 now automatically detects and substitutes Jinja variables in both the system and user prompts in the translatorPromptConfig. Authors can freely use variables like {{output_language}}, {{input_language}}, {{format_style}}, and optionally {{glossary_text}} anywhere in the prompt text. The only required variable in userMessageTemplate is {{formatted_text_pieces}}. This enhancement gives authors complete editorial control over prompt design.
Admin DocumentSearch V2: Additional flag to always use the extracted search query even if it is not a followup message. The flag defaults to false to retain existing functionality but can be switched on by setting it to true.
{
...
"alwaysUseExtractedSearchQuery": true,
}Admin QuestionAnswerer: You can now optionally disable the docx report generation at the end of question answering. This can be done via an boolean flag in the docx generation configuration.
{
...
"docxGenerator": {
...
"enabled": false
}
}User Skip sheet lock on verification status update in Agentic Table: Updating the verification status no longer triggers sheet locking, improving responsiveness.
TECH Elastic Search Indexing Job: Elastic search Job improvement can now be fined tuned by updating number of companies to run in parallel and batch size
🐞 Bug Fixes
User First keyboard input for foreign language is fixed: The issue where Japanese characters disappeared in the prompt input form has now been resolved.
User Fix reference rendering issue after whitespace in Agentic Table: References are now correctly parsed when followed by whitespace, avoiding incorrect link rendering.
User Fix inconsistent reference loading behaviour in Agentic Table: References that fail to load now show clear error messages instead of opening a blank tab.
User Resolved Missing Confluence Files in Agentic Table: Fixed an issue where certain Confluence files appeared in the file selection modal but were not properly added as sources to the Agentic Table sheet. Selected files now reliably attach as intended.
User Fix "Maximum call stack size exceeded" issue when ingesting excel files: Prevented infinite recursion caused by deeply nested or circular structures during Excel file processing.
User Fix error message cut-off when uploading files: Fixed the issue where when uploading of file(s) failed, the error message gets cut-off it the file name is long.
User Fix wrong supported image file formats : Uploaded the list of image file formats to reflect the supported image file formats.
Author |
|
|---|