Docs.rs
diskann-0.54.0
diskann 0.54.0
Docs.rs crate page
MIT
15 June 2026
Links
Repository
crates.io
Source
Owners
metajack
hildebrandmw
harsha-simhadri
Dependencies
anyhow ^1.0.98
normal
bytemuck ^1.23.0
normal
dashmap ^6.1.0
normal
optional
diskann-utils ^0.54.0
normal
diskann-vector ^0.54.0
normal
diskann-wide ^0.54.0
normal
futures-util ^0.3.31
normal
half ^2.6.0
normal
hashbrown ^0.16.0
normal
num-traits ^0.2.15
normal
rand ^0.9.3
normal
thiserror ^2.0.12
normal
tokio ^1.48.0
normal
tracing ^0.1.40
normal
optional
dashmap ^6.1.0
dev
futures-util ^0.3.31
dev
pin-project ^1.1.8
dev
rand ^0.9.3
dev
relative-path ^2.0.1
dev
serde ^1.0.228
dev
serde_json ^1.0.142
dev
tokio ^1.48.0
dev
Versions
73.88%
of the crate is documented
Go to latest version
Platform
aarch64-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module config
diskann
0.54.0
Module config
Module Items
Modules
Structs
Enums
In diskann::
graph
diskann
::
graph
Module
config
Copy item path
Source
Modules
§
defaults
experimental
Structs
§
Builder
A builder for for
Config
. Necessary invariants among the fields will be checked upon invoking [
Config::build
].
Config
Configuration state for index construction operations.
Config
Error
Errors that can occur when building a
Config
.
Enums
§
Intra
Batch
Candidates
Controls the number of edges considered among an insert batch for the multi-insert API.
MaxDegree
Configuration setting for the maximum graph degree.
Prune
Kind
The occlusion factor between a vector
i
and an candidate neighbor
k
tracks how close the vectors
i
and
k
are relative to all other vectors and are directly comparable to the build parameter
alpha
.