Skip to content

Commit 98b119a

Browse files
authored
Added clarity to the universal label (#442)
1 parent b05c2dc commit 98b119a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

include/program_options_utils.hpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,9 @@ const char *LABEL_FILE = "Input label file in txt format for Filtered Index buil
7373
const 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.";
7779
const char *FILTERED_LBUILD = "Build complexity for filtered points, higher value results in better graphs";
7880

7981
} // namespace program_options_utils

0 commit comments

Comments
 (0)