|
|
|
|
@ -6,7 +6,7 @@ from uuid import UUID, uuid4
|
|
|
|
|
from numpy import ndarray
|
|
|
|
|
from pgvecto_rs.sqlalchemy import VECTOR # type: ignore
|
|
|
|
|
from pydantic import BaseModel, model_validator
|
|
|
|
|
from sqlalchemy import Float, String, create_engine, insert, select, text
|
|
|
|
|
from sqlalchemy import Float, create_engine, insert, select, text
|
|
|
|
|
from sqlalchemy import text as sql_text
|
|
|
|
|
from sqlalchemy.dialects import postgresql
|
|
|
|
|
from sqlalchemy.orm import Mapped, Session, mapped_column
|
|
|
|
|
|