mongodb / specifications

Specifications related to MongoDB
http://specifications.readthedocs.io/en/latest
Other
389 stars 242 forks source link

DRIVERS-2926 BSON Binary Vector Subtype Support #1658

Closed caseyclements closed 2 days ago

caseyclements commented 1 month ago

Adds support for new subtype of Binary BSON type to be used for densely-packed 1d arrays (vectors).

Corresponding changes for the PyMongo as reference implementation are here.

DRIVERS-2926

caseyclements commented 1 month ago

Prose descriptions of tests that we suggest be added to each driver coming soon.

caseyclements commented 1 month ago

Rough draft of prose tests added. Guidance would be great!