Atria RAG server changelog

Changelog of Atria RAG server for Qotsa Aura Platform release

Changed

2025-06-17 - Improved guidelines for adding metadata information in ATRIA configuration

  • Clarifications in the document “Import documents into ATRIA”:
    • Explained different types of documents that can be uploaded and selected in the preset configuration field loaderType
    • Description of different scenarios for adding metadata information depending on the types of documents
  • 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 config by Redis events

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

Fixed

2025-06-11 - Unavailability of RAG preset without references

  • When a user created a RAG preset without references (the references field is not mandatory for ATRIA configuration), the system allowed the preset to be created but afterwards, it could not be used. Now, it is resolved and the preset is available for its use.