Skip to main content

llama-index readers boarddocs integration

Project description

BoardDocs Loader

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.

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

llama_index_readers_boarddocs-0.2.0.tar.gz (3.5 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file llama_index_readers_boarddocs-0.2.0.tar.gz.

File metadata

File hashes

Hashes for llama_index_readers_boarddocs-0.2.0.tar.gz
Algorithm Hash digest
SHA256 5cf67b01e2932728535cf49d1a7048fdf2d841e18c08d865660c8484fc5a8624
MD5 5346ee57d56a1e2579ea3e1c6b9a190b
BLAKE2b-256 8c7af05a2efba3ef50aa28b94f27957f02e8bbdce7e562d58732417bc300fd9a

See more details on using hashes here.

File details

Details for the file llama_index_readers_boarddocs-0.2.0-py3-none-any.whl.

File metadata

File hashes

Hashes for llama_index_readers_boarddocs-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ad30b6e381e62ad3956bee4787ad99dda81c8c434d3e99b501724d1201e19827
MD5 152252102ad97379427d9d80f1feea09
BLAKE2b-256 f473791e2f79d04f72a0124a590ec332e5106e26af0ba2069ad4859006a64769

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page