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

相关推荐
王小酱7 小时前
第 18 课:前端框架 — React / Next.js / Vue / Nuxt
openai·ai编程
王小酱7 小时前
第 12 课:调用链追踪 — 从 Command 到执行
openai·ai编程·airbnb
王小酱7 小时前
第 13 课:TDD 全流程 — RED-GREEN-IMPROVE
openai·ai编程·aiops
王小酱7 小时前
第 14 课:验证循环 — 从代码到可提交
openai·ai编程·aiops
王小酱7 小时前
第 10 课:Hooks — 事件驱动自动化
openai·ai编程·aiops
王小酱7 小时前
第 16 课:多代理编排 — 并行、视角与隔离
openai·ai编程
王小酱7 小时前
第 15 课:会话管理 — 上下文、模型与持久化
openai·ai编程·aiops
王小酱7 小时前
第 11 课:Scripts — Hook 的底层实现
openai·ai编程·aiops
王小酱7 小时前
第 17 课:后端语言 — Python / Go / Rust / Java
openai·ai编程
王小酱7 小时前
第 4 课:Rules(上)— 通用规则体系
openai·ai编程·aiops