File size: 338 Bytes
2e44b1a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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
```