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.

相关推荐
淡淡的说非5 分钟前
LangChain4j 深度解析与Java工程化落地实践
ai·llm·springboot·langchain4j
m0_6038887127 分钟前
Over-Searching in Search-Augmented Large Language Models
人工智能·ai·语言模型·自然语言处理·论文速览
Learn Beyond Limits9 小时前
解构语义:从词向量到神经分类|Decoding Semantics: Word Vectors and Neural Classification
人工智能·算法·机器学习·ai·分类·数据挖掘·nlp
哥布林学者10 小时前
吴恩达深度学习课程五:自然语言处理 第一周:循环神经网络 (六)长短期记忆 LSTM
深度学习·ai
AI大模型应用之禅11 小时前
全球股市估值与可持续农业垂直种植技术的关系
网络·ai
跨境日记的老周12 小时前
AI搜索革命:GEO优化如何成为企业获取精准流量
ai
坚定学代码13 小时前
基于观察者模式的ISO C++信号槽实现
开发语言·c++·观察者模式·ai
Java追光着15 小时前
gemini pro 此账号无法订阅Google AI方案
ai·gemini
少林码僧15 小时前
2.9 字段分箱技术详解:连续变量离散化,提升模型效果的关键步骤
人工智能·ai·数据分析·大模型
爱笑的眼睛1115 小时前
超越可视化:降维算法组件的深度解析与工程实践
java·人工智能·python·ai