Atria Model Gateway changelog

Changelog of Atria Model Gateway for Qotsa Aura Platform release

Added

2025-06-16 - Best practices for prompts generation

  • First version of a new document with complete and practical guidelines and best practices for constructors when creating a prompt for an ATRIA use case, both using Generative AI or RAG.
  • Related documents:

Changed

2025-05-30 - Increased version in aura-configuration-api swaggers

2025-05-26 - Mandatory RetrievalStg in presets

  • When using ATRIA RAG capability, the retrieval stage (RetrievalStg) that defines in a preset the process for obtaining relevant documents that best match the input query, must be mandatory in preset definition.
  • Related documents:

2025-05-26 - Removal of the /refresh endpoint

  • The /refresh endpoint has been removed from the atria-model-gateway component. This endpoint was used to refresh the configuration.

2025-05-26 - Update configuration by Redis events

  • atria-model-gateway is subscribed to Redis channels, so when the configuration is modified, an event will be triggered on those channels, which will make atria-model-gateway to read it and relaunch the configuration.
  • Related documents:

2025-05-26 - New endpoint proxy OpenAI

  • A new endpoint has been added to atria-model-gateway to proxy OpenAI requests. This endpoint allows you to send requests to OpenAI models through this ATRIA component, enabling better integration and management of OpenAI model interactions.
  • Related documents: