llama-index readers kibela integration
Project description
Kibela Reader
pip install llama-index-readers-kibela
This reader fetches article from your Kibela notes using the GraphQL API.
Usage
Here's an example of how to use it. You can get your access token from here.
import os
from llama_index.readers.kibela import KibelaReader
team = os.environ["KIBELA_TEAM"]
token = os.environ["KIBELA_TOKEN"]
reader = KibelaReader(team=team, token=token)
documents = reader.load_data()
Alternately, you can also use download_loader from llama_index
import os
from llama_index.readers.kibela import KibelaReader
team = os.environ["KIBELA_TEAM"]
token = os.environ["KIBELA_TOKEN"]
reader = KibelaReader(team=team, token=token)
documents = reader.load_data()
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_kibela-0.3.0.tar.gz
.
File metadata
- Download URL: llama_index_readers_kibela-0.3.0.tar.gz
- Upload date:
- Size: 2.8 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 | 4c50397c991dd186cf05327fbae326273325c3ba31dc0045781e4e4c9432ad39 |
|
MD5 | aa47fb1fd86741a358be71e6ca78a329 |
|
BLAKE2b-256 | 2d4b34b611739512669d881cf633637355cd054fbdba3c246d36691fadf4d960 |
File details
Details for the file llama_index_readers_kibela-0.3.0-py3-none-any.whl
.
File metadata
- Download URL: llama_index_readers_kibela-0.3.0-py3-none-any.whl
- Upload date:
- Size: 3.0 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 | 6a681150c54ed913083c66080c8ad485668ec8412204beee5165c62b19526516 |
|
MD5 | 0b157b111748f8d8a5427b620440eea4 |
|
BLAKE2b-256 | d50babe3137f306548b9594ad62d5e7fb1985903e6305d6af0e4d5d6351b160b |