Azure OpenAI Embeddings vs OpenAI Embeddings

**题意:**Azure OpenAI 嵌入与 OpenAI 嵌入的比较

问题背景:

Is anyone getting different results from Azure OpenAI embeddings deployment using text-embedding-ada-002 than the ones from OpenAI? Same text, same model, and the results are considerably far in the vector space.

是否有人在使用Azure OpenAI部署的text-embedding-ada-002模型进行嵌入时,得到的结果与直接使用OpenAI得到的结果不同?即使是相同的文本和相同的模型,结果在向量空间中的差异也相当大。

What's recommended for embeddings? 嵌入(embeddings)的推荐是什么?

问题解决:

Current AOAI's text-embedding-ada-002 is somewhat different from OAI's. Our model currently supports only 2K tokens, while OAI can support 8K tokens.

当前AOAI的text-embedding-ada-002模型与OAI的有所不同。我们的模型目前仅支持2000个词元(tokens),而OAI可以支持8000个词元。

Azure OpenAI doesn't allow batched embeddings. You need to use multiple simultaneous requests. If you hit the maximum req/min, you will need to ask Azure a quota increase.

Azure OpenAI 不允许批量嵌入。您需要使用多个同时请求。如果您达到每分钟最大请求数限制,您需要向Azure申请配额增加。

相关推荐
不懂的浪漫1 小时前
把 AI Skill 做成系统:路由、领域技能、自我复盘和进化飞轮
人工智能·ai·skill
AI进化营-智能译站3 小时前
ROS2 C++开发系列12-用多态与虚函数构建可扩展的ROS2机器人行为模块
开发语言·c++·ai·机器人
运维开发王义杰3 小时前
告别发文繁琐,专注价值表达:Blogger-Agent 让知识积累产生复利
ai·agent
wenha3 小时前
大模型基础(三):大模型是怎么炼成的-从预训练到强化学习的完整流程
ai
DanCheOo4 小时前
开源 | ai-memory v2.6.2:不用配 API Key,一行命令把 Cursor 对话变成结构化知识库
人工智能·ai·ai编程
维元码簿6 小时前
Claude Code 深度拆解:多 Agent 协作 3 — Task 状态机、SendMessage 与消息邮箱
ai·agent·claude code·ai coding
二哈赛车手6 小时前
新人笔记---实现简易版的rag的bm25检索(利用ES),以及RAG上传时的ES与向量数据库双写
java·数据库·笔记·spring·elasticsearch·ai
AI进化营-智能译站7 小时前
ROS2 C++开发系列07-高效构建机器人决策逻辑,运算符与控制流实战
开发语言·c++·ai·机器人
运维小子7 小时前
Claude Code 权限配置完全指南
ai·claude
AI进化营-智能译站8 小时前
ROS2 C++开发系列13-运算符重载让ROS2消息处理更自然
java·开发语言·c++·ai