Translator Space — Unique AI Documentation

Translator Space

Overview

The Translator Space allows users to easily translate Microsoft Word, Excel, and PowerPoint files — or large blocks of text — from one language to another using a simple interface.

A difference from the Chat Interface is the delivery of responses. Instead of streaming responses incrementally, the Translation Interface delivers the entire translated output synchronously, providing a stable and predictable experience.

Additionally, Unique allows Admins to include a glossary by implementing pre- and post-processing steps.

This feature is currently in BETA. It may change before general availability, due to user and client feedback, but it targeted to be high quality and stable. Documentation may lag behind feature updates. Use in production environments at your own discretion. Please refer to our Upgrade and Release Process for more information.

If you’re unable to access certain features or sections of this article, it’s possible that your firm doesn’t have access or hasn’t upgraded to the latest version. Please reach out to your internal support team for further assistance.

Who is it for

This feature is intended for Administrators, Developers, and Product Managers who are tasked with enhancing translation results by tailoring them to align with the company's glossary.

Role Requirements: To create a new space, you must have the admin.space.write role. For more information about roles, click here: Understand Roles and Permissions

Benefits

Step-by-Step Guide

Step 1: Create a new Translator Space

For more information on how to setup a space other than Unique AI, check: Create Spaces

Step 2: Configure your Translator Space

Add Name and Description

Add a space name (e.g., Translator), a description of the space and a disclaimer text for the end users.

Modify AI Assistant and Advanced Settings

Make sure that Translator V2 is set as the exclusive AI Module for both the AI Assistant and the Fallback AI Module.

If the Translator V2 AI Assistant is not available to you via Dropdown, you might need to first create an AI Module Template as described here: AI Module Templates

The “Translator V2” module is standalone and can not be combined with other modules.

Incorporate Glossary in Pre-and Post Processing

The Translator Space can be adapted to align with your organization's glossary during pre- and post-processing steps, enhancing the quality of your translations.

More details on how to configure the Translator V2 module can be found here

Modify Advanced Settings

  1. In the “Advanced Settings” section, click the pencil icon button.

  2. Make sure the userInterface is updated from “CHAT” to “TRANSLATION”.

The following setting will show the translation interface:

"userInterface": "TRANSLATION"

The following setting will show the chat interface:

"userInterface": "CHAT"

Suggested Prompts and Access Management

For more information on how to setup a space other than Unique AI, check: Space Management for Admins

Step 3: Publish your Translator Space

If you've finished setting up and customizing the translator Space, be sure to publish it by clicking the "Publish" button in the top-right corner.

Restrict Document Types

At the moment we only support uploading .docx, .pptx and .xlsx files for document translation.

By default, the document translation feature allows uploading .docx, .pptx and .xlsx files. However, if you want to restrict the file types to only or several types, you can use the FILE_TYPES_DOCUMENT_TRANSLATOR environment variable located in the next-chat frontend application.

Example how to set:

FILE_TYPES_DOCUMENT_TRANSLATOR: 'docx'

This will only allow the upload of docx files in the document translation interface for example.

For unsupported file types, please convert them to a supported format (.docx, .xlsx, or .pptx) yourself first, then upload for translation.

Limitations