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
Kumar Chinnakali
Feb 14, 2024Copper Contributor
Could you please provide/direct us to the technical documentation for integrating directly with Microsoft 365 Copilot? We're looking to invoke the Document Compare JavaScript API without using the Word Task Pane Add-in route, as we see some session management issues.
- mike_carter_msftFeb 14, 2024
Microsoft
Hi 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 ChinnakaliFeb 14, 2024Copper ContributorGreat, Mike. Thanks a ton.