Namespace LMKit.Data.Storage
Structs
- PointEntry
Represents a single point entry in the vector storage system. This structure encapsulates an identifier, vector data, and associated metadata for a stored point.
Interfaces
- IVectorStore
Defines an interface for a vector storage system that supports asynchronous database operations for embedding services. Implementations should ensure thread safety and that all vectors stored in a given collection share the same fixed dimension.