Skip to content

Commit

Permalink
Update cohere_vector track README (#548)
Browse files Browse the repository at this point in the history
* Align documented track parameter names with the track
* Remove unused parameters
  • Loading branch information
inqueue authored Jan 10, 2024
1 parent 30a9b98 commit aed60c4
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions cohere_vector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit aed60c4

Please sign in to comment.