Categories:
Build experiences that use General RAG
Workflow with the main stages to build an end-to-end experience that calls the General RAG model
Introduction
General RAG capability enables the implementation of RAG (Retrieval Augmented Generation) techniques to surpass the capabilities of LLMs in the development of generic questions use cases (based on FAQs).
Steps in the process
a. Prerequisites: Install and enable
GES team
Check that the required components are enabled. If not:
Enable RAG components
Enable atria-model-gateway
Enable atria-rag server
Enable aura-manager (ATRIA web interface)
GES team / Kernel DevOps Team
Is aura-gateway-api published in Kernel? If not:
Publish the aura-gateway-api API in Kernel as a prerequisite to call this API
GES team
Check if your Kernel token has already expired. If so:
Get a valid Kernel two-legged token
b. Build experience
Use case constructor
Guidelines for ATRIA uses cases constructors