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.4.0.tar.gz (4.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

llama_index_readers_kibela-0.4.0-py3-none-any.whl (3.9 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for llama_index_readers_kibela-0.4.0.tar.gz
Algorithm Hash digest
SHA256 7aa58e618818db98270cbb85646af0c94df282ef39635b76601e841e509983db
MD5 1338676784ecee95a3a5709b899ff2c9
BLAKE2b-256 7fd6306f722a3fce33968de30c6bf57e9345d81fb608820c3ccb39f4a4c2fae4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llama_index_readers_kibela-0.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 0b57efec775604b60ecaefc171ea7ed3468ac78fe9741c3c13ddcc11b753b821
MD5 e171a034ecbcf4e2be4fa877681024ca
BLAKE2b-256 3d9e44b85d6b3d11b80113f55c44b7573f1508a6633c8ff78ed1ed94c5b6a403

See more details on using hashes here.

Supported by

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