Purpose
Vector index model for metric points, vector entries, insert/search/delete flows, and similarity queries. This page follows the real source shape for Basis and explains the workflow a developer is likely to use first.Developer workflow
Start from the smallest constructor or builder, perform one meaningful operation, inspect the returned state, then add the relevant policy, storage, or network integration. The examples below should be expanded whenever the crate API changes.Primary types to know
Basis— models/basis/src/lib.rsBasisError— models/basis/src/lib.rsVectorEntry— models/basis/src/lib.rs
Example shape
Release-quality documentation checklist
- Every public type on the API Surface page has at least one sentence of behavior documentation.
- Every fallible operation lists errors and recovery guidance.
- Every networked example names the peer/session/topic lifecycle.
- Every storage example names durability, repair, and deletion semantics.