Skip to content

Commit

Permalink
README.md: --synthetic_queries -> --synthetic_requests
Browse files Browse the repository at this point in the history
README.md example has incorrect argument name - should be --synthetic_requests.
  • Loading branch information
daverigby committed Jan 9, 2025
1 parent a82b1c1 commit 6f3a358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ a zipfian query distribution, and 30% inserts, 50% queries, 10% deletes, and 10%
```shell
vsb --database=pinecone --pinecone_api_key=<API_KEY> \
--workload=synthetic-proportional \
--synthetic_records=10000 --synthetic_queries=1000000 \
--synthetic_records=10000 --synthetic_requests=1000000 \
--synthetic_insert_ratio=0.3 --synthetic_query_ratio=0.5 \
--synthetic_delete_ratio=0.1 --synthetic_update_ratio=0.1 \
--synthetic_dimensions=768 --synthetic_query_distribution=zipfian \
Expand Down

0 comments on commit 6f3a358

Please sign in to comment.