.jfl/ files and SQLite. In production, the same operations go to Postgres with workspace isolation.
Interface
Implementations
LocalStorage (default)
File-based storage in.jfl/ directory. Uses SQLite for queries and cosine similarity for vector search. This is what runs when you use tenet on your machine.
CloudStorage
Postgres-backed storage for multi-user deployments. All operations scoped byworkspaceId. Uses pgvector for similarity search.