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.