-
Notifications
You must be signed in to change notification settings - Fork 0
Update readme flat ivf #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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