--- title: About Semantic Encoder (SE) slug: nb6a0483 canonical_url: https://docs.coveo.com/en/nb6a0483/ collection: leverage-machine-learning source_format: adoc --- # About Semantic Encoder (SE) > **Important** > > * A [Semantic Encoder (SE)](https://docs.coveo.com/en/nbtb0041/) [model](https://docs.coveo.com/en/1012/) is only supported for use as part of a [Relevance Generative Answering (RGA)](https://docs.coveo.com/en/n9de0370/) or [Passage Retrieval (CPR)](https://docs.coveo.com/en/oaie5277/) implementation. > > * The [Semantic Encoder (SE)](https://docs.coveo.com/en/nbtb0041/) [model](https://docs.coveo.com/en/1012/) is available as a paid product extension. > Contact [Coveo Sales](https://www.coveo.com/en/contact) or your Account Manager to add SE to your [organization](https://docs.coveo.com/en/185/) license. When used in a Coveo-powered [search interface](https://docs.coveo.com/en/2741/) with [Relevance Generative Answering (RGA)](https://docs.coveo.com/en/n9de0370/) or in an LLM-powered application with [Passage Retrieval (CPR)](https://docs.coveo.com/en/oaie5277/), a [Coveo Machine Learning (Coveo ML)](https://docs.coveo.com/en/188/) [Semantic Encoder (SE)](https://docs.coveo.com/en/nbtb0041/) [model](https://docs.coveo.com/en/1012/) uses [vector](https://docs.coveo.com/en/nccf9008/) search to retrieve [items](https://docs.coveo.com/en/210/) from your [index](https://docs.coveo.com/en/204/) based on semantic similarity with the [query](https://docs.coveo.com/en/231/). The model does this by first creating [embeddings](https://docs.coveo.com/en/n9de0370#embeddings) for the enterprise content that you specify for the model, and then referencing the embeddings at query time. When a user enters a query, the query passes through a [query pipeline](https://docs.coveo.com/en/180/) where pipeline [rules](https://docs.coveo.com/en/236/) and machine learning are applied to optimize relevance. However, in addition to the traditional lexical (keyword) search, the SE model adds vector-based search capabilities to your search interface. Vector search improves search results by using embeddings to retrieve the items in the index with high semantic similarity with the query. The most relevant search results are then sent to the RGA or CPR model for answer generation or passage retrieval (see [RGA overview](https://docs.coveo.com/en/n9de0370#rga-overview) or [CPR overview](https://docs.coveo.com/en/oaie5277#cpr-overview)). Traditional lexical search relies on matching keywords or phrases that appear in a query with the words and phrases in items. Due to the exact-match nature of lexical search, user queries that yield the best results tend to be concise and precise. The user needs to know what they're searching for and use the proper keywords. However, what if a user doesn't know exactly what they're looking for, or what if the query is more complex? With the emergence of generative AI, customer expectations are evolving and search interfaces must be able to understand and provide answers for more complex natural language queries. A complex query is one where the user provides context and asks a question. For instance, if a user enters the query _"What is Coveo Machine Learning and what are its benefits,"_ lexical search results will include items that discuss "Coveo Machine Learning." The results may also contain items with high occurrences of the word "benefit," which may not be relevant to the query. Lexical search is fast, cost-efficient, and has a proven track record in many enterprises. However, lexical search doesn't consider the meaning of words or the context. While lexical search isn't suited to finding similarities in items based on meaning, vector-based search is designed for just that purpose. When combined with [Relevance Generative Answering (RGA)](https://docs.coveo.com/en/n9de0370/) or [Passage Retrieval (CPR)](https://docs.coveo.com/en/oaie5277/), an [SE](https://docs.coveo.com/en/nbtb0041/) [model](https://docs.coveo.com/en/1012/) allows a Coveo-powered search to extract the meaning in a complex natural language query to find the most relevant items. This, in turn, ensures that the [RGA](https://docs.coveo.com/en/nbtb6010/) or [CPR](https://docs.coveo.com/en/oaie9196/) [model](https://docs.coveo.com/en/1012/) uses the most relevant content to generate answers and retrieve passages, respectively. > **Tip** > > By default, content retrieval is supported only for English content. > However, Coveo offers beta support for content retrieval in languages other than English. > Learn more about [multilingual content retrieval and answer generation](https://docs.coveo.com/en/p5ne0024/). ## What's next? [Create an SE model](https://docs.coveo.com/en/nb890247/).