fix: pgvector dependency import

This commit is contained in:
Boris Arzentar 2025-07-08 11:54:49 +02:00
parent 8178897245
commit f1c5acf16c
No known key found for this signature in database
GPG key ID: D5CC274C784807B7
2 changed files with 1 additions and 2 deletions

View file

@ -1,5 +1,5 @@
import asyncio
from typing import List, Optional, Union, get_type_hints
from typing import List, Optional, get_type_hints
from sqlalchemy.inspection import inspect
from sqlalchemy.orm import Mapped, mapped_column
from sqlalchemy.dialects.postgresql import insert

View file

@ -1,2 +1 @@
from .PGVectorAdapter import PGVectorAdapter
from .create_db_and_tables import create_db_and_tables