Ayfie Personal Assistant 2.13.0

Release Date: 9/Jul/24

 

Highlights

  • Added support for inline images

  • Deployed Claude 3.5 Sonnet model

  • Marking GDPR compliant models

  • Bugfixes

 

Features

Key

Summary

Change Log

Key

Summary

Change Log

CHAT-1117

Copy code option

  • added “copy” button into code box

CHAT-1111

Mark secure models

Models hosted in EU and GPDR compliant are marked with shield icon

CHAT-1108

Deploy Claude 3.5 Sonnet model

Deployed Claude 3.5 Sonnet

CHAT-1099

Dynamic branding part 2

  • Remove “for company” at the end

  • Assets cached per tenant/subdomain

  • Added restore to defaults option

  • Unify the name of the application

CHAT-1082

Subscription popup presented only once

SEARCH UI:

  • Popup with subscription presents only when user login

CHAT-1076

Images support part 2

Personal Assistant FrontEnd:

  1. Users can add images to their conversations using the button next to the chat message input.

  2. Accept only JPEG and PNG formats for images.

  3. Users receive a response from the AI about the image.

  4. When the model doesn't process an image, we automatically switch to the first supported model.

  5. Support drag-and-drop functionality on the message box, as well as copy-and-paste into the message input.

Personal Assistant backend

  • Images added to conversation can be send via websocket

CHAT-1072

Images support in GPT-4 turbo 2024

  • Images are also supported by GPT-4 turbo-2024-04-09 model

CHAT-1048

Configurable data retention policy

The data retention policy has been implemented. It can be enabled by setting AYFIE_CHAT_DATA_RETENTION_POLICY_ENABLED to true. The length of time the application can keep unused files is determined by env: AYFIE_CHAT_DATA_EXPIRATION_TIME_IN_DAYS (default value 30 days), and if the application is running in individual subscription mode, then also by AYFIE_CHAT_FREEMIUM_EXPIRATION_DATE_IN_DAYS (default value 7 days) for a user without a payment subscription.

The functionality is turned off now.

 

Bugs

Key

Summary

Change Log

Key

Summary

Change Log

CHAT-1097

Empty files marked as failed

Personal Assistant

  • Empty files should no longer be marked as failed

CHAT-1093

Deleting a user account ends with an error

A separate implementation for serverless pinecone has been added. For the already existing index pod type, the old implementation will be used