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

Pronto para criar buscas de última geração?

Uma pesquisa suficientemente avançada não se consegue apenas com o esforço de uma só pessoa. O Elasticsearch é impulsionado por cientistas de dados, especialistas em operações de aprendizado de máquina, engenheiros e muitos outros que são tão apaixonados por buscas quanto você. Vamos nos conectar e trabalhar juntos para construir a experiência de busca mágica que lhe trará os resultados desejados.

Experimente você mesmo(a)