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

Half-Precision Vectors

Use the halfvec type to store half-precision vectors

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