llama-index readers readme.com integration
Project description
Readme.com Loader
pip install llama-index-readers-readme
This loader fetches the text from Readme docs guides using the Readme API. It also uses the BeautifulSoup library to parse the HTML and extract the text from the docs.
Usage
To use this loader, you need to pass in the API Key of a Readme account.
from llama_index.readers.readme import ReadmeReader
loader = ReadmeReader(api_key="YOUR_API_KEY")
documents = loader.load_data()
This loader is designed to be used as a way to load data into LlamaIndex.
Project details
Release history Release notifications | RSS feed
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_readme-0.2.0.tar.gz
.
File metadata
- Download URL: llama_index_readers_readme-0.2.0.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.10.13 Darwin/23.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5f5c0af1532ff87f0ea6757da325638e807fe3909f48f1efea9e6b4857738716 |
|
MD5 | af72fb257d290494ce91002fb1ca3ee2 |
|
BLAKE2b-256 | 4e0f3cf9f2afc06a86a6443a98ff05697336642d850da60256714180c4b183b1 |
File details
Details for the file llama_index_readers_readme-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: llama_index_readers_readme-0.2.0-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.10.13 Darwin/23.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0403479a391bf1420c169a3d9c515e7b1fe842b8de197b52e5f884d39f15ba49 |
|
MD5 | a8a3941b6ec0598294bb4bb01fa014ed |
|
BLAKE2b-256 | e6c2f94ce356b3ad0bda42694733adf565d0407d83a4f75ca51bfb8c187c36ab |