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

Uploaded Python 3

File details

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

File metadata

  • Download URL: llama_index_readers_kibela-0.5.0.tar.gz
  • Upload date:
  • Size: 4.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for llama_index_readers_kibela-0.5.0.tar.gz
Algorithm Hash digest
SHA256 1e0eb3ea1c7a6010404d039b446be3cd945efd168100b67d7f40984a757574a6
MD5 8f60086a7cb4dd880e8768c6349ba5ce
BLAKE2b-256 52b4991f6dbd64dd8286c0e494d0baa72acd0b9f3cafdc9c58d6ef0b5137c1a1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: llama_index_readers_kibela-0.5.0-py3-none-any.whl
  • Upload date:
  • Size: 3.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for llama_index_readers_kibela-0.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 6e4284b6a23e853933f2a66aba4f6fbbdccf3c5f4310611e48e85b529f5108c5
MD5 64c5154aa0791764cfec5b55b2f2ccbb
BLAKE2b-256 afbc54a4e4b28d151751fb3d738d3cc8ea1d79642e55a4e4451df8c4182f8187

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