llama-index readers psychic integration
Project description
LlamaIndex Readers Integration: Psychic
Overview
The Psychic Reader facilitates the extraction of data from the Psychic platform, enabling seamless access to synced data from various SaaS applications through a single universal API. Psychic is a platform designed to synchronize data from multiple SaaS applications via a universal API. This reader module connects to a Psychic instance and retrieves data, requiring authentication via a secret key.
For more detailed information about Psychic, visit docs.psychic.dev.
Installation
You can install Psychic Reader via pip:
pip install llama-index-readers-psychic
Usage
from llama_index.readers.psychic import PsychicReader
# Initialize PsychicReader
reader = PsychicReader(psychic_key="<Psychic Secret Key>")
# Load data from Psychic
documents = reader.load_data(
connector_id="<Connector ID>", account_id="<Account ID>"
)
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_psychic-0.4.1.tar.gz.
File metadata
- Download URL: llama_index_readers_psychic-0.4.1.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9d27fb6346a0000706ec9956fccc1b0b6ddd02d9787d74798b7db3449874badd
|
|
| MD5 |
4778ebfc95d1741a091f40f405ef9b32
|
|
| BLAKE2b-256 |
da5ea62c96b9d336035a6b1c40514780bf2cafe92af1f014392ead1ff44483a7
|
File details
Details for the file llama_index_readers_psychic-0.4.1-py3-none-any.whl.
File metadata
- Download URL: llama_index_readers_psychic-0.4.1-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
66132940f2a0f4e4dca6a3b8aea4956f0e0cb52aadf0fe74cf0427f40f8cad9f
|
|
| MD5 |
08df1d3d9d1f1b50e22ad81c4f0bc42e
|
|
| BLAKE2b-256 |
b1c1c505f465b37fc6e992b7ccad2652ba7e03db8b38a62390259a6fca306069
|