PhariaAI v1.260100.0

PhariaAssistant

This release enables the Translation tool for Assistant allowing the agentic chat to save costs in translating texts by using a cheaper tool call than allowing the large language model to itself translate.

We also added documentation for the categories on the sidebar in Assistant.

Document processing by Translation MCP Server

Availability

On-premise

  • Retrieving document text from Data Platform is implemented as part of Translation MCP server

  • Retrieved document text is fetched to Translation API

Benefit: Will now use the cheaper translation service as a tool call instead of having the LLM translate for you.

Updated documentation for customizing category names in the sidebar and Apps page.

This release adds more documentation for the sidebar.

Benefit: Its now clear how to change the categories on the sidebar from the default "Built-in" & "Custom Apps"

Bug Fixes

  • Removed the Uzbek language from the interface, as it’s not supported by the translation model

  • Custom Apps were not shown on the Apps page

  • PhariaChat: Fixed an issue with agentic chat getting stuck in a final answer loop when setting answer_formating_mode to on_tool_availability

UI changes:

  • Removed the Company name placeholder from the category name on the Apps page and in the Sidebar, since the entire category name is now editable (ticket)

PhariaOS

The inference API provides a new /rerank endpoint, which allows to rerank a list of items based on given input query. See our public docs on reranking for more information.

Other updates

  • Bug fixes and improvements

  • Security enhancements

  • Minor performance and stability fixes