mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Add comment for indexnode.Params (#14721)
Signed-off-by: shaoyue.chen <shaoyue.chen@zilliz.com>pull/14746/head
parent
915f11b1cd
commit
fc415c0fb5
|
@ -67,6 +67,7 @@ var _ types.IndexNode = (*IndexNode)(nil)
|
|||
// make sure IndexNode implements types.IndexNodeComponent
|
||||
var _ types.IndexNodeComponent = (*IndexNode)(nil)
|
||||
|
||||
// Params is a GlobalParamTable singleton of indexnode
|
||||
var Params paramtable.GlobalParamTable
|
||||
|
||||
// IndexNode is a component that executes the task of building indexes.
|
||||
|
|
Loading…
Reference in New Issue