Skip to content

Commit

Permalink
Added short explanation of file format. #370
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmclean committed Jul 18, 2023
1 parent 5baf4aa commit 9b7f205
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/program_options_utils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ const char *SEARCH_LIST_DESCRIPTION =
"time while performing a query. This can also be described as the size of the working set at query time. This "
"must be greater than or equal to the number of results/neighbors to return (K in the white paper). Corresponds "
"to L in the DiskANN white paper.";
const char *INPUT_DATA_PATH = "Input data file in bin format. This is the file you want to build the index over.";
const char *INPUT_DATA_PATH = "Input data file in bin format. This is the file you want to build the index over. "
"File format: Shape of the vector followed by the vector of embeddings as binary data.";

// Optional parameters
const char *FILTER_LABEL_DESCRIPTION =
Expand Down

0 comments on commit 9b7f205

Please sign in to comment.