Release 2025.46

3 min read

๐Ÿ“Œ Release Overview

  • Unique hosted:

  • Self hosted:


Chat Platform

Import/Export for Agent and Space Configuration (Space 2.0):

You can now export a Space configuration as a versioned JSON file and import it to create or update a Space. This makes it easy to migrate configurations between Spaces and maintain consistency across environments.

  • Export: Generate a versioned JSON of your current Space configuration.

  • Import: Use the JSON file to create a new Space or apply the configuration to an existing one.

  • Use case: Seamless configuration migration and repeatable setup.

See the images below for a visual walkthrough.

image-20251111-131901.pngimage-20251111-131916.png

And for import, the walkthrough below shows that.

image-20251111-132015.pngimage-20251111-132031.png

Admin UI Improvement for Space Creation & Updates:

Weโ€™ve streamlined the Space creation and update experience. The Delete and Import/Export Space Configuration actions have been moved to a top-right menu for clearer navigation and reduced clutter.

  • Where to find it: On the Space update page, access these actions from the menu in the top-right corner.

  • Why this change: Improves usability by grouping advanced actions in a consistent, easily discoverable location.

See the diagram below for a visual reference.
On space update page:

image-20251111-125908.png

On space creation, the option to also shows as below:

image-20251111-130145.png

RAG

๐Ÿ”ง Improvements

User Admin Ingestion Improvements: The RAG team has completed more than 10 major improvements to the ingestion system in the past two sprints (44 & 46), significantly enhancing reliability and performance. Please have a look at 2025.46 Ingestion Improvements for the details.

๐Ÿž Bug Fixes

User Metadata Incorrect handling of stringified boolean filters: Resolved a bug where filters comparing metadata to "true" or "false" were incorrectly treated as dynamic rules and removed from the filter set. This caused queries containing boolean-like string fields to return incomplete or incorrect matches. Now, "true" and "false" are handled as proper string values.

Agentic Table

๐Ÿš€ Whatโ€™s New (Business/End-User Focus)

User Single Row Deletion in Agentic Table: A new โ€œDelete Rowโ€ option is available in the right-click menu, allowing removal of individual rows with confirmation and status feedback. Verified rows and rows in edit mode cannot be deleted.

Screenshot 2025-11-10 at 10.13.23.pngScreenshot 2025-11-10 at 10.13.29.png

๐Ÿž Bug Fixes

User Sheet Status Displays After Creation: Newly created sheets without questions (or with only sources) now correctly show an โ€œUpdatedโ€ status immediately after creation.

User Prevent Multiple Sheet Creation on Double-Click: Clicking the Next button multiple times during sheet creation no longer creates duplicate sheets. Only a single sheet is now created per submission.

User Reference Colors Now Display Correctly After Moving to Answer Library: When a completed sheet is moved to the Answer Library, reference colors in the Answers and References columns now stay consistent immediately, without needing a page refresh.

Unique AI

๐Ÿ”ง Improvements

User Chat with uploaded files: Further improved the handling of uploaded documents โ€” the orchestrator now better combines uploaded files with other available sources (e.g., web and internal search), ensuring more complete and context-aware responses.

Admin User Metadata - System Prompt Update: Added functionality to enable including user metadata (e.g., name, email, and location) in the system prompt โ€” similar to ChatGPT. This enhancement helps improve the LLM about context awareness. By default, no user metadata are ingested. Further details can be found here.

๐Ÿž Bug Fixes

User Response with multiple assistant message outputs: Fixed a bug where the orchestrator response was being overwritten when multiple loop iterations produced streaming outputs, ensuring all assistant messages are now displayed correctly.

User Tool format information: Fixed an issue where tool format details were always included in system prompt, even when the tool was not used. The update ensures this information now appears only when the corresponding tool is invoked, preventing unnecessary prompt bloat and improving overall efficiency.

Language Model

Retirement: gemini preview models

Admin Due to the upcoming retirement of gemini-2.5-flash-lite-preview-06-17, all spaces and AI templates previously using litellm:gemini-2.5-flash-lite-preview-06-17 have been migrated to the stable version of Gemini 2.5 Flash lite (litellm:gemini-2.5-flash-lite).

Admin Due to the upcoming retirement of gemini-2.5-flash-preview-05-20, all spaces and AI templates previously using litellm:gemini-2.5-flash-preview-05-20 have been migrated to the stable version of Gemini 2.5 Flash (litellm:gemini-2.5-flash).

New Model Deployments: Gemini

Admin New Gemini models are available through LiteLLM using the following enums:

  • litellm:gemini-2.5-flash-lite โ†’ Stable version of Gemini-2.5-Flash-Lite

  • litellm:gemini-2.5-flashโ†’ Stable version of Gemini-2.5-Flash


Author

Last updated