Vector Store
A lightweight library or tool focused on storing and searching vectors efficiently.
Simple similarity search — find the K nearest neighbors to a query vector.
Usually runs in-memory or as a local file — single-machine operation.
Prototypes, research, and small applications with fewer than ~1M vectors.