Skip to main content

Module storage

Module storage 

Source
Expand description

Storage path management for the memory directory convention.

A memory store lives in a directory containing:

  • memory.db — SQLite database (content, metadata, FTS5, f32 embeddings)
  • memory.hnsw.graph — HNSW graph topology (when hnsw feature enabled)
  • memory.hnsw.data — HNSW vector data (when hnsw feature enabled)

Structs§

StoragePaths
Resolved file paths for all storage files within a memory directory.