Documentation
¶
Index ¶
Constants ¶
View Source
const DefaultVectorDim = 64
The MRL pipeline truncates embeddings to the first 64 dimensions, providing high preservation of semantic layout while dropping index size by 95%.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FlatSIMDStore ¶
type FlatSIMDStore struct {
// contains filtered or unexported fields
}
FlatSIMDStore implements VectorStorePort using a flat, memory-mapped INT8 file designed for embedded scale workloads (100k - 1M vectors).
func NewStore ¶
func NewStore(path string) (*FlatSIMDStore, error)
NewStore initializes or opens a flat vector store from disk.
func (*FlatSIMDStore) Close ¶
func (s *FlatSIMDStore) Close() error
Close unmaps and closes the file gracefully.
Click to show internal directories.
Click to hide internal directories.