RAG - Retrieval-Augmented Generation
Synchronous vs Asynchronous RAG
The distinction between the synchronous approach (search and generation in the same call) and the asynchronous approach (pre-indexing and real-time retrieval) based on latency constraints.
← Tillbaka