当前位置: 首页 > article >正文

azure-search-openai-demo-csharp does not deploy correctly to azure clooad

题意:“azure-search-openai-demo-csharp 无法正确部署到 Azure 云中”

问题背景:

I want to try the sample, which Microsoft provided about the azure search. 

“我想尝试微软提供的关于 Azure 搜索的示例。”GitHub - Azure-Samples/azure-search-openai-demo-csharp: A sample app for the Retrieval-Augmented Generation pattern running in Azure, using Azure Cognitive Search for retrieval and Azure OpenAI large language models to power ChatGPT-style and Q&A experiences..

I have all rights, what are needed for creating this sample

“我拥有创建此示例所需的所有权限。”

  • Access to Azure OpenAI Service     “访问 Azure OpenAI 服务”
  • Owner of the subscription     “订阅的所有者”

but the deployment always fails. I have two different errors. Sometime everthing works without any issues except the "redis" resource and sometimes the "openai"-resource already fails.

“但部署总是失败。我遇到了两个不同的错误。有时一切正常,除了“redis”资源有问题;有时“openai”资源就已经失败了。”

redis error        redis的错误信息:

{ "code": "ContainerAppOperationError", "message": "Failed to provision revision for container app 'redis'. Error details: Operation expired." }

openai error        openai 的错误信息

"error": { "code": "InvalidTemplateDeployment", "message": "The template deployment 'openai' is not valid according to the validation procedure. The tracking id is '---'. See inner errors for details.", "details": [ { "code": "InsufficientQuota", "message": "Insufficient quota. Cannot create/update/move resource 'cog-******'." } ] }

Any ideas why this errors occurs?

“有任何想法为什么会出现这些错误吗?”

I also tried the python sample, with the same openai error...

“我也尝试了 Python 示例,但遇到了相同的 OpenAI 错误……”

问题解决:

I already fixed the issues.

“我已经解决了这些问题。”

redis error        redis 错误信息

Now this timeout error does not occur anymore. Not 100% sure what the issue was.

“现在这个超时错误不再出现了。对问题的具体原因还不是 100% 确定。”

openai error        openai 错误信息

Resources like OPEN AI have in the overview a section "show deleted resources". And those resources still blocking "quotes". After deleting these resources via "purge" everything worked as expected again.

“像 OPEN AI 这样的资源在概览中有一个“显示已删除资源”的选项。这些资源仍然会阻止“引用”。在通过“清除”删除这些资源后,一切恢复正常。”


http://www.kler.cn/news/284967.html

相关文章:

  • vue项目打包压缩静态资源—使用compression-webpack-plugin
  • 是否应该使用WordPress自动更新的功能
  • ComfyUI使用Flux模型
  • 黑马JavaWeb开发笔记07——Ajax、Axios请求、前后端分离开发介绍、Yapi详细配置步骤
  • 网络压缩之参数量化(parameter quantization)
  • Spring Boot发送http请求
  • C语言补习课
  • gdb 教程
  • springboot学习(2)
  • 美团2024秋招编程题:小美的red子序列数量之和
  • WebSocket 实现消息推送
  • AOP 面向切片编程
  • 我的推荐:腾讯云罗云《从零构建向量数据库》
  • 无人机之遥控器防水性能篇
  • Ubuntu 20.04 安装 GitHub CLI(gh),并使用
  • C语言——简单的do while循环找100~999之间的水仙花数(所有的三位水仙花数)
  • 数据结构(三)——双向链表,循环链表,内核链表,栈和队列
  • 『功能项目』怪物反击主角复活【14】
  • spring security 会话管理
  • 苹果M4芯片Mac全面曝光 或10月发布
  • OpenHarmony轻量设备Hi3861芯片开发板启动流程分析
  • redis能正常访问,但是springboot编译报错
  • 【Go函数详解】二、参数传递、变长参数与多返回值
  • java定时服务
  • Python学习日志(1)——安装
  • Linux-arm64中断现场保护详解
  • MySQL 集群技术全攻略:从搭建到优化(上)
  • 分类模型评估指标——准确率、精准率、召回率、F1、ROC曲线、AUC曲线
  • 快递盒检测检测系统源码分享 # [一条龙教学YOLOV8标注好的数据集一键训练_70+全套改进创新点发刊_Web前端展示]
  • RAG 向量数据库:掌握 Elasticsearch 作为向量数据库的终极指南