Update readme flat ivf#3
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the README and benchmark scripts to support additional IVF (Inverted File Index) benchmark configurations. The changes introduce support for running benchmarks with random centroids and the GAS (ANN) algorithm, alongside the existing flat and trained IVF-FLAT options.
Key Changes:
- Added support for
ivf-randomandivf-gasbenchmark types in the shell script - Parameterized previously hardcoded configuration values (dataset names, nlist, nprobe)
- Enhanced README with comprehensive examples for all four benchmark types (flat, ivf, ivf-random, ivf-gas)
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| scripts/run_benchmark.sh | Added new benchmark types (ivf-random, ivf-gas) and parameterized configuration values for flexibility |
| README_ENVECTOR.md | Expanded documentation with detailed examples for all benchmark types including the new ivf-random and ivf-gas options |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Update README and benchmark scripts including no gas algo