Skip to content
This documentation is sourced from a third-party project and is not maintained by pgEdge.

Half-Precision Vectors

Added in 0.7.0

Use the halfvec type to store half-precision vectors

CREATE TABLE items (id bigserial PRIMARY KEY, embedding halfvec(3));