File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -73,7 +73,9 @@ const char *LABEL_FILE = "Input label file in txt format for Filtered Index buil
7373const char *UNIVERSAL_LABEL =
7474 " Universal label, Use only in conjunction with label file for filtered index build. If a "
7575 " graph node has all the labels against it, we can assign a special universal filter to the "
76- " point instead of comma separated filters for that point" ;
76+ " point instead of comma separated filters for that point. The universal label should be assigned to nodes "
77+ " in the labels file instead of listing all labels for a node. DiskANN will not automatically assign a "
78+ " universal label to a node." ;
7779const char *FILTERED_LBUILD = " Build complexity for filtered points, higher value results in better graphs" ;
7880
7981} // namespace program_options_utils
You can’t perform that action at this time.
0 commit comments