llama-index-readers-feishu-wiki


Namellama-index-readers-feishu-wiki JSON
Version 0.1.1 PyPI version JSON
download
home_pageNone
Summaryllama-index readers feishu_wiki integration
upload_time2024-05-28 16:47:51
maintainerzhourunlai
docs_urlNone
authorYour Name
requires_python<4.0,>=3.8.1
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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](https://open.feishu.cn/document/server-docs/docs/wiki-v2/wiki-qa#b5da330b) for more help
3. finally, pass your feishu space id to this loader

```python
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](https://github.com/run-llama/llama_index/).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "llama-index-readers-feishu-wiki",
    "maintainer": "zhourunlai",
    "docs_url": null,
    "requires_python": "<4.0,>=3.8.1",
    "maintainer_email": null,
    "keywords": null,
    "author": "Your Name",
    "author_email": "you@example.com",
    "download_url": "https://files.pythonhosted.org/packages/9a/aa/cc1ea8e20d2d820e9c426d8c84c938bb85b04f13fd0ea64044d40c18f868/llama_index_readers_feishu_wiki-0.1.1.tar.gz",
    "platform": null,
    "description": "# Feishu Wiki Loader\n\nThis loader can traverse all feishu documents under the feishi space.\n\n## Usage\n\nTo use this loader, you need to:\n\n1. apply the permission(`wiki:wiki:readonly`) of the feishu app\n2. add the feishu app as the admin of your feishu space, see [here](https://open.feishu.cn/document/server-docs/docs/wiki-v2/wiki-qa#b5da330b) for more help\n3. finally, pass your feishu space id to this loader\n\n```python\napp_id = \"xxx\"\napp_secret = \"xxx\"\nspace_id = \"xxx\"\nFeishuWikiReader = download_loader(\"FeishuWikiReader\")\nloader = FeishuWikiReader(app_id, app_secret)\ndocuments = loader.load_data(space_id=space_id)\n```\n\nThis loader is designed to be used as a way to load data into [LlamaIndex](https://github.com/run-llama/llama_index/).\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "llama-index readers feishu_wiki integration",
    "version": "0.1.1",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b394f1bd9f7a475fcda99c7f87fff9caf5105720b98017faa40c31d66cfef2cf",
                "md5": "bfe59f8b8a06c2babe8fb3744b8ff0c3",
                "sha256": "b12651bbb68eb28c92c12384271d051b97f34c2db0cd1727e41ae70039bd6fa8"
            },
            "downloads": -1,
            "filename": "llama_index_readers_feishu_wiki-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bfe59f8b8a06c2babe8fb3744b8ff0c3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8.1",
            "size": 3756,
            "upload_time": "2024-05-28T16:47:47",
            "upload_time_iso_8601": "2024-05-28T16:47:47.243574Z",
            "url": "https://files.pythonhosted.org/packages/b3/94/f1bd9f7a475fcda99c7f87fff9caf5105720b98017faa40c31d66cfef2cf/llama_index_readers_feishu_wiki-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9aaacc1ea8e20d2d820e9c426d8c84c938bb85b04f13fd0ea64044d40c18f868",
                "md5": "29ac39eb8f73ffd5b6600312840d969b",
                "sha256": "8b89c52bde03cd0036b98d800745847f7d2f78ae35b3c552da6248fddabbaf78"
            },
            "downloads": -1,
            "filename": "llama_index_readers_feishu_wiki-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "29ac39eb8f73ffd5b6600312840d969b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8.1",
            "size": 3381,
            "upload_time": "2024-05-28T16:47:51",
            "upload_time_iso_8601": "2024-05-28T16:47:51.659540Z",
            "url": "https://files.pythonhosted.org/packages/9a/aa/cc1ea8e20d2d820e9c426d8c84c938bb85b04f13fd0ea64044d40c18f868/llama_index_readers_feishu_wiki-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-28 16:47:51",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "llama-index-readers-feishu-wiki"
}
        
Elapsed time: 0.42101s