We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e90260a commit 6bc66f8Copy full SHA for 6bc66f8
1 file changed
pgvector/sqlalchemy/__init__.py
@@ -14,6 +14,7 @@
14
'SPARSEVEC',
15
'HalfVector',
16
'SparseVector',
17
- 'avg',
18
- 'sum'
+ # TODO add avg and sum in 0.4.0
+ # 'avg',
19
+ # 'sum'
20
]
0 commit comments