Hey :) I've started working on adding [`pgvector`](https://github.com/pgvector/pgvector) support to TypeORM. My initial goal is to cover the following data types. - [x] [Vector](https://github.com/pgvector/pgvector#vector-type) - [x] [Halfvec](https://github.com/pgvector/pgvector#halfvec-type) - [ ] [Bit](https://github.com/pgvector/pgvector#bit-type) - [ ] [Sparsevec](https://github.com/pgvector/pgvector#sparsevec-type) I've started with Vector [here](https://github.com/typeorm/typeorm/pull/11437). Let me know if you want to take any of the other data types :)