embedding — A list of numbers representing a piece of text's meaning, so that similar meanings end up numerically close and can be searched.
inference — Running a trained model to get answers — the phase where AI is actually used, as opposed to trained.
Why it matters
Shows how to keep embeddingA list of numbers representing a piece of text's meaning, so that similar meanings end up numerically close and can be searched.Full definition →-based ranking inside tight latency budgets by moving inferenceRunning a trained model to get answers — the phase where AI is actually used, as opposed to trained.Full definition → to nearline pre-computation and publishing embeddings as features, instead of running the model on the request path.