Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Current »

Release Date:

Features

  • Message Assessment: We’ve implement a new message assessment feature that can be used to show the result of evaluations of a message. Examples of assessments includes Hallucination, Compliance e.t.c. External modules can also use the SDK to post the assessments results of a message. More docs about this here

Improvements

  • Chat Interactions: we’ve improved the export of chat-interactions analytics. Now they don’t fail on large amount of data

  • Enhanced Redirection: Users are now redirected to the previously open page after login, instead of the default app page. For example, logging in from/admin/members will return you to /admin/member, not /admin.

  • Theme Page:

    • No error is shown on the frontend if no /theme is set in the environment.

    • When a static theme is configured via helm STATIC_THEME_COLORS:

      • The theme form on /theme will be pre-populated with the provided static theme colors.

      • The action allows updating the theme directly instead of creating a new one.

      • Logo updates work seamlessly without resetting the provided static theme colors.

  • Space Settings: The option to disable FilePickerOnMobile now extends to tablet view.

  • Access to the space: When creating a new space or editing an existing one, the "All Company" group is automatically added to the space form.

Fixes

  • Feedback: Ensured source information in chat and the Feedback interface is consistent for the same question.

  • Code Snippet Handling: Dollar signs ($) in code snippets are no longer prefixed with a backslash (\). Note: During streaming, \$ may still appear, but it will display correctly once streaming is complete.

Changes on Application environment

Change

Name

Value

Applications

Removed

FEATURE_FLAG_ENABLE_ASSISTANT_ACCESS_UN_5775

-

next-admin

Removed

FEATURE_FLAG_KNOWLEDGE_SCOPE_UN_5773

-

next-admin

Removed

FEATURE_FLAG_STOP_STREAMING_UN_4824

-

next-chat

Modified
(Added entry to Array)

INTERNAL_MODULES_CONFIG

{"name": "HallucinationLevelEvaluation", "apiURL": "<AssistantsCoreInternalUrl>/core/evaluations/hallucination-level"}

node-chat


 

  • No labels