Inference
The process of a trained model predicting on new input — every query you make is inference, which drives API pricing and speed.
Understand AI without the jargon: start with the glossary to build vocabulary, then pick a hands-on scenario. Every term gets one direct-answer sentence.
The process of a trained model predicting on new input — every query you make is inference, which drives API pricing and speed.
Converting text or images into vectors so semantically similar items land close together in vector space — the foundation of search and RAG.
A database built for storing vectors and fast similarity search, powering retrieval over private knowledge bases.
A sampling parameter trading determinism for creativity: low for precise tasks, high for brainstorming.