Expand description
A lightweight vector database implementation
Modules§
- constants
- Constants used for special field names
Structs§
- Data
- A single vector entry with metadata
- Nano
VectorDB - Main vector database struct
Functions§
- dot_
product - Calculate the dot product between two vectors
- normalize
- Normalize a vector to unit length