milvus/pkg/util/indexparamcheck
Buqian Zheng 3c80083f51
feat: [Sparse Float Vector] add sparse vector support to milvus components (#30630)
add sparse float vector support to different milvus components,
including proxy, data node to receive and write sparse float vectors to
binlog, query node to handle search requests, index node to build index
for sparse float column, etc.

https://github.com/milvus-io/milvus/issues/29419

---------

Signed-off-by: Buqian Zheng <zhengbuqian@gmail.com>
2024-03-13 14:32:54 -07:00
..
base_checker.go fix: binary vector should not limit dimension to 32768 (#30676) 2024-03-05 14:21:00 +08:00
base_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_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
bin_ivf_flat_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
binary_vector_base_checker_test.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
cagra_checker.go enhance: add addition index params for raft index (#30179) 2024-02-26 14:50:54 +08:00
cagra_checker_test.go enhance: add addition index params for raft index (#30179) 2024-02-26 14:50:54 +08:00
conf_adapter_mgr.go feat: [Sparse Float Vector] add sparse vector support to milvus components (#30630) 2024-03-13 14:32:54 -07:00
conf_adapter_mgr_test.go Add ScaNN index param checker (#27268) 2023-09-21 14:51:25 +08:00
constraints.go feat: [Sparse Float Vector] add sparse vector support to milvus components (#30630) 2024-03-13 14:32:54 -07:00
diskann_checker.go update dimension range of diskann. (#26405) 2023-08-17 20:26:20 +08:00
diskann_checker_test.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
flat_checker.go fix: autoindex panic with flat index type (#29071) 2023-12-12 22:08:46 +08:00
flat_checker_test.go fix: autoindex panic with flat index type (#29071) 2023-12-12 22:08:46 +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
float_vector_base_checker_test.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
hnsw_checker.go feat: [Sparse Float Vector] add sparse vector support to milvus components (#30630) 2024-03-13 14:32:54 -07:00
hnsw_checker_test.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
index_checker.go Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +08:00
index_checker_test.go Remove calc_distance (#25663) 2023-07-18 14:23:20 +08:00
index_type.go feat: [Sparse Float Vector] add sparse vector support to milvus components (#30630) 2024-03-13 14:32:54 -07:00
ivf_base_checker.go Support AutoIndex (#24387) 2023-05-29 20:35:28 +08:00
ivf_base_checker_test.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
ivf_pq_checker.go Add ScaNN index param checker (#27268) 2023-09-21 14:51:25 +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_sq_checker.go Refactor check logic of index parameters (#23856) 2023-05-06 10:40:39 +08:00
ivf_sq_checker_test.go Format the code (#27275) 2023-09-21 09:45:27 +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_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_ivf_flat_checker.go enhance: add addition index params for raft index (#30179) 2024-02-26 14:50:54 +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_pq_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
scalar_index_checker.go Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +08:00
scalar_index_checker_test.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
scann_checker.go Add ScaNN index param checker (#27268) 2023-09-21 14:51:25 +08:00
scann_checker_test.go Fix gofumpt issue in scann_checker_test.go (#27305) 2023-09-22 00:39:26 +08:00
sparse_float_vector_base_checker.go feat: [Sparse Float Vector] add sparse vector support to milvus components (#30630) 2024-03-13 14:32:54 -07:00
sparse_inverted_index_checker.go feat: [Sparse Float Vector] add sparse vector support to milvus components (#30630) 2024-03-13 14:32:54 -07:00
utils.go Support AutoIndex (#24387) 2023-05-29 20:35:28 +08:00
utils_test.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00