Skip to content

Commit 491aff7

Browse files
author
Nikos Papailiou
committed
Address comment
1 parent 896071f commit 491aff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"IDS_ARRAY_NAME": "shuffled_vector_ids",
1616
"PARTS_ARRAY_NAME": "shuffled_vectors",
1717
"PARTIAL_WRITE_ARRAY_DIR": "temp_data",
18-
"DEFAULT_ATTR_FILTERS": tiledb.FilterList([tiledb.ZstdFilter(level=1)]),
18+
"DEFAULT_ATTR_FILTERS": tiledb.FilterList([tiledb.ZstdFilter()]),
1919
},
2020
}
2121

0 commit comments

Comments
 (0)