Skip to content

Commit

Permalink
Fix description of option
Browse files Browse the repository at this point in the history
  • Loading branch information
trengrj committed Dec 17, 2024
1 parent dbe8a39 commit 39d982b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarker/cmd/random_vectors.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func initRandomVectors() {
randomVectorsCmd.PersistentFlags().IntVarP(&globalConfig.Parallel,
"parallel", "p", numCPU, "Set the number of parallel threads which send queries")
randomVectorsCmd.PersistentFlags().StringVarP(&globalConfig.API,
"api", "a", "grpc", "API (graphql | rest | grpc) default and recommended grpc")
"api", "a", "grpc", "API (graphql | grpc) default and recommended is grpc")
randomVectorsCmd.PersistentFlags().IntVarP(&globalConfig.Limit,
"limit", "l", 10, "Set the query limit (top_k)")
randomVectorsCmd.PersistentFlags().IntVarP(&globalConfig.Dimensions,
Expand Down

0 comments on commit 39d982b

Please sign in to comment.