Skip to main content

Module store

Module store 

Source
Expand description

The storage contract — the abstraction boundary between Ijima’s domain logic and the SurrealDB / SQLite / mock backends.

Every backend implements Store (memory palace + session context) and (in future) KnowledgeGraph.

Structs§

NamespaceCount
One namespace’s memory count.
SearchHit
A scored semantic-search hit: the matched Memory plus its cosine similarity to the query (0.0–1.0, higher = more relevant).
StoreStats
Global memory-palace statistics (across all namespaces).

Traits§

Store
The storage contract.