Skip to content

Commit fcce60f

Browse files
Merge pull request #247015 from aahill/oaoi-pva
power virtual assistant integration
2 parents 4f6957b + c804975 commit fcce60f

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

articles/ai-services/openai/concepts/use-your-data.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,18 @@ Avoid asking long questions and break them down into multiple questions if possi
152152

153153
* If you have documents in multiple languages, we recommend building a new index for each language and connecting them separately to Azure OpenAI.
154154

155+
### Using Power Virtual Agents
156+
157+
You can deploy your model to [Power Virtual Agents](/power-virtual-agents/fundamentals-what-is-power-virtual-agents) directly from Azure OpenAI studio, enabling you to bring conversational experiences to various data stores like public websites, SharePoint, OneDrive, and more. Power Virtual Agents acts as a conversational and generative AI platform, making the process of creating, publishing and deploying a bot to any number of channels simple and accessible.
158+
159+
While Power Virtual Agents has features that leverage Azure OpenAI such as [generative answers](/power-virtual-agents/nlu-boost-conversations), deploying a model grounded on your data lets you create a chatbot that will respond using your data, and connect it to the Power Platform.
160+
161+
> [!VIDEO https://www.microsoft.com/videoplayer/embed/RW192hF]
162+
163+
155164
### Using the web app
156165

157-
You can use the available web app to interact with your model using a graphical user interface, which you can deploy using either [Azure OpenAI studio](../use-your-data-quickstart.md?pivots=programming-language-studio#deploy-a-web-app) or a [manual deployment](https://github.com/microsoft/sample-app-aoai-chatGPT).
166+
You can also use the available standalone web app to interact with your model using a graphical user interface, which you can deploy using either [Azure OpenAI studio](../use-your-data-quickstart.md?pivots=programming-language-studio#deploy-a-web-app) or a [manual deployment](https://github.com/microsoft/sample-app-aoai-chatGPT).
158167

159168
![A screenshot of the web app interface.](../media/use-your-data/web-app.png)
160169

0 commit comments

Comments
 (0)