We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c2d87f + c5b5d2f commit cc412ceCopy full SHA for cc412ce
2 files changed
docs/support_changelog.md
@@ -36,4 +36,8 @@
36
- Feature: Parameterized IVFFlat and HNSW indexes
37
- Feature: Delete using metadata filter
38
39
+## 0.4.3
40
+
41
+- Feature: Metadata filtering with `$contains`
42
43
## main
src/vecs/__init__.py
@@ -9,7 +9,7 @@
9
)
10
11
__project__ = "vecs"
12
-__version__ = "0.4.2"
+__version__ = "0.4.3"
13
14
15
__all__ = [
0 commit comments