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.1.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.1-py3-none-any.whl (3.9 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for llama_index_readers_kibela-0.4.1.tar.gz
Algorithm Hash digest
SHA256 574e6a306db5918be213ed3c8fafdae7a26dd311e2dd4290295a714c008a4196
MD5 d2af03383603b582cf9b887167d01b45
BLAKE2b-256 1d6ee4f902092e1bbb647115ac3dd08363876817f7799162cac87c4763c92166

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llama_index_readers_kibela-0.4.1-py3-none-any.whl
Algorithm Hash digest
SHA256 edcc598e7da6ee3578b3b233cabc31e068b03cb443e5fa83b806e5d2c1072b57
MD5 ade7372653fb70f5271604fddd2c8363
BLAKE2b-256 4ee9c1aedae743f72a6d93d6de2bc7e2a4332e138d6532ba75ba43fb15b02617

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