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.

相关推荐
包子BI大数据2 小时前
3.openclaw小龙虾简单版安装教程
人工智能·python·ai
格桑阿sir3 小时前
15-大模型智能体开发工程师:深度学习MCP协议(Model Context Protocol)
人工智能·ai·大模型·agent·sse·mcp·streamable http
Aqoo3 小时前
ACTS:用 MDP 建模推理过程,让 LLM 省 token 还不掉准确率
openai
机器之心3 小时前
当Token飙到天文数字,高通用「计算连续体」重搭智能体新基建
人工智能·openai
weixin_468466853 小时前
液态神经网络新手入门与实战指南
人工智能·深度学习·神经网络·ai·机器视觉·液态神经网络
机器之心3 小时前
一夜之间,ChatGPT与Codex合并了
人工智能·openai
机器之心4 小时前
老黄的Cosmos 3刚发一天,就被一家中国公司反超了
人工智能·openai
Stick_ZYZ4 小时前
从“能调用工具”到“能稳定执行任务”:Agent 工程化的下一步
java·人工智能·后端·spring·ai
明月(Alioo)4 小时前
Netcat (nc) 操作指南
ai·aigc
weixin_468466854 小时前
多鲁棒优化新手实战指南
人工智能·深度学习·机器学习·ai·模型优化