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
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_mbox-0.4.0.tar.gz
.
File metadata
- Download URL: llama_index_readers_mbox-0.4.0.tar.gz
- Upload date:
- Size: 2.2 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 | a3d30918c0d520c729607b84423f7812284751025b4b8d1c9a24cc006340c62a |
|
MD5 | 4aad9bc769adc134bbd3c1b0ca29b5bf |
|
BLAKE2b-256 | 433055fd9128e7f1f6ac83bb3d027f44a692b6579098fe4896947b8ec84aaccf |
File details
Details for the file llama_index_readers_mbox-0.4.0-py3-none-any.whl
.
File metadata
- Download URL: llama_index_readers_mbox-0.4.0-py3-none-any.whl
- Upload date:
- Size: 2.5 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 | 6c8493c2636991bef81b327ae6654f48a59c29ae4115219a83a33e9d28516062 |
|
MD5 | e73ae6a9336ca63aa507b05b72459dd9 |
|
BLAKE2b-256 | b1e7c746330667ca1bb30a9f1f86c575fe74471c4a7c4ec46dd8b19efa0c931b |