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.

相关推荐
阿菜ACai1 小时前
Kimi 新模型发布!教你如何在 Claude Code 上配置并使用最新的 k2.6 模型!
ai
机器之心3 小时前
特斯拉开源硬件,中国团队开源大脑!首个具身智能顶配全家桶上线
人工智能·openai
机器之心3 小时前
天塌了,Pro用户用不了Claude Code,除非100美元买Max
人工智能·openai
机器之心3 小时前
ChatGPT Images 2.0震撼发布!碾压谷歌Nano Banana,设计真要完了
人工智能·openai
GHL2842710904 小时前
Agent相关问题整理学习
学习·ai
小糖学代码4 小时前
LLM系列:2.pytorch入门:3.基本优化思想与最小二乘法
人工智能·python·算法·机器学习·ai·数据挖掘·最小二乘法
J_bean4 小时前
大语言模型 API Token 消耗深度剖析
人工智能·ai·llm·大语言模型·token
小丑依然是我4 小时前
终端 AI 助手的上下文压缩与持久化记忆设计
架构·openai
爱吃的小肥羊5 小时前
Claude 塌房实锤:Pro 用户可能连 Claude Code 都不配用了
aigc·openai·ai编程
维元码簿5 小时前
Claude Code 深度拆解:上下文里有什么——工具能力声明
ai·agent·claude code·ai coding