pg2parquet
pg2parquet copied to clipboard
Add support for pgvector types
vectoris serialized as float32 List (with required elements)halfvectoris also serialized either as float32 List, or the new Parquet float16 if enabled with an optionsparsevecis serialized as uint32 -> float32 Map (maybe we should add an option to make it a dense vector?)bitis already supported (they just add indexes to a built-in postgres type)
Resolves #28