You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/docs/integrations/obsidian.md

20 lines
395 B
Markdown

# Obsidian
>[Obsidian](https://obsidian.md/) is a powerful and extensible knowledge base
that works on top of your local folder of plain text files.
## Installation and Setup
All instructions are in examples below.
## Document Loader
See a [usage example](../modules/indexes/document_loaders/examples/obsidian.ipynb).
```python
from langchain.document_loaders import ObsidianLoader
```