llama-index-readers-mangoapps-guides


Namellama-index-readers-mangoapps-guides JSON
Version 0.3.0 PyPI version JSON
download
home_pageNone
Summaryllama-index readers mangoapps_guides integration
upload_time2024-11-18 00:16:49
maintainermangoapps
docs_urlNone
authorYour Name
requires_python<4.0,>=3.9
licenseMIT
keywords mangoapps
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # MangoppsGuides Loader

```bash
pip install llama-index-readers-mangoapps-guides
```

This loader fetches the text from Mangopps Guides.

## Usage

To use this loader, you need to pass base url of the MangoppsGuides installation (e.g. `https://guides.mangoapps.com/`) and the limit , i.e. max number of links it should crawl

```python
from llama_index.readers.mangoapps_guides import MangoppsGuidesReader

loader = MangoppsGuidesReader()
documents = loader.load_data(
    domain_url="https://guides.mangoapps.com", limit=1
)
```

This loader is designed to be used as a way to load data into [LlamaIndex](https://github.com/run-llama/llama_index/).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "llama-index-readers-mangoapps-guides",
    "maintainer": "mangoapps",
    "docs_url": null,
    "requires_python": "<4.0,>=3.9",
    "maintainer_email": null,
    "keywords": "mangoapps",
    "author": "Your Name",
    "author_email": "you@example.com",
    "download_url": "https://files.pythonhosted.org/packages/75/a7/b09edc04221fe1a6d189ccf60b043f6dd16170669fb6303a1863ccfabb39/llama_index_readers_mangoapps_guides-0.3.0.tar.gz",
    "platform": null,
    "description": "# MangoppsGuides Loader\n\n```bash\npip install llama-index-readers-mangoapps-guides\n```\n\nThis loader fetches the text from Mangopps Guides.\n\n## Usage\n\nTo use this loader, you need to pass base url of the MangoppsGuides installation (e.g. `https://guides.mangoapps.com/`) and the limit , i.e. max number of links it should crawl\n\n```python\nfrom llama_index.readers.mangoapps_guides import MangoppsGuidesReader\n\nloader = MangoppsGuidesReader()\ndocuments = loader.load_data(\n    domain_url=\"https://guides.mangoapps.com\", limit=1\n)\n```\n\nThis loader is designed to be used as a way to load data into [LlamaIndex](https://github.com/run-llama/llama_index/).\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "llama-index readers mangoapps_guides integration",
    "version": "0.3.0",
    "project_urls": null,
    "split_keywords": [
        "mangoapps"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fa0646d1ba522eea962cf293fc3c59c82b36f6afbf3e0214a924a987069b2d63",
                "md5": "8edd5008590b925d8e7f2713591b0b7d",
                "sha256": "55874f3062ff207572f69029666dfa1edd37b8e599b3889c19b99cf0c2c92ad4"
            },
            "downloads": -1,
            "filename": "llama_index_readers_mangoapps_guides-0.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8edd5008590b925d8e7f2713591b0b7d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 3430,
            "upload_time": "2024-11-18T00:16:49",
            "upload_time_iso_8601": "2024-11-18T00:16:49.146135Z",
            "url": "https://files.pythonhosted.org/packages/fa/06/46d1ba522eea962cf293fc3c59c82b36f6afbf3e0214a924a987069b2d63/llama_index_readers_mangoapps_guides-0.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "75a7b09edc04221fe1a6d189ccf60b043f6dd16170669fb6303a1863ccfabb39",
                "md5": "a0044f6e4ddfbfdf463e6785343c1325",
                "sha256": "49da9eed32d4ffacda5376860ebbe814f973a6ddbc95ff5ba6ba2b15edc94b18"
            },
            "downloads": -1,
            "filename": "llama_index_readers_mangoapps_guides-0.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "a0044f6e4ddfbfdf463e6785343c1325",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 3072,
            "upload_time": "2024-11-18T00:16:49",
            "upload_time_iso_8601": "2024-11-18T00:16:49.950264Z",
            "url": "https://files.pythonhosted.org/packages/75/a7/b09edc04221fe1a6d189ccf60b043f6dd16170669fb6303a1863ccfabb39/llama_index_readers_mangoapps_guides-0.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-18 00:16:49",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "llama-index-readers-mangoapps-guides"
}
        
Elapsed time: 1.01921s