pgvector / pgvector-python

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

L1 distance support for sqlalchemy and sqlmodel #69

Closed domenicocinque closed 6 months ago

domenicocinque commented 6 months ago

This PR introduces support for the L1 distance in both SQLAlchemy and SQLModel. I included test cases mirroring those for the L2 distance.

ankane commented 6 months ago

Thanks @domenicocinque!