Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions diskann-disk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ proptest.workspace = true
[features]
default = []
perf_test = ["dep:opentelemetry"]
benchmark-search-tracing = []
experimental_diversity_search = [
"diskann/experimental_diversity_search",
"diskann-providers/experimental_diversity_search",
Expand Down
6 changes: 6 additions & 0 deletions diskann-disk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@ This crate has been populated with the core disk index functionality from the ma

- Disk-specific partitioning utilities

## Features

- `benchmark-search-tracing`: Adds coarse, opt-in search spans and aggregate traversal fields for
diagnostic benchmarks. The feature is disabled by default and is not intended for production
search builds.

## Dependencies

This crate depends on:
Expand Down
Loading