Skip to content

Commit 4905fb8

Browse files
author
Nikos Papailiou
committed
Disable duplicates in updates array
1 parent 748848c commit 4905fb8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apis/python/src/tiledb/vector_search/index.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ def open_updates_array(self):
136136
domain=dom,
137137
sparse=True,
138138
attrs=[vector_attr],
139+
allows_duplicates=False,
139140
)
140141
tiledb.Array.create(updates_array_uri, updates_schema)
141142
self.group.close()

0 commit comments

Comments
 (0)