A list of numbers representing data in multi-dimensional space. In AI, vectors (embeddings) encode semantic meaning of text or other data.
In AI, a vector is an ordered list of numbers that represents data in a mathematical space. Vectors are fundamental to how AI systems process, compare, and reason about information.
Vector concepts:
Vectors in AI:
Vector operations:
Why vectors matter:
Vectors enable semantic operations - comparing, searching, and clustering content by meaning rather than exact matches.
Vectors underpin all our RAG and semantic search implementations for Australian businesses. Understanding vectors helps explain how AI finds related content.
"A sentence converted to a 1536-dimensional vector for semantic search, enabling finding similar content by meaning."