fix: pgvector dependency import
This commit is contained in:
parent
8178897245
commit
f1c5acf16c
2 changed files with 1 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
import asyncio
|
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.inspection import inspect
|
||||||
from sqlalchemy.orm import Mapped, mapped_column
|
from sqlalchemy.orm import Mapped, mapped_column
|
||||||
from sqlalchemy.dialects.postgresql import insert
|
from sqlalchemy.dialects.postgresql import insert
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1 @@
|
||||||
from .PGVectorAdapter import PGVectorAdapter
|
|
||||||
from .create_db_and_tables import create_db_and_tables
|
from .create_db_and_tables import create_db_and_tables
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue