llama-index-readers-boarddocs


Namellama-index-readers-boarddocs JSON
Version 0.1.4 PyPI version JSON
download
home_pageNone
Summaryllama-index readers boarddocs integration
upload_time2024-03-29 21:42:35
maintainerdweekly
docs_urlNone
authorYour Name
requires_python<4.0,>=3.8.1
licenseMIT
keywords board boarddocs
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # BoardDocs Loader

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

This loader retrieves an agenda and associated material from a BoardDocs site.

This loader is not endorsed by, developed by, supported by, or in any way formally affiliated with Diligent Corporation.

## Usage

To use this loader, you'll need to specify which BoardDocs site you want to load,
as well as the committee on the site you want to scrape.

```python
from llama_index.readers.boarddocs import BoardDocsReader

# For a site URL https://go.boarddocs.com/ca/redwood/Board.nsf/Public
# your site should be set to 'ca/redwood'
# You'll also need to specify which committee on the site you want to index,
# in this case A4EP6J588C05 is the Board of Trustees meeting.
loader = BoardDocsReader(site="ca/redwood", committee_id="A4EP6J588C05")

# You can optionally specify to load a specific set of meetings; if you don't
# pass in meeting_ids, the loader will attempt to load *all* meeting content.
# Since we're actually scraping a site, this can take a little while.
documents = loader.load_data(meeting_ids=["CPSNV9612DF1"])
```

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. See [here](https://github.com/emptycrown/llama-hub/tree/main) for examples.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "llama-index-readers-boarddocs",
    "maintainer": "dweekly",
    "docs_url": null,
    "requires_python": "<4.0,>=3.8.1",
    "maintainer_email": null,
    "keywords": "board, boarddocs",
    "author": "Your Name",
    "author_email": "you@example.com",
    "download_url": "https://files.pythonhosted.org/packages/d6/8a/c951d97fa502ed88ce26f1683ef9704fb108442067d79c066abb47f7968c/llama_index_readers_boarddocs-0.1.4.tar.gz",
    "platform": null,
    "description": "# BoardDocs Loader\n\n```bash\npip install llama-index-readers-boarddocs\n```\n\nThis loader retrieves an agenda and associated material from a BoardDocs site.\n\nThis loader is not endorsed by, developed by, supported by, or in any way formally affiliated with Diligent Corporation.\n\n## Usage\n\nTo use this loader, you'll need to specify which BoardDocs site you want to load,\nas well as the committee on the site you want to scrape.\n\n```python\nfrom llama_index.readers.boarddocs import BoardDocsReader\n\n# For a site URL https://go.boarddocs.com/ca/redwood/Board.nsf/Public\n# your site should be set to 'ca/redwood'\n# You'll also need to specify which committee on the site you want to index,\n# in this case A4EP6J588C05 is the Board of Trustees meeting.\nloader = BoardDocsReader(site=\"ca/redwood\", committee_id=\"A4EP6J588C05\")\n\n# You can optionally specify to load a specific set of meetings; if you don't\n# pass in meeting_ids, the loader will attempt to load *all* meeting content.\n# Since we're actually scraping a site, this can take a little while.\ndocuments = loader.load_data(meeting_ids=[\"CPSNV9612DF1\"])\n```\n\nThis 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. See [here](https://github.com/emptycrown/llama-hub/tree/main) for examples.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "llama-index readers boarddocs integration",
    "version": "0.1.4",
    "project_urls": null,
    "split_keywords": [
        "board",
        " boarddocs"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "02a35f98869ea723e299d629417bf0a759125bc8c742c144e550d7ff2027aaed",
                "md5": "ab804ca006e7a6fee99ca4d8db7ccbe7",
                "sha256": "411d77bb67034ecb4e66f9491fedd76913fd9a90caf4bcaa7607103f6a0c1ea7"
            },
            "downloads": -1,
            "filename": "llama_index_readers_boarddocs-0.1.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ab804ca006e7a6fee99ca4d8db7ccbe7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8.1",
            "size": 3878,
            "upload_time": "2024-03-29T21:42:34",
            "upload_time_iso_8601": "2024-03-29T21:42:34.112978Z",
            "url": "https://files.pythonhosted.org/packages/02/a3/5f98869ea723e299d629417bf0a759125bc8c742c144e550d7ff2027aaed/llama_index_readers_boarddocs-0.1.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d68ac951d97fa502ed88ce26f1683ef9704fb108442067d79c066abb47f7968c",
                "md5": "1ef3807d3069a7330f63a57b5b2047da",
                "sha256": "0492f4a358c10aec594d2a4b1ff258c18b2dead661089ae3ce5c406f8bb51f48"
            },
            "downloads": -1,
            "filename": "llama_index_readers_boarddocs-0.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "1ef3807d3069a7330f63a57b5b2047da",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8.1",
            "size": 3544,
            "upload_time": "2024-03-29T21:42:35",
            "upload_time_iso_8601": "2024-03-29T21:42:35.585809Z",
            "url": "https://files.pythonhosted.org/packages/d6/8a/c951d97fa502ed88ce26f1683ef9704fb108442067d79c066abb47f7968c/llama_index_readers_boarddocs-0.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-29 21:42:35",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "llama-index-readers-boarddocs"
}
        
Elapsed time: 0.27652s