Docstores are classes to store and load Documents.
The Docstore is a simplified version of the Document Loader.
Class hierarchy:
.. code-block::
Docstore --> <name> # Examples: InMemoryDocstore, Wikipedia
Main helpers:
.. code-block::
Document, AddableMixin