Answer engine
A system that responds to a question with a direct answer rather than only returning a ranked list of links. Some answer engines retrieve current sources before generating a response.
Plain-language reference
Definitions for the technologies, practices, and measurements used throughout AEOsrc.
A system that responds to a question with a direct answer rather than only returning a ranked list of links. Some answer engines retrieve current sources before generating a response.
The practice of making information easier for answer-producing systems to discover, understand, retrieve, and use. AEO builds on SEO rather than replacing it.
A visible reference connecting part of an AI-generated answer to a supporting source. Citation interfaces and source-selection methods differ by platform.
The amount of information a language model can consider during a single interaction. Retrieved passages, instructions, and conversation history may all consume part of this space.
Automated software that discovers and requests web content. Search engines and some AI companies operate crawlers for different purposes and under different user-agent names.
A numerical representation of content that allows software to compare meaning or characteristics mathematically. Embeddings are commonly used in semantic retrieval and recommendation systems.
A distinct person, organization, product, place, event, or concept that a system can identify and connect to attributes and relationships.
A search experience that uses a generative model to synthesize information into a response, often with links or citations to supporting sources.
Connecting a generated response to external evidence, such as web pages, documents, databases, or search results, to improve freshness and verifiability.
An organized collection of processed information designed for efficient retrieval. Search indexes may store terms, metadata, links, vectors, or other representations.
A structured representation of entities and the relationships among them. Knowledge graphs can support disambiguation, discovery, and questions involving connected facts.
A model trained to process and generate language by learning statistical patterns from large collections of text and other data.
Retrieval based primarily on words, phrases, and token overlap. Modern systems often combine lexical and semantic methods.
A later retrieval stage that reorders an initial set of candidates using a more precise relevance model or additional signals.
The process of finding documents, passages, records, or other evidence relevant to a question or task.
An approach that retrieves external information and places it into a model’s working context before the model generates an answer.
Retrieval that attempts to match meaning and intent, not only exact keyword overlap.
The practice of identifying where information came from. Attribution may appear as inline citations, footnotes, supporting links, or source panels.
Machine-readable markup that describes the meaning and properties of page content using a defined vocabulary, commonly Schema.org.
An ordered list of numbers. In AI retrieval, a vector often represents an embedding for text, an image, a product, or another item.
A system designed to store vectors and retrieve the items whose vectors are closest to a query vector, often alongside metadata and original content.