# FileSource This module can be used to read documents one-by-one from disk instead of loading them all in memory. Useful for very large corpi. ```{eval-rst} .. automodule:: gismo.filesource :members: ```