llama-index readers obsidian integration
Project description
LlamaIndex Readers Integration: Obsidian
Overview
Obsidian Reader is a utility class for loading data from an Obsidian Vault. It parses all markdown files in the vault and extracts text from under Obsidian headers, returning a list of documents, each containing text from a separate header.
Usage
from llama_index.readers.obsidian import ObsidianReader
# Initialize ObsidianReader with the path to the Obsidian vault
reader = ObsidianReader(input_dir="<Path to Obsidian Vault>")
# Load data from the Obsidian vault
documents = reader.load_data()
Implementation for Obsidian reader can be found here
This loader is designed to be used as a way to load data into LlamaIndex and/or subsequently used as a Tool in a LangChain Agent.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file llama_index_readers_obsidian-0.4.0.tar.gz
.
File metadata
- Download URL: llama_index_readers_obsidian-0.4.0.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.11.10 Darwin/22.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 39681ce68c4c1dee8c7b1b14622a6ffceda12b771483df737f3a6247821d814b |
|
MD5 | 13113b30ee4eb0abf5135acdae0d1331 |
|
BLAKE2b-256 | a00c9e1c7605cbb5889ad815af3f239213b56f2d3b56bc0fbe14d55f1a59afbe |
File details
Details for the file llama_index_readers_obsidian-0.4.0-py3-none-any.whl
.
File metadata
- Download URL: llama_index_readers_obsidian-0.4.0-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.11.10 Darwin/22.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7e1158d0154c169a9beaeca6106a8b8783b460ecfb2fc518d07c58125d11d1bc |
|
MD5 | 064ebf5ecf30830a9cd6ef6391ffdc8f |
|
BLAKE2b-256 | 71f8e3f0c16619ef79c07c241289f1175c9918d0f1bcbec5511f00f1c9ee3f6e |