Content Types

Drop anything; RememberOS extracts the text, makes it searchable, and keeps the original downloadable.

TypeWhat happens
Plain text / Markdown / CSVindexed directly; long documents are chunked into multiple searchable memories
Audio (mp3, wav, m4a, ogg…)transcribed with Whisper; the transcript becomes searchable memory, the file stays playable in the Vault
Video (mp4, mov, webm…)audio track transcribed; original playable
PDF, docx, pptx, xlsxtext extracted per format, chunked, embedded
Images (png, jpg, webp…)captioned with a vision model so they're semantically searchable; rendered inline in the Vault
JSON / structured rowsvia the dlt destination or the API: one row → one memory, text column embedded, the rest queryable metadata; the Vault pretty-prints JSON bodies
Anything elsestored and downloadable, indexed by filename

Limits & behaviour#