Glossary

This glossary describes essential terms and concepts to help you understand Elasticsearch and its related technologies.

Adapter

A small, trainable module inserted into a pre-trained model to adapt it to a new task without modifying the original weights. Adapters add only a fraction of the model's parameters. Multiple adapters can be swapped in and out for different tasks while the base model stays frozen.

API (Application Programming Interface)

A standardized way for software to communicate with other software. Embedding models are typically accessed through an API: you send text, you get back vectors. The API abstracts away the complexity of running the model.

Approximate Nearest Neighbor (ANN)

A class of algorithms that find vectors close to a query vector without guaranteeing exact results, trading a small, tunable amount of recall for dramatically faster search. This makes it practical to search through millions or billions of vectors in milliseconds. Common approaches include HNSW, which builds a hierarchical graph structure, and IVF, which partitions the vector space into clusters. The accuracy tradeoff is measured by recall, typically the fraction of true nearest neighbors returned.

Attention Mechanism

The core component of transformer models that computes weighted relationships between all tokens in a sequence simultaneously. Each token queries the others to determine how much attention to pay to each, building context-aware representations. In the sentence 'The bank of the river,' attention helps the model link 'bank' to 'river,' resolving it as a riverbank rather than a financial institution

准备好打造最先进的搜索体验了吗?

足够先进的搜索不是一个人的努力就能实现的。Elasticsearch 由数据科学家、ML 操作员、工程师以及更多和您一样对搜索充满热情的人提供支持。让我们联系起来,共同打造神奇的搜索体验,让您获得想要的结果。

亲自试用