Showing results for Hybrid RAG - Azure SQL Devs’ Corner

Jan 23, 2025
0
1

Improve the “R” in RAG and embrace Agentic RAG in Azure SQL

Davide Mauri
Davide Mauri

The RAG (Retrieval Augmented Generation) pattern, which is commonly discussed today, is based on the foundational idea that the retrieval part is done using vector search. This ensures that all the most relevant information available to answer the given question is returned and then fed to an LLM to generate the final answer. While vector search...

Azure SQLAI