File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
apis/python/src/tiledb/vector_search Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,6 @@ def query_internal(
146
146
Number of partitions to check per query.
147
147
Use this parameter to trade-off accuracy for latency and cost.
148
148
"""
149
- warnings .warn ("The IVF PQ index is not yet supported, please use with caution." )
150
149
if self .size == 0 :
151
150
return np .full ((queries .shape [0 ], k ), MAX_FLOAT32 ), np .full (
152
151
(queries .shape [0 ], k ), MAX_UINT64
@@ -195,7 +194,6 @@ def create(
195
194
The TileDB vector search storage version to use.
196
195
If not provided, use the latest stable storage version.
197
196
"""
198
- warnings .warn ("The IVF PQ index is not yet supported, please use with caution." )
199
197
validate_storage_version (storage_version )
200
198
# TODO(SC-49166): Support old storage versions with type-erased indexes.
201
199
if storage_version == "0.1" or storage_version == "0.2" :
You can’t perform that action at this time.
0 commit comments