mirror of
https://github.com/langgenius/dify.git
synced 2026-01-08 07:14:14 +00:00
add pgvecto_rs support and upgrade SQLAlchemy (#3833)
This commit is contained in:
@@ -6,6 +6,7 @@ Create Date: ${create_date}
|
||||
|
||||
"""
|
||||
from alembic import op
|
||||
import models as models
|
||||
import sqlalchemy as sa
|
||||
${imports if imports else ""}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user