mirror of
https://github.com/hwchase17/langchain
synced 2024-11-06 03:20:49 +00:00
20 lines
395 B
Markdown
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
|
||
|
```
|
||
|
|