Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
Signed-off-by: Finn Roblin <[email protected]>
  • Loading branch information
finnroblin committed Aug 29, 2024
1 parent fd4ed97 commit c9b3427
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions vectorsearch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,9 +253,7 @@ This workload allows the following parameters to be specified using `--workload-
| query_count | Number of queries for search operation |
| query_body | Json properties that will be merged with search body |
| search_clients | Number of clients to use for running queries |
| skip_strict_mapping | Whether to skip enforcing a strict index mapping. False by default. Use for instance if you want to add non-vector fields without changing the mapping in the index. |
| has_attributes | Used in filter benchmarks. If true attribute fields that are used in filtering are added to documents. Attributes are taken from the "attributes" field in the bulk data set. False by default. |
|
| target_dataset_filter_attributes | Used in filter benchmarks. List of names of attribute fields in a dataset. |

#### Sample Outputs

Expand Down

0 comments on commit c9b3427

Please sign in to comment.