feat(python): expose index cache size (#655)

This is to enable https://github.com/lancedb/lancedb/issues/641.
Should be merged after https://github.com/lancedb/lance/pull/1587 is
released.
This commit is contained in:
Rok Mihevc
2023-11-18 23:17:40 +01:00
committed by Weston Pace
parent 088792c821
commit 78ab9068a8
4 changed files with 15 additions and 0 deletions

View File

@@ -301,6 +301,7 @@ def test_replace_index(tmp_path):
num_partitions=2,
num_sub_vectors=4,
replace=True,
index_cache_size=10,
)