Categories:
ATRIA Model Gateway
Descriptive documentation regarding the ATRIA component atria-model-gateway
Introduction
atria-model-gateway is an ATRIA component in charge of managing the communication with different AI models.
Currently, this component receives a request from aura-gateway-api, together with other input data, and makes a call to the LLM/LMM Experiences Builder and use its capabilities.
atria-model-gateway is also in charge of security and privacy control and allows users to provide feedback on their experience.
If the selected AI model is RAG, then atria-model-gateway calls the atria-rag-server, which is in charge of executing the RAG chain and making the corresponding calls to the LLM models and databases.
The functional components of atria-model-gateway are described in the document LLM/LMM Experiences Builder
Associated documentation
Descriptive technical documentation regarding atria-model-gateway includes: