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
- As aura-configuration-api has been updated from version v1 to v2, the calls to the corresponding swaggers must include this change. Consequently, all the guidelines related to ATRIA configuration that include calling the APIs have been modified.
- Related documents:
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
/refreshendpoint 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:
Last modified September 12, 2025: feat: Clean up of MHC, Metaverso and COL projects #AURA-30235 [RTM] (17c23953)