Skip to main content

llama-index readers feishu_wiki integration

Project description

Feishu Wiki Loader

This loader can traverse all feishu documents under the feishi space.

Usage

To use this loader, you need to:

  1. apply the permission(wiki:wiki:readonly) of the feishu app
  2. add the feishu app as the admin of your feishu space, see here for more help
  3. finally, pass your feishu space id to this loader
app_id = "xxx"
app_secret = "xxx"
space_id = "xxx"
FeishuWikiReader = download_loader("FeishuWikiReader")
loader = FeishuWikiReader(app_id, app_secret)
documents = loader.load_data(space_id=space_id)

This loader is designed to be used as a way to load data into LlamaIndex.

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_feishu_wiki-0.1.1.tar.gz (3.4 kB view hashes)

Uploaded Source

Built Distribution

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