Atria Rag Server changelog
Changelog of Atria Rag Server for Shakira Aura Platform release
Added
2025-08-08 - DAPR pubsub support
- atria-rag-server now supports DAPR pubsub, allowing this component to subscribe to DAPR topics and receive messages in real time.
- Related documents:
Changed
2025-06-24 - Improved ATRIA injection process
- The ingestion process for uploading and processing new documents in an ATRIA experience has been optimized through:
- Apification of the process
- Modifications for a more efficient and agile process
- Detailed status updates and progress tracking
- Improved error management
2025-06-24 - RAG does not support files with whitespaces
- A disclaimer has been added to documentation to explicitly state that the RAG does not support files with whitespaces, in order to prevent potential issues during document importation.
- Related documents:
2025-06-14 - Improved process logs
- The atria-rag-server uploaded some logs with wrong formatting to Elastic, where certain mandatory fields were missing. This behavior has been improved, and logs are now generated with the expected fields in correct format.
2025-06-14 - Improved process for presets availability
- When a new preset is created, it is necessary to launch the database generation process by executing the atria-rag-generate-db component. This process may take several minutes to complete. Meanwhile, a message is sent to the user, informing that the preset is not available yet.
- Related documents:
2025-05-18 - Preprocessing user’s requests to detect language
- atria-rag-server now also preprocesses the user’s requests when it is configured to detect the language of the input text and special characters that may cause recognition errors are removed. This preprocessing is only used during the language identification process, the sentence remains the same for the rest of the stages.
- Added new parameter
chars_to_cleanto the default configuration of the atria-rag-server. By default, it is set to['\n']. This parameter is not modifiable by use cases constructors. - Related documents:
2025-08-08 - Refactor of environment variables
- atria-rag-server environment variables have been modified and updated for a better configuration of the component.
- Related documents:
Last modified September 4, 2025: feat: Next steps for agents platform. #AURA-29924 [RTM] (60eae014)