sqlite-vec icon indicating copy to clipboard operation
sqlite-vec copied to clipboard

`float16` and `bfloat16` support

Open asg017 opened this issue 1 year ago • 1 comments

create virtual table vec_movies using vec0(
  synopsis_embedding float16[768]
);

create virtual table vec_movies using vec0(
  synopsis_embedding bfloat16[768]
);

Also vec_quantize_float16() / vec_quantize_bfloat16()?

asg017 avatar Jun 21 '24 06:06 asg017

bfloat16 would be awesome for storage efficiency.

maruel avatar Aug 02 '24 18:08 maruel