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.

相关推荐
新智元2 分钟前
毕业 7 年,身价破亿!清北 AI 天团血洗硅谷,奥特曼被逼分天价股份
人工智能·openai
新智元13 分钟前
刚刚,苹果大模型团队负责人叛逃 Meta!华人 AI 巨星 + 1,年薪飙至 9 位数
人工智能·openai
掉鱼的猫34 分钟前
Java MCP 实战:构建跨进程与远程的工具服务
java·openai·mcp
海豚调度2 小时前
Linux 基金会报告解读:开源 AI 重塑经济格局,有人失业,有人涨薪!
大数据·人工智能·ai·开源
令狐少侠20112 小时前
ai之RAG本地知识库--基于OCR和文本解析器的新一代RAG引擎:RAGFlow 认识和源码剖析
人工智能·ai
哪吒编程6 小时前
马斯克掀起"帐篷文化",Grok4即将发布,碾压Gemini 2.5 Pro、Claude Opus 4,国内直接使用
openai·grok
小屁妞6 小时前
Spring AI Alibaba智能测试用例生成
ai·测试用例生成·ai生成测试用例
waynaqua7 小时前
FastAPI开发AI应用一:实现连续多轮对话
python·openai
waynaqua7 小时前
FastAPI开发AI应用二:多厂商模型使用指南
python·openai
tonngw9 小时前
DeepSeek 帮助自己的工作
ai