Persistence¶
SQLite + Chroma persistence for transcripts, topic trees, and topic embeddings:
autorag.db— SQLite handle andAudioCliprow schema viapydantic_sqlite.autorag.persistence— topic-tree serialization, session-id derivation, base-safe transcript readers.autorag.chroma_store— persistent Chroma collection for topic embeddings, used by the/vizpage.