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
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file llama_index_readers_kibela-0.4.0.tar.gz.
File metadata
- Download URL: llama_index_readers_kibela-0.4.0.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7aa58e618818db98270cbb85646af0c94df282ef39635b76601e841e509983db
|
|
| MD5 |
1338676784ecee95a3a5709b899ff2c9
|
|
| BLAKE2b-256 |
7fd6306f722a3fce33968de30c6bf57e9345d81fb608820c3ccb39f4a4c2fae4
|
File details
Details for the file llama_index_readers_kibela-0.4.0-py3-none-any.whl.
File metadata
- Download URL: llama_index_readers_kibela-0.4.0-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0b57efec775604b60ecaefc171ea7ed3468ac78fe9741c3c13ddcc11b753b821
|
|
| MD5 |
e171a034ecbcf4e2be4fa877681024ca
|
|
| BLAKE2b-256 |
3d9e44b85d6b3d11b80113f55c44b7573f1508a6633c8ff78ed1ed94c5b6a403
|