Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: RAG experiences in Message Extensions (plugins for Copilot for Microsoft 365) #10741

Closed
aycabas opened this issue Jan 23, 2024 · 2 comments
Assignees
Labels
feature-request The issue is a feature request TA:PM PM investigation area
Milestone

Comments

@aycabas
Copy link

aycabas commented Jan 23, 2024

Is your feature request related to a problem? Please describe.
RAG (Retrieval Augmented Generation) architectures are one of the top scenarios when it comes to "bring your own data" in GPT powered bots (Reference posts from the dev community: Ayca Bas LinkedIn, Ben Ufuk Tezcan LinkedIn). Bringing this scenario into plugins (message extensions) would give Copilot for Microsoft 365 access to the existing data in the cloud. Therefore, developers won't need to build and maintain custom copilot, but use Copilot for Microsoft 365 to create their custom search experiences by integrating with Azure AI Search (Vector, Semantic, Keyword, Hybrid)

Describe the solution you'd like
Providing a message extension template that has Azure AI Search integration on Teams Toolkit for Visual Studio and Visual Studio Code. Today, Teams Toolkit search message extension provides an API call to make a query, in addition to the existing template, Teams Toolkit can provide a "search with your own data" message extension that has an integration with Azure AI Search and developers can directly make the search query through RAG architecture. This sample shows how to achieve this: https://github.com/OfficeDev/Copilot-for-M365-Plugins-Samples/tree/main/samples/msgext-doc-search-js

CopilotAISearch (1)

Copy link
Contributor

Thank you for contacting us! Any issue or feedback from you is quite important to us. We will do our best to fully respond to your issue as soon as possible. Sometimes additional investigations may be needed, we will usually get back to you within 2 days by adding comments to this issue. Please stay tuned.

@adashen adashen added feature-request The issue is a feature request TA:PM PM investigation area labels Jan 24, 2024
@adashen adashen added this to the Backlog milestone Jan 24, 2024
@MuyangAmigo
Copy link
Collaborator

Added the RAG Template in the latest Teams Toolkit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request The issue is a feature request TA:PM PM investigation area
Projects
None yet
Development

No branches or pull requests

3 participants