Skip to content

Commit c724dc5

Browse files
committed
Add Column Import
1 parent 9abfa4d commit c724dc5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,7 @@ Add a vector column
361361

362362
```python
363363
from pgvector.sqlalchemy import VECTOR
364+
from sqlalchemy import Column
364365

365366
class Item(SQLModel, table=True):
366367
embedding: list[float] = Field(sa_column=Column(VECTOR(3)))

0 commit comments

Comments
 (0)