Optional formatSerialisation format for the export artifact.
'sqlite' – copy of the SQLite file (binary).'json' – newline-delimited JSON of all traces.'markdown' – human-readable Markdown summary.'obsidian' – Obsidian vault with one note per trace and wiki-links.'json'
Optional includeWhether to include raw embedding vectors in the export. Embeddings dramatically increase file size but allow round-trip import without re-embedding.
false
Optional includeWhether to include conversation turn traces in the export.
true
Options for exporting the memory store via
Memory.export().