milvus/pkg/util/indexparamcheck
Xiaofan 4bda6c33ad
fix: binary vector should not limit dimension to 32768 (#30676)
all the vector dimension check should happen on collection creation but
not index build
fix #30285

Signed-off-by: xiaofanluan <xiaofan.luan@zilliz.com>
2024-03-05 14:21:00 +08:00
..
base_checker_test.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
base_checker.go fix: binary vector should not limit dimension to 32768 (#30676) 2024-03-05 14:21:00 +08:00
bin_flat_checker_test.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
bin_flat_checker.go Support AutoIndex (#24387) 2023-05-29 20:35:28 +08:00
bin_ivf_flat_checker_test.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
bin_ivf_flat_checker.go enhance: hint the invalid metric type in error message (#30263) 2024-01-25 14:15:00 +08:00
binary_vector_base_checker_test.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
binary_vector_base_checker.go enhance: hint the invalid metric type in error message (#30263) 2024-01-25 14:15:00 +08:00
cagra_checker_test.go enhance: add addition index params for raft index (#30179) 2024-02-26 14:50:54 +08:00
cagra_checker.go enhance: add addition index params for raft index (#30179) 2024-02-26 14:50:54 +08:00
conf_adapter_mgr_test.go Add ScaNN index param checker (#27268) 2023-09-21 14:51:25 +08:00
conf_adapter_mgr.go feat:add new gpu index:GPU_BRUTE_FORCE and limit gpu index metric type (#29590) 2024-01-05 15:24:48 +08:00
constraints.go fix: binary vector should not limit dimension to 32768 (#30676) 2024-03-05 14:21:00 +08:00
diskann_checker_test.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
diskann_checker.go update dimension range of diskann. (#26405) 2023-08-17 20:26:20 +08:00
flat_checker_test.go fix: autoindex panic with flat index type (#29071) 2023-12-12 22:08:46 +08:00
flat_checker.go fix: autoindex panic with flat index type (#29071) 2023-12-12 22:08:46 +08:00
float_vector_base_checker_test.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
float_vector_base_checker.go enhance: hint the invalid metric type in error message (#30263) 2024-01-25 14:15:00 +08:00
hnsw_checker_test.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
hnsw_checker.go enhance: hint the invalid metric type in error message (#30263) 2024-01-25 14:15:00 +08:00
index_checker_test.go Remove calc_distance (#25663) 2023-07-18 14:23:20 +08:00
index_checker.go Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +08:00
index_type.go fix: Mmap could be enabled on ScaNN index (#30914) 2024-03-01 10:56:59 +08:00
ivf_base_checker_test.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
ivf_base_checker.go Support AutoIndex (#24387) 2023-05-29 20:35:28 +08:00
ivf_pq_checker_test.go fix: binary vector should not limit dimension to 32768 (#30676) 2024-03-05 14:21:00 +08:00
ivf_pq_checker.go Add ScaNN index param checker (#27268) 2023-09-21 14:51:25 +08:00
ivf_sq_checker_test.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
ivf_sq_checker.go Refactor check logic of index parameters (#23856) 2023-05-06 10:40:39 +08:00
raft_brute_force_checker_test.go feat:add new gpu index:GPU_BRUTE_FORCE and limit gpu index metric type (#29590) 2024-01-05 15:24:48 +08:00
raft_brute_force_checker.go feat:add new gpu index:GPU_BRUTE_FORCE and limit gpu index metric type (#29590) 2024-01-05 15:24:48 +08:00
raft_ivf_flat_checker_test.go enhance: add addition index params for raft index (#30179) 2024-02-26 14:50:54 +08:00
raft_ivf_flat_checker.go enhance: add addition index params for raft index (#30179) 2024-02-26 14:50:54 +08:00
raft_ivf_pq_checker_test.go fix: binary vector should not limit dimension to 32768 (#30676) 2024-03-05 14:21:00 +08:00
raft_ivf_pq_checker.go enhance: add addition index params for raft index (#30179) 2024-02-26 14:50:54 +08:00
scalar_index_checker_test.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
scalar_index_checker.go Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +08:00
scann_checker_test.go Fix gofumpt issue in scann_checker_test.go (#27305) 2023-09-22 00:39:26 +08:00
scann_checker.go Add ScaNN index param checker (#27268) 2023-09-21 14:51:25 +08:00
utils_test.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
utils.go Support AutoIndex (#24387) 2023-05-29 20:35:28 +08:00