Skip to main content

llama-index readers guru integration

Project description

Guru Loader

pip install llama-index-readers-guru

This loader loads documents from Guru. The user specifies a username and api key to initialize the GuruReader.

Note this is not your password. You need to create a new api key in the admin tab of the portal.

Usage

Here's an example usage of the GuruReader.

from llama_index.readers.guru import GuruReader

reader = GuruReader(username="<GURU_USERNAME>", api_key="<GURU_API_KEY>")

# Load all documents in a collection
documents = reader.load_data(
    collection_ids=["<COLLECTION_ID_1>", "<COLLECTION_ID_2>"]
)

# Load specific cards by card id
documents = reader.load_data(card_ids=["<CARD_ID_1>", "<CARD_ID_2>"])

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_guru-0.3.0.tar.gz (3.4 kB view details)

Uploaded Source

Built Distribution

llama_index_readers_guru-0.3.0-py3-none-any.whl (3.7 kB view details)

Uploaded Python 3

File details

Details for the file llama_index_readers_guru-0.3.0.tar.gz.

File metadata

  • Download URL: llama_index_readers_guru-0.3.0.tar.gz
  • Upload date:
  • Size: 3.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.11.10 Darwin/22.3.0

File hashes

Hashes for llama_index_readers_guru-0.3.0.tar.gz
Algorithm Hash digest
SHA256 1280f4ceccaa81ba893915f346a2a82d4c59111cce5379b318e7ec1e32a1b790
MD5 27eac307361beeae9b9a500b4eb89d2c
BLAKE2b-256 3fd1ed5516d28f8959f5970591d011426118dc80c01ae6b265aedae6509da4fb

See more details on using hashes here.

File details

Details for the file llama_index_readers_guru-0.3.0-py3-none-any.whl.

File metadata

File hashes

Hashes for llama_index_readers_guru-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 87e88e544d315124d176d5e7ce7e84a03c22606db5562e76de37fdb493f264e0
MD5 7149cf232974998d4534f4bb2ca79d0b
BLAKE2b-256 cc35b901252a67f357c08e11043f456ad55c265c0ccee36245307fc8673f6d6a

See more details on using hashes here.

Supported by

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