Skip to content

benchmark: add experimental diverse graph search integration#1222

Draft
narendatha wants to merge 3 commits into
mainfrom
u/narendatha/diverse-search-benchmark
Draft

benchmark: add experimental diverse graph search integration#1222
narendatha wants to merge 3 commits into
mainfrom
u/narendatha/diverse-search-benchmark

Conversation

@narendatha

Copy link
Copy Markdown
Contributor

Adds a feature-gated (experimental_diversity_search) topk-diverse-search benchmark path:

  • DiverseKNN search wrapper in diskann-benchmark-core
  • FileAttributeProvider loading plaintext per-point attributes
  • TopkDiverseSearchPhase input, DiverseSearch plugin, and Knn impl wiring
  • Example config and sample attribute test data All additions are gated so default builds are unaffected.

Adds a feature-gated (experimental_diversity_search) topk-diverse-search benchmark path:
- DiverseKNN search wrapper in diskann-benchmark-core
- FileAttributeProvider loading plaintext per-point attributes
- TopkDiverseSearchPhase input, DiverseSearch plugin, and Knn impl wiring
- Example config and sample attribute test data
All additions are gated so default builds are unaffected.
Diverse graph search is now unconditionally compiled across the workspace. Removes the feature declaration from all six Cargo.toml files and ungates the associated modules, exports, types, tests, and benchmark plugin wiring.
Add SearchMode::DiverseAttribute with a type-erased ErasedAttributeProvider so attribute-bucket diverse search is dispatched through search_internal instead of a separate search_diverse method. Wire the disk benchmark to build the mode from JSON inputs.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant