Skip to main content

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

llama_index_readers_kibela-0.3.0.tar.gz (2.8 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file llama_index_readers_kibela-0.3.0.tar.gz.

File metadata

File hashes

Hashes for llama_index_readers_kibela-0.3.0.tar.gz
Algorithm Hash digest
SHA256 4c50397c991dd186cf05327fbae326273325c3ba31dc0045781e4e4c9432ad39
MD5 aa47fb1fd86741a358be71e6ca78a329
BLAKE2b-256 2d4b34b611739512669d881cf633637355cd054fbdba3c246d36691fadf4d960

See more details on using hashes here.

File details

Details for the file llama_index_readers_kibela-0.3.0-py3-none-any.whl.

File metadata

File hashes

Hashes for llama_index_readers_kibela-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 6a681150c54ed913083c66080c8ad485668ec8412204beee5165c62b19526516
MD5 0b157b111748f8d8a5427b620440eea4
BLAKE2b-256 d50babe3137f306548b9594ad62d5e7fb1985903e6305d6af0e4d5d6351b160b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page