pgvector / pgvector-python

pgvector support for Python
MIT License
975 stars 63 forks source link

Have you tought about supporting Piccolo? #81

Closed jackbravo closed 4 months ago

jackbravo commented 4 months ago

Another interesting Python ORM is https://github.com/piccolo-orm/piccolo/

Have you thought about adding support for it?

This is how they currently suggest using pgvector, through raw SQL:

https://github.com/piccolo-orm/piccolo/discussions/988 this points to the other URL -> https://github.com/piccolo-orm/piccolo/discussions/876

ankane commented 4 months ago

Hi @jackbravo, thanks for sharing. I don't think it's common enough to add/support right now, but someone could create a separate package for it (looks like it supports custom types).