llama-index-readers-psychic


Namellama-index-readers-psychic JSON
Version 0.2.0 PyPI version JSON
download
home_pageNone
Summaryllama-index readers psychic integration
upload_time2024-08-22 06:51:44
maintainerNone
docs_urlNone
authorYour Name
requires_python<4.0,>=3.8.1
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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](https://docs.psychic.dev).

### Installation

You can install Psychic Reader via pip:

```bash
pip install llama-index-readers-psychic
```

### Usage

```python
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](https://github.com/run-llama/llama_index/tree/main/llama_index) and/or subsequently
used as a Tool in a [LangChain](https://github.com/hwchase17/langchain) Agent.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "llama-index-readers-psychic",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.8.1",
    "maintainer_email": null,
    "keywords": null,
    "author": "Your Name",
    "author_email": "you@example.com",
    "download_url": "https://files.pythonhosted.org/packages/42/cd/3d552b63dd03c1beddaf3f1a85b991d93da73dc64d6c95f917a9e4e0b299/llama_index_readers_psychic-0.2.0.tar.gz",
    "platform": null,
    "description": "# LlamaIndex Readers Integration: Psychic\n\n## Overview\n\nThe 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.\nPsychic 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.\n\nFor more detailed information about Psychic, visit [docs.psychic.dev](https://docs.psychic.dev).\n\n### Installation\n\nYou can install Psychic Reader via pip:\n\n```bash\npip install llama-index-readers-psychic\n```\n\n### Usage\n\n```python\nfrom llama_index.readers.psychic import PsychicReader\n\n# Initialize PsychicReader\nreader = PsychicReader(psychic_key=\"<Psychic Secret Key>\")\n\n# Load data from Psychic\ndocuments = reader.load_data(\n    connector_id=\"<Connector ID>\", account_id=\"<Account ID>\"\n)\n```\n\nThis loader is designed to be used as a way to load data into\n[LlamaIndex](https://github.com/run-llama/llama_index/tree/main/llama_index) and/or subsequently\nused as a Tool in a [LangChain](https://github.com/hwchase17/langchain) Agent.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "llama-index readers psychic integration",
    "version": "0.2.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e55cd604d52e7e059f5704ef24e746dc491eae37622814723dc14d8abd1a60c7",
                "md5": "06de7062a3a5e39c782460e55a9742d7",
                "sha256": "f2b7cddfba490ed097421a44b03bbda9918713eacae8ecfaf8de629363a45d5c"
            },
            "downloads": -1,
            "filename": "llama_index_readers_psychic-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "06de7062a3a5e39c782460e55a9742d7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8.1",
            "size": 3152,
            "upload_time": "2024-08-22T06:51:43",
            "upload_time_iso_8601": "2024-08-22T06:51:43.045719Z",
            "url": "https://files.pythonhosted.org/packages/e5/5c/d604d52e7e059f5704ef24e746dc491eae37622814723dc14d8abd1a60c7/llama_index_readers_psychic-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "42cd3d552b63dd03c1beddaf3f1a85b991d93da73dc64d6c95f917a9e4e0b299",
                "md5": "90eab70ed7ec0d79e7fad4b87823a15e",
                "sha256": "835680e79f324953df6eb38f9d0627c96129a4f8b57b5aefe1627b0562d86338"
            },
            "downloads": -1,
            "filename": "llama_index_readers_psychic-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "90eab70ed7ec0d79e7fad4b87823a15e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8.1",
            "size": 2873,
            "upload_time": "2024-08-22T06:51:44",
            "upload_time_iso_8601": "2024-08-22T06:51:44.340297Z",
            "url": "https://files.pythonhosted.org/packages/42/cd/3d552b63dd03c1beddaf3f1a85b991d93da73dc64d6c95f917a9e4e0b299/llama_index_readers_psychic-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-22 06:51:44",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "llama-index-readers-psychic"
}
        
Elapsed time: 0.28755s