Reload config by Redis event in RAG and Model Gateway

Description of the process for updating and reloading ATRIA configuration by means of Redis events

Introduction

Once a preset or application configuration has been modified, a Redis event is automatically triggered to the PresetConfiguration and ApplicationConfiguration channels.

The components atria-model-gateway and atria-rag-server are subscribed to these channels and once an event arrives, they launch the configuration update process.

This process is transparent to the user.