llama-index readers igpt_email integration
Project description
LlamaIndex Readers Integration: iGPT Email Intelligence
pip install llama-index-readers-igpt-email
The iGPT Email Intelligence Reader loads structured, reasoning-ready email context from the iGPT API as LlamaIndex Documents for indexing and retrieval.
Unlike raw email connectors that return unprocessed message data, iGPT handles thread reconstruction, participant role detection, and intent extraction before returning results — so each Document contains clean, structured content ready for a RAG pipeline.
To begin, you need to obtain an API key at docs.igpt.ai.
Usage
Here's an example usage of the IGPTEmailReader.
from llama_index.readers.igpt_email import IGPTEmailReader
from llama_index.core import VectorStoreIndex
reader = IGPTEmailReader(api_key="your-key", user="user-id")
documents = reader.load_data(query="project Alpha", date_from="2025-01-01")
index = VectorStoreIndex.from_documents(documents)
This loader is designed to be used as a way to load data into LlamaIndex.
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_igpt_email-0.1.0.tar.gz.
File metadata
- Download URL: llama_index_readers_igpt_email-0.1.0.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.4 {"installer":{"name":"uv","version":"0.10.4","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
59d78ae9f8b0adf2ecf9ba013e380bd26232c8e034b8fa7e3f97b7b61d7d9d69
|
|
| MD5 |
183c8f9a8ab2c895e6aa32d0fe686b39
|
|
| BLAKE2b-256 |
62fac71cecb4943a9f65cbfde3f7a9525b746cbf5e231952fc7bc02b4445bf64
|
File details
Details for the file llama_index_readers_igpt_email-0.1.0-py3-none-any.whl.
File metadata
- Download URL: llama_index_readers_igpt_email-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.4 {"installer":{"name":"uv","version":"0.10.4","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8202165fd1a1518556db75ac4ace23ab55faef00ec37b752a91da310cc38a633
|
|
| MD5 |
9ea747b78df90b5f99ce047077955b62
|
|
| BLAKE2b-256 |
468e22dd960c7dde7a27dc7eff43884da2586333809f7fd3ecbfb65eb2ff0af2
|