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 00922e5 commit 199f201Copy full SHA for 199f201
apis/python/src/tiledb/vector_search/storage_formats.py
@@ -11,7 +11,7 @@
11
"INDEX_ARRAY_NAME": "partition_indexes",
12
"IDS_ARRAY_NAME": "shuffled_vector_ids",
13
"PARTS_ARRAY_NAME": "shuffled_vectors",
14
- "PARTIAL_WRITE_ARRAY_DIR": "write_temp",
+ "PARTIAL_WRITE_ARRAY_DIR": "temp_data",
15
},
16
}
17
0 commit comments