Module lance_index::vector::graph
source · Expand description
Generic Graph implementation.
Modules§
- In-memory graph representations.
Structs§
- NEIGHBORS field.
- A wrapper for f32 to make it ordered, so that we can put it into a BTree or Heap
Traits§
- Distance calculator.
- Graph trait.
- Vector storage to back a graph. Vector Storage is the abstraction to store the vectors.