add pgvecto_rs support and upgrade SQLAlchemy (#3833)

This commit is contained in:
Jyong 2024-04-29 11:58:17 +08:00 committed by GitHub
commit 3e9dbe3e0a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
26 changed files with 584 additions and 220 deletions

View file

@ -6,6 +6,7 @@ Create Date: ${create_date}
"""
from alembic import op
import models as models
import sqlalchemy as sa
${imports if imports else ""}