llama-index-readers-mangoapps-guides


Namellama-index-readers-mangoapps-guides JSON
Version 0.2.0 PyPI version JSON
download
home_pageNone
Summaryllama-index readers mangoapps_guides integration
upload_time2024-08-22 06:32:31
maintainermangoapps
docs_urlNone
authorYour Name
requires_python<4.0,>=3.8.1
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.8.1",
    "maintainer_email": null,
    "keywords": "mangoapps",
    "author": "Your Name",
    "author_email": "you@example.com",
    "download_url": "https://files.pythonhosted.org/packages/51/84/c733703e3316423b0813c3abfd6faf344b0bd1f0466770ce9d6103b9114a/llama_index_readers_mangoapps_guides-0.2.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.2.0",
    "project_urls": null,
    "split_keywords": [
        "mangoapps"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "37f4d1c94fd9f0b5eb04ff15746c30c3834ed4032fc1732c8a046f9e909f2e78",
                "md5": "84f498d2d3d2ee950ba0c9c85b41ec09",
                "sha256": "f73ba6f16747766369d939368bd38fcddc87a1f264eb36775e24d9e1b0480aac"
            },
            "downloads": -1,
            "filename": "llama_index_readers_mangoapps_guides-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "84f498d2d3d2ee950ba0c9c85b41ec09",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8.1",
            "size": 3432,
            "upload_time": "2024-08-22T06:32:30",
            "upload_time_iso_8601": "2024-08-22T06:32:30.375667Z",
            "url": "https://files.pythonhosted.org/packages/37/f4/d1c94fd9f0b5eb04ff15746c30c3834ed4032fc1732c8a046f9e909f2e78/llama_index_readers_mangoapps_guides-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5184c733703e3316423b0813c3abfd6faf344b0bd1f0466770ce9d6103b9114a",
                "md5": "58444c9df5e3988d38a8e6114de70a76",
                "sha256": "e3ac1c665eb82904e632aade3f0e68378e545d0a65094224522b334fc4f3c9e9"
            },
            "downloads": -1,
            "filename": "llama_index_readers_mangoapps_guides-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "58444c9df5e3988d38a8e6114de70a76",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8.1",
            "size": 3079,
            "upload_time": "2024-08-22T06:32:31",
            "upload_time_iso_8601": "2024-08-22T06:32:31.612163Z",
            "url": "https://files.pythonhosted.org/packages/51/84/c733703e3316423b0813c3abfd6faf344b0bd1f0466770ce9d6103b9114a/llama_index_readers_mangoapps_guides-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-22 06:32:31",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "llama-index-readers-mangoapps-guides"
}
        
Elapsed time: 0.30212s