mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip e2e]Add comments to conf adapter file (#14760)
Signed-off-by: jingkl <jingjing.jia@zilliz.com>
This commit is contained in:
parent
251d24c10d
commit
0e4df25e36
@ -298,6 +298,7 @@ func newBinIVFConfAdapter() *BinIVFConfAdapter {
|
||||
type NSGConfAdapter struct {
|
||||
}
|
||||
|
||||
// CheckTrain checks if a nsg index can be built with specific parameters.
|
||||
func (adapter *NSGConfAdapter) CheckTrain(params map[string]string) bool {
|
||||
if !CheckStrByValues(params, Metric, METRICS) {
|
||||
return false
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user