This document proposes online inference algorithms for topic models as an alternative to traditional batch algorithms. It introduces two related online algorithms: incremental Gibbs samplers and particle filters. These algorithms update estimates of topics incrementally as each new document is observed, making them suitable for applications where the document collection grows over time. The algorithms are evaluated in comparison to existing batch algorithms to analyze their runtime and performance.