llama-index readers zendesk integration
Project description
Zendesk Loader
pip install llama-index-readers-zendesk
This loader fetches the text from Zendesk help articles using the Zendesk API. It also uses the BeautifulSoup library to parse the HTML and extract the text from the articles.
Usage
To use this loader, you need to pass in the subdomain of a Zendesk account. No authentication is required. You can also set the locale of articles as needed.
from llama_index.readers.zendesk import ZendeskReader
loader = ZendeskReader(zendesk_subdomain="my_subdomain", locale="en-us")
documents = loader.load_data()
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_zendesk-0.3.0.tar.gz
.
File metadata
- Download URL: llama_index_readers_zendesk-0.3.0.tar.gz
- Upload date:
- Size: 2.5 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 | 7bac873f99b9feb28b859865c107426dad84cadc1d4196869969f3463c6a5595 |
|
MD5 | e99ed34131db4f85d88d40f1dbf94e95 |
|
BLAKE2b-256 | bcae391a5179397a3643ef60680badab73f9ece8e9c17358a821af81e3eac783 |
File details
Details for the file llama_index_readers_zendesk-0.3.0-py3-none-any.whl
.
File metadata
- Download URL: llama_index_readers_zendesk-0.3.0-py3-none-any.whl
- Upload date:
- Size: 2.8 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 | f4c10f7c8d5681f7f3e017dada2a07b7473c08595a3ff8a712a216333803925e |
|
MD5 | 34105a5d4ef4c6836337b40bcbaea2db |
|
BLAKE2b-256 | 7c8743d66fc5a0e5e5c84c5028176c1cff09118662c7dbdcde9192162f7fbcd7 |