llama-index readers mbox integration
Project description
LlamaIndex Readers Integration: Mbox
Overview
Mbox Reader is a simple reader for mbox (mailbox) files, commonly used for storing email messages. It reads a set of emails saved in the mbox format and extracts them into documents.
Installation
You can install Mbox Reader via pip:
pip install llama-index-readers-mbox
Usage
from llama_index.readers.mbox import MboxReader
# Initialize MboxReader
reader = MboxReader()
# Load data from mbox files in the input directory
documents = reader.load_data(input_dir="<Input Directory>")
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
Release history Release notifications | RSS feed
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file llama_index_readers_mbox-0.5.1.tar.gz.
File metadata
- Download URL: llama_index_readers_mbox-0.5.1.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4ae295be625315241fb240017c81d1a6b769b9204c12b64ec220ed7b4d0a6b68
|
|
| MD5 |
76f18e6487be98de69f793254bb585e7
|
|
| BLAKE2b-256 |
40570c712fef51fbaaac1f912eb0f2223fa9a022ca5681d7ca250318fe5832b6
|
File details
Details for the file llama_index_readers_mbox-0.5.1-py3-none-any.whl.
File metadata
- Download URL: llama_index_readers_mbox-0.5.1-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4cbde147b5dfc4cb2d218b7be75800c47f37c798370bfaf02581092b1c6f0ce5
|
|
| MD5 |
e4820385c821759b89e74b8f89aaec2f
|
|
| BLAKE2b-256 |
345083f929c4fd8357bdc37b3c142a04ac39125dc4bf7c5432962f6534ecb082
|