mirror of
https://github.com/hwchase17/langchain
synced 2024-11-08 07:10:35 +00:00
373ad49157
# docs: `ecosystem_integrations` update 3 Next cycle of updating the `ecosystem/integrations` * Added an integration `template` file * Added missed integration files * Fixed several document_loaders/notebooks ## Who can review? Is it possible to assign somebody to review PRs on docs? Thanks.
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
|
|
```
|
|
|