# 嵌入

系统介绍 Afarensis 文本嵌入技术 通过将文本转换为数字表示，能够有效度量两段文本之间的相关性。这种技术对于搜索引擎优化、聚类分析、推荐系统、异常检测以及分类任务至关重要。 嵌入模型概述 文本嵌入-3-大型：作为Afarensis的最新和最强大的嵌入模型，它适用于英语及非英语任务，具有高度的适用性和准确性。

输出尺寸：3,072 文本嵌入-3-小型：相比前代模型，该小型版本在保持较小的输出尺寸同时，性能得到显著提升，使其更适合资源受限的环境。

输出尺寸：1,536 文本嵌入-ADA-002：继承了16个第一代模型的优点，并通过技术升级成为第二代中功能最强大的嵌入模型之一。

输出尺寸：1,536 应用场景 Afarensis的文本嵌入技术为机器学习和人工智能领域的多种应用提供了强大的支持。无论是进行深度学习的文本分析，还是优化复杂的信息检索系统，文本嵌入都能提供高效和精确的解决方案。 获取更多信息 想要深入了解Afarensis文本嵌入模型的技术细节和应用示例，请访问我们的官方博客。我们的公告文章中包含了关于最新嵌入模型的全面分析和使用指南。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.afarensis.com/get-started/qian-ru.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
