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.

相关推荐
李坤20 分钟前
让 Codex 和 Claude 互相 Review:告别手动复制
人工智能·openai·claude
搬砖的小码农_Sky2 小时前
AI Agent:WebMCP介绍和具体实现方案
人工智能·ai·人机交互·agi
灵感__idea2 小时前
《AI工程》:在天才的游戏里,为普通人做点事
aigc·openai·ai编程
Mac的实验室5 小时前
Codex需要手机号验证,接码Codex总是给whatsapp发消息无法接收怎么办?Codex显示无法向此电话号码发送验证码
openai
AI绘画哇哒哒5 小时前
Agent三种思考模式深度解析:CoT/ReAct/Plan-and-Execute,小白程序员必看,助你轻松掌握大模型精髓(收藏版)
人工智能·学习·ai·程序员·大模型·产品经理·转行
小江的记录本5 小时前
【Java基础】核心关键字:final、static、volatile、synchronized、transient(附《思维导图》+《面试高频考点清单》)
java·前端·数据结构·后端·ai·面试·ai编程
me8325 小时前
【AI】踩坑LangChain4j集成千问模型:版本适配问题完整解决历程
java·spring·阿里云·ai
怕浪猫6 小时前
AI 3D 大模型创作
aigc·openai·ai编程
weixin_449290016 小时前
Dify 企业数字安全一键配置模板
ai
TheRouter6 小时前
OpenClaw 上下文瘦身:3 个实验
开发语言·python·ai