The MongoDB\BSON\VectorType enum
(mongodb >=2.2.0)
Introduction
The MongoDB\BSON\VectorType enum is used to specify the type of vector data stored in a MongoDB\BSON\Binary with subtype MongoDB\BSON\Binary::TYPE_VECTOR.
Enum synopsis
enum MongoDB\BSON\VectorType
{
{
case Float32 ; // Each element in the vector is a 32-bit floating point value.
case Int8 ; // Each element in the vector is an 8-bit integer value.
}↑ and ↓ to navigate • Enter to select • Esc to close • / to open