Can we Deploy Web Application in Azure OpenAI of Production Level

**题意:**我们可以在Azure OpenAI中部署生产级别的Web应用程序吗

问题背景:

I have created azure ai search service and used Text split skillset and made index. I also deployed a web Application but have a question that If I want to create to production level, which means that Can we create/deploy a web application in such a way that in web application, I can upload document and ask questions and get answers there and then.

The web application is created using Azure AI Search and it has documents that are stored in Azure Blob Storage. If I want to create Production level Web Application where we can upload Document and ask questions and get answers, Is it possible or not?

Please Guide.

Thanks in Advance!!!

问题解决:

Short answer is Yes, its possible.

On the backend, you can create/link with your index via Azure SDK. Your pipeline/workflow would look something like this on high level:

  • Upload document
  • Process document
  • Upload to an existing index via Azure SDK (create index first if necessary)
  • Link with the new index and do Q/A
  • Remove document from index via Azure SDK (delete index if necessary)

Note: You probably need to create index for each user or each session depending on how you want to design your application.

相关推荐
无声旅者18 分钟前
n8n:解锁自动化工作流的无限可能
ai·自动化·oneapi·ai大模型·n8n
哪吒编程2 小时前
重磅更新! 基于Gemini 2.5 打造的AI智能体PlantUML-X上线!
openai·gemini
量子位2 小时前
大模型公司挖墙脚哪家强?报告:Anthropic 人才吸引力是 OpenAI 的 8 倍,留存率达 80%
openai·ai编程
在荒野的梦想3 小时前
DeepSeek+SpringAI实现流式对话
java·ai
程序员鱼皮4 小时前
刚刚,Cursor 1.0炸裂发布!4大亮点实战
计算机·ai·程序员·互联网·软件开发
爱吃的小肥羊4 小时前
ChatGPT又双叒叕升级了,AI编程能联网,记忆功能免费用!
chatgpt·openai
程序员鱼皮11 小时前
全球首个无限执行的 AI 出现!给我玩爽了
计算机·ai·互联网·agent·代码
程序员岳焱11 小时前
Spring AI 2025重磅更新!Java程序员的AI时代正式开启
人工智能·后端·openai
运营黑客11 小时前
揭秘丨ChatGPT超级记忆功能,是如何工作的?(干货预警)
aigc·openai
要养家的程序猿1 天前
RagFlow优化&代码解析(一)
人工智能·ai