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申请配额增加。

相关推荐
爱吃的小肥羊8 分钟前
Codex 居然能剪视频了!我实测了两个案例,结果出乎意料
aigc·openai
测试_AI_一辰9 分钟前
AI 产品输出格式测试实战:为什么模型返回的 JSON 前端解析总报错
人工智能·ai·自动化·状态模式·ai编程
AIFQuant1 小时前
2026 全球股票/外汇/贵金属行情 API 深度对比:延迟、覆盖、价格与稳定性
python·websocket·ai·金融·mcp
hixiong1231 小时前
C# TensorRT部署RF-DETR目标检测&分割模型
人工智能·目标检测·计算机视觉·ai·c#
机器之心2 小时前
马斯克官宣xAI解散,22万张GPU算力租给Anthropic
人工智能·openai
机器之心2 小时前
DeepMind入股硬核网游EVE,要让AI学「黑暗森林」
人工智能·openai
机器之心2 小时前
TRAE SOLO移动端上线,手机也能干活了,随时随地Vibe Working
人工智能·openai
码途漫谈2 小时前
Easy-Vibe高级开发篇阅读笔记(五)——CC教程之Agent Teams
人工智能·笔记·ai·开源·ai编程
爱吃的小肥羊3 小时前
ChatGPT低价订阅集体翻车,薅羊毛时代结束了!
aigc·openai
DarkAthena3 小时前
告别束缚,自由飞翔:copilot-local 让 GitHub Copilot CLI 用上你自己的模型
ai