From c9b34278831d368ce2cafb1a7e028c2da5f0e958 Mon Sep 17 00:00:00 2001 From: Finn Roblin Date: Thu, 29 Aug 2024 11:16:32 -0700 Subject: [PATCH] Update README Signed-off-by: Finn Roblin --- vectorsearch/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/vectorsearch/README.md b/vectorsearch/README.md index 98896bfe..f3058287 100644 --- a/vectorsearch/README.md +++ b/vectorsearch/README.md @@ -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