Adding File Index after deploying AoAi Web App

Mohamed Hussein 610 Reputation points
2025-02-04T05:06:18.04+00:00

Good Day,

When deploying WebApp at Azure Open Ai from the Chat playgroud option

Is that possible to link File / Folder search after the deploying is done?

By othwer words, Are these setting (on the left panel) reflecting on both Chat playground and the deployed Web App?

Or only reflects the Chat playground session?

User's image

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,615 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. SriLakshmi C 2,330 Reputation points Microsoft Vendor
    2025-02-04T07:32:02.03+00:00

    Hello Mohamed Hussein,

    Greetings and Welcome to Microsoft Q&A! Thanks for posting the question.

    When deploying a web app using Azure OpenAI, the settings and configurations made in the Chat Playground do not automatically carry over to the deployed web app. These configurations are specific to the playground session and do not reflect in the deployed environment. Uploading and interacting with files is only possible within the Assistant in Azure OpenAI Studio and is not available once the web app is deployed. However, you can create a custom web app that leverages the Assistant API to enable file search and interaction post-deployment. This requires additional setup, such as integrating Azure Cognitive Search or other data retrieval methods, to support document-based interactions within the deployed solution. To achieve this, you would need to configure the web app separately, ensuring it can process and retrieve data as required.

    Please refer this for custom webapp, https://github.com/microsoft/sample-app-aoai-chatGPT.

    I hope you understand. And, if you have any further query do let us know.


    If this answers your query, do click Accept Answer and Yes for was this answer helpful.

    Thank you!

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.