diff --git a/cohere_vector/README.md b/cohere_vector/README.md index f27daca1..96e0a09f 100644 --- a/cohere_vector/README.md +++ b/cohere_vector/README.md @@ -41,12 +41,17 @@ The `queries.json` can be rebuilt using the `_tools/parse_queries.py`, this will This track accepts the following parameters with Rally 0.8.0+ using `--track-params`: - - bulk_size (default: 500) - - bulk_indexing_clients (default: 5) - - build_warmup (default: 40) - - ingest_percentage (default: 100) - - index_settings {default: {}} - - number_of_shards (default : 1) + - initial_indexing_bulk_indexing_clients (default: 5) + - initial_indexing_ingest_percentage (default: 100) + - initial_indexing_bulk_size (default: 500) + - initial_indexing_bulk_warmup (default: 40) + - number_of_shards (default: 1) - number_of_replicas (default: 0) + - parallel_indexing_bulk_clients (default: 1) + - parallel_indexing_bulk_target_throughput (default: 1) + - parallel_indexing_time_period (default: 1800) + - parallel_indexing_search_clients (default: 3) + - parallel_indexing_search_target_throughput (default: 100) - post_ingest_sleep (default: false): Whether to pause after ingest and prior to subsequent operations. - post_ingest_sleep_duration (default: 30): Sleep duration in seconds. + - standalone_search_iterations (default: 10000)