mirror of
https://github.com/hwchase17/langchain
synced 2024-10-31 15:20:26 +00:00
87e502c6bc
Co-authored-by: jacoblee93 <jacoblee93@gmail.com> Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
20 lines
409 B
Plaintext
20 lines
409 B
Plaintext
# 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](/docs/modules/data_connection/document_loaders/integrations/obsidian.html).
|
|
|
|
|
|
```python
|
|
from langchain.document_loaders import ObsidianLoader
|
|
```
|
|
|