pgvector / pgvector-python

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

Fix the SQLAlchemy Item class #58

Open pamelafox opened 8 months ago

pamelafox commented 8 months ago

This PR adds a table name and an id column to the Item class in the SQLAlchemy model. Otherwise SQLAlchemy throws errors.