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.

相关推荐
灵感__idea2 小时前
《AI工程》:为什么需要RAG和智能体?
aigc·openai·ai编程
机器之心6 小时前
实锤了:Claude Code偷查用户,时区、中国AI实验室全是关键词
人工智能·openai
机器之心7 小时前
飞书让表格变成「AI同事」加入群聊,不打开表就能用表
人工智能·openai
妙妙屋(zy)8 小时前
Claude Code+CC-Switch+CC-Connect+飞书使用教程
ai
ytAnck8 小时前
傻傻分不清OpenAI 与 Anthropic 接口协议差异
openai·ai编程
AlbertZein9 小时前
从“看图说话”到“动手干活”:看看国产多模态模型在生产场景下的真实表现
aigc·openai·ai编程
CoovallyAIHub9 小时前
三张S-1,一个窗口:Anthropic、OpenAI、SpaceX 上市潮意味着什么?
openai·saas·创业
Java研究者10 小时前
AI智能体研发 | 什么是OpenAI API协议
人工智能·大模型·openai·api·agent·智能体
小七-七牛开发者11 小时前
Coding Agent 规则管理:CLAUDE.md、Skills、Hooks、Subagents 到底怎么选?
ai·大模型·agent·claude·token·loop·mcp·claudecode·ai coding
沉默王二14 小时前
国产版Codex?阿里QoderWork有点东西,设计出来的Codex+Claude Code学习网站好看啊(附教程,超简单)
openai·agent·ai编程