Update Document domain models to use pgvector (extension of PostgreSQL)
This commit is contained in:
@@ -8,6 +8,9 @@ from sqlalchemy import NullPool, engine_from_config, text
|
||||
|
||||
from eveai_app.models.user import Tenant
|
||||
|
||||
import pgvector
|
||||
from pgvector.sqlalchemy import Vector
|
||||
|
||||
|
||||
# this is the Alembic Config object, which provides
|
||||
# access to the values within the .ini file in use.
|
||||
|
||||
Reference in New Issue
Block a user