pgvector / pgvector-python

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

Fix the SQLAlchemy Item class #58

Open pamelafox opened 9 months ago

pamelafox commented 9 months ago

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