Vijayan Balasubramanian
Vijayan Balasubramanian
@deepdatta Can you please look into this? Thanks
Added to backlog to prioritize
Tagging @nandi-github
[This](https://github.com/opensearch-project/k-NN/blob/main/benchmarks/perf-tool/okpt/io/dataset.py#L108) was previously supported only in perf-tool . It was not added in osb since recall was not supported. With recall support, adding this format, will help users to gradually...
Can we add 1.6 release tag to this issue? Thank you.
Vector search workload requires three external inputs like train ( vectors to index ), test ( vectors to search ) and neighbors ( ground truth ). It works well for...
@jmazanec15 Sure. i was about to raise PR in workload, Let me share how new param file will look like ``` { "target_index_name": "target_index", "target_field_name": "target_field", "target_index_body": "indices/nmslib-index.json", "target_index_primary_shards": 1,...
@jmazanec15 Thats correct. It can represent more than 1 file, but, at this moment we don't support folder or multiple files as input, hence, added check to make sure that...
Created 6 dashboards for Vector Search. We are reviewing the metrics and identifying any new dashboards that can be added. It is already available [here](https://benchmarks.opensearch.org) (Please check metrics starting March...
This is available in website. Can this be closed?