mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Add comments to conf adapter (#15097)
Signed-off-by: jingkl <jingjing.jia@zilliz.com>pull/15112/head
parent
d3c6d47537
commit
b2cb15798d
|
@ -481,6 +481,7 @@ func newNGTPANNGConfAdapter() *NGTPANNGConfAdapter {
|
||||||
return &NGTPANNGConfAdapter{}
|
return &NGTPANNGConfAdapter{}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// NGTONNGConfAdapter checks if a NGT_ONNG index can be built.
|
||||||
type NGTONNGConfAdapter struct {
|
type NGTONNGConfAdapter struct {
|
||||||
BaseConfAdapter
|
BaseConfAdapter
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue