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.

相关推荐
OceanBase数据库官方博客9 分钟前
深度解读 OceanBase 多模一体化能力
数据库·ai·oceanbase·分布式数据库
程序员鱼皮41 分钟前
Agent Skills 傻瓜式教程,26 年最火 AI 技术就这?
计算机·ai·程序员·agent·编程经验
DS随心转APP2 小时前
怎么导出豆包聊天记录
人工智能·ai·豆包·deepseek·ds随心转
16Miku2 小时前
使用Gemini3Pro+NanoBananaPro制作高级PPT
ai·ai制作ppt·nanobananapro·gemini3pro
驭白.2 小时前
当硬件成为载体:制造端如何支撑持续的OTA与功能进化?
大数据·人工智能·ai·制造·数字化转型·制造业·新能源汽车
Miss_SQ2 小时前
Unity接入AI—Deepseek,数据流式传输
unity·ai
特立独行的猫a2 小时前
OpenAI 函数调用完全指南:让大模型连接外部世界的核心原理
openai·函数调用·mcp·mcpserver
秦苒&2 小时前
【脉脉】AI 创作者 xAMA 知无不言:在浪潮里,做会发光的造浪者
大数据·c语言·数据库·c++·人工智能·ai·操作系统
發糞塗牆3 小时前
Azure 架构师学习笔记 - Azure AI(2)-Azure机器学习 (Azure ML) 工作区架构
人工智能·azure
zhojiew3 小时前
在Lambda函数中编写和部署MCP服务器的方法
运维·ai·aws