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
Built Distribution
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1280f4ceccaa81ba893915f346a2a82d4c59111cce5379b318e7ec1e32a1b790 |
|
MD5 | 27eac307361beeae9b9a500b4eb89d2c |
|
BLAKE2b-256 | 3fd1ed5516d28f8959f5970591d011426118dc80c01ae6b265aedae6509da4fb |
File details
Details for the file llama_index_readers_guru-0.3.0-py3-none-any.whl
.
File metadata
- Download URL: llama_index_readers_guru-0.3.0-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.11.10 Darwin/22.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 87e88e544d315124d176d5e7ce7e84a03c22606db5562e76de37fdb493f264e0 |
|
MD5 | 7149cf232974998d4534f4bb2ca79d0b |
|
BLAKE2b-256 | cc35b901252a67f357c08e11043f456ad55c265c0ccee36245307fc8673f6d6a |