Skip to content

Commit 14d9b80

Browse files
authored
Run Python ingestion tests on all indexes (#338)
1 parent 73f09f2 commit 14d9b80

File tree

2 files changed

+482
-406
lines changed

2 files changed

+482
-406
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ def query_internal(
8686
queries: np.ndarray,
8787
k: int = 10,
8888
nthreads: int = 8,
89+
**kwargs,
8990
):
9091
"""
9192
Query a flat index

0 commit comments

Comments
 (0)