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 운영팀, 엔지니어 등 많은 사람들이 지원합니다. 서로 연결하고 협력하여 원하는 결과를 얻을 수 있는 마법 같은 검색 환경을 구축해 보세요.

직접 사용해 보세요