Artificial Intelligence

Instructor Embedding

An embedding approach where you provide instructions that describe the task alongside the text, producing task-specific embeddings from a single model.

Why It Matters

Instructor embeddings produce better embeddings by understanding the task context — the same text gets different embeddings for search versus classification.

Example

Embedding 'Apple released new products' with instruction 'Represent this for finding technology news' produces a different vector than 'Represent this for finding fruit-related content.'

Think of it like...

Like a translator who adjusts their translation based on the audience — technical language for engineers, simple language for consumers, from the same source text.

Related Terms