milvus/pkg/util/metric
Buqian Zheng 383350c120
feat: added more checks for function creation check (#36766)
issue: https://github.com/milvus-io/milvus/issues/35853

* BM25 Function now takes no params, k1, b should be passed via index
params
* support BM25 full text search when metric type is not present in
search request
* add more strict validation with functions at collection creation time

Signed-off-by: Buqian Zheng <zhengbuqian@gmail.com>
2024-10-13 17:43:22 +08:00
..
metric_type.go feat: added more checks for function creation check (#36766) 2024-10-13 17:43:22 +08:00
similarity_corelation_test.go Add binary metric types SUBSTRUCTURE/SUPERSTRUCTURE back (#26766) 2023-08-31 20:07:00 +08:00
similarity_corelation.go feat: support load and query with bm25 metric (#36071) 2024-10-11 10:23:20 +08:00