omarsol's picture
Upload folder using huggingface_hub
2e44b1a verified
raw
history blame contribute delete
338 Bytes
# Acreom
[acreom](https://acreom.com) is a dev-first knowledge base with tasks running on local `markdown` files.
## Installation and Setup
No installation is required.
## Document Loader
See a [usage example](/docs/integrations/document_loaders/acreom).
```python
from langchain_community.document_loaders import AcreomLoader
```