Release 2024.48

Release Date: Nov 26, 2024


Breaking Changes in Release 2024.48

Features

  • The chat app now remembers where you left off. When you return, it will automatically take you back to your last used space, making it easier to pick up where you left off.

  • Messages in the GraphQL query are optimized by limiting the amount of data fetched.

  • Audit logs now provide more useful information while providing ability to exclude sensitive details for better security (Audit Logs).

  • You can now set different display languages for each space in the translation module, making it easier for teams that work in multiple languages.
    If no specific language is set, it uses the default languages.

  • BETA New AI module added for (beta) Agentic Search .

Improvements

  • The stop icon now has the word "Stop" next to it, emphasizing o the user that they can stop the processing current task or action the input field for creating answers shows "Generating response..." to let you know it’s working.

  • The configuration of language settings allows selecting one or more languages that the app will support. Without defining a specific language configuration, the application defaults to a pre-defined global language setting (Chat Layout UI: Translation Use Case).

  • Improved export functionality for chat interactions, fixing issues with exporting 30 days of data on certain clusters.

  • Files that don’t need to be processed will now show a status of ‘FINISHED’ right away, so you know they’re done.

  • Searching for documents is now about 40% faster, making it quicker to find what you need.

  • In the translation one2one call, we’ve remove unnecessary “tools” call being made.

  • You’ll see clearer error messages if you try to upload files that are too large.

  • In the app repository, you can now close the create app window without needing to refresh the page.

  • We’ve added new metrics endpoints to “node-theme” and “node-app-repository” microservices help monitor the performance better.

  • If you upload more than 10 files, you’ll get improved error notices to help you manage your uploads.

  • CSV exports now include a special character (BOM) to ensure special characters display correctly in tools like Excel.

  • The Document Search V2 module has improved logs and debugInfo with precise timing measurements for each sub task carried out.

  • AI Module templates auto-populated:

Bug fixes

  • Users can now change the name of the chat.

    → While in editing mode, the navigation retains the old title.
    → When the change of title is confirmed, the chat’s name is updated to the new title.

  • The Knowledge Base access list now correctly shows all the people who have access, not just the first 10.

  • References and links fixed for Document Search V2 consistent with V1 and benchmarking works now as expected with hallucination check.

Environment Variables

Variable

Change

Service

Options and Description

Variable

Change

Service

Options and Description

EXPORT_PROMPTS_ACCESS_CONTROL

REMOVED

chat backend

Flag has been sunset.

USE_NEW_FTS_QUERY_APPROACH

ADDED

ingestion backend

(string) “true“ | “false”

When enabled, uses a faster FTS search algorithm.

AI Modules Config

This block models the chat backends module config and should be updated to support the latest modules and developments.

INTERNAL_MODULES_CONFIG: >- [ {"name": "SearchInVectorDBV2", "apiURL": "http://assistants-core.chat.svc.cluster.local:8081/core/search"}, {"name": "ImageSummarizer", "apiURL": "http://assistants-core.chat.svc.cluster.local:8081/core/image_summarizer"}, {"name": "TranslationOneToOne", "apiURL": "http://assistants-core.chat.svc.cluster.local:8081/core/translation_one_to_one"}, {"name": "WebSearch", "apiURL": "http://assistants-core.chat.svc.cluster.local:8081/core/web_search"}, {"name": "ComplianceCheck", "apiURL": "http://assistants-core.chat.svc.cluster.local:8081/core/compliance_check"}, {"name": "QuestionExtractor", "apiURL": "http://assistants-core.chat.svc.cluster.local:8081/core/question_extractor"}, {"name": "QuestionAnswerer", "apiURL": "http://assistants-core.chat.svc.cluster.local:8081/core/question_answerer"}, {"name": "QuestionPredictor", "apiURL": "http://assistants-core.chat.svc.cluster.local:8081/core/question_predictor"}, {"name": "DocumentSummarizerV2", "apiURL": "http://assistants-core.chat.svc.cluster.local:8081/core/document_summarizer"}, {"name": "ImageUpload", "apiURL": "http://assistants-core.chat.svc.cluster.local:8081/core/image_upload"}, {"name": "DocumentTranslator", "apiURL": "http://assistants-core.chat.svc.cluster.local:8081/core/document_translator"}, {"name": "AgenticSearch", "apiURL": "http://assistants-core.chat.svc.cluster.local:8081/core/agentic_search"}, {"name": "TranslatorV2", "apiURL": "http://assistants-core.chat.svc.cluster.local:8081/core/translator_v2"} ]

Note that assistants-core and chat depend on your cluster setup and must match the matching release and its namespace.


Author

@Ivana Ignjatovic

 

© 2024 Unique AG. All rights reserved. Privacy PolicyTerms of Service