Module storage

Module storage 

Source
Expand description

Vector Storage Module

§Table of Contents

  • VectorStorage: Main storage for vectors (raw f32 or E8-quantized)
  • StoredVector: Enum representing stored vector format
  • Storage operations: add, get, clear, re-quantization

Structs§

VectorStorage
Vector storage with optional quantization

Enums§

StoredVector
Stored vector representation