Skip to content

Commit 6bc66f8

Browse files
committed
Wait to add avg and sum to __all__ [skip ci]
1 parent e90260a commit 6bc66f8

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

pgvector/sqlalchemy/__init__.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
'SPARSEVEC',
1515
'HalfVector',
1616
'SparseVector',
17-
'avg',
18-
'sum'
17+
# TODO add avg and sum in 0.4.0
18+
# 'avg',
19+
# 'sum'
1920
]

0 commit comments

Comments
 (0)