We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 896071f commit 491aff7Copy full SHA for 491aff7
apis/python/src/tiledb/vector_search/storage_formats.py
@@ -15,7 +15,7 @@
15
"IDS_ARRAY_NAME": "shuffled_vector_ids",
16
"PARTS_ARRAY_NAME": "shuffled_vectors",
17
"PARTIAL_WRITE_ARRAY_DIR": "temp_data",
18
- "DEFAULT_ATTR_FILTERS": tiledb.FilterList([tiledb.ZstdFilter(level=1)]),
+ "DEFAULT_ATTR_FILTERS": tiledb.FilterList([tiledb.ZstdFilter()]),
19
},
20
}
21
0 commit comments