Intermediate terms
Vector Database
A database optimised for storing and querying high-dimensional vector embeddings, enabling similarity search — finding items semantically close to a query rather than exact-match lookups.
3mo ago
ai_ml intermediate
Visual Regression Testing
Automatically comparing screenshots of UI components or pages to a baseline — catching unintended visual changes that functional tests miss.
3mo ago
testing intermediate
Value Object
PHP 8.1+
5
A small immutable object defined by its value rather than its identity — two Value Objects with the same data are equal.
3mo ago
quality intermediate
Vector Databases
Databases specialised for storing and querying high-dimensional vectors — enabling fast approximate nearest-neighbour search across millions of embeddings.
3mo ago
ai_ml intermediate