mirror of https://github.com/milvus-io/milvus.git
2c462d387b
If `is_all_data_type` is true, the case will add float32, f16, bf16, and sparse vectors, but the created indexes are all `flat` indexes by default. The sparse type cannot create a flat index. Fix the test code to create a `SPARSE_INVERTED_INDEX` index for the sparse vector when is_all_data_type is true Signed-off-by: elstic <hao.wang@zilliz.com> |
||
---|---|---|
.. | ||
client_base.py | ||
collection_wrapper.py | ||
connections_wrapper.py | ||
database_wrapper.py | ||
high_level_api_wrapper.py | ||
index_wrapper.py | ||
partition_wrapper.py | ||
schema_wrapper.py | ||
utility_wrapper.py |