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
mike_carter_msft
Microsoft
Feb 14, 2024Hi Kumar!
You can find documentation for M365 Copilot extensibility here: https://learn.microsoft.com/en-us/microsoft-365-copilot/extensibility/
There are several samples in GitHub that should help you get started here: https://github.com/OfficeDev/Copilot-for-M365-Plugins-Samples?tab=readme-ov-file
Our particular favorite is this sample that shows how to integrate Azure AI Search with the M365 Copilot: https://github.com/OfficeDev/Copilot-for-M365-Plugins-Samples/tree/main/samples/msgext-doc-search-csharp
Kumar Chinnakali
Feb 14, 2024Copper Contributor
Great, Mike. Thanks a ton.