Event details
Retrieval-augmented generation (RAG) allows you to build GenAI applications that use your own data, to optimize LLM performance.
Join our AMA to ask us about RAG, vector databases, running RAG...
EricStarker
Updated Feb 14, 2024
Leon Meijer
Feb 14, 2024Copper Contributor
Is it possible to create a search engine/RAG that finds (almost) duplicate documents, and presents the most relevant ones, e.g. with the latest revision first?
gia_mondragon
Microsoft
Feb 14, 2024Azure AI Studio (https://azure.microsoft.com/en-gb/products/ai-studio/) keeps track of all document versions for RAG, if that is what you’re looking for.
- gia_mondragonFeb 14, 2024
Microsoft
If you would like to handle the freshness state of the document so the latest version is the one that comes up as part of the engine itself (in AI Search), we're currently working on a feature improvement that takes care of this functionality so this gets translated to the answers returned to the LLM when performing RAG.- CacrowleyFeb 14, 2024Occasional ReaderThank you