mirror of
https://github.com/labring/FastGPT.git
synced 2026-04-26 02:07:28 +08:00
4b24472106
* docs(i18n): translate batch 1 * docs(i18n): translate batch 2 * docs(i18n): translate batch 3 (20 files) - openapi/: app, share - faq/: all 8 files - use-cases/: index, external-integration (5 files), app-cases (4 files) Translated using North American style with natural, concise language. Preserved MDX syntax, code blocks, images, and component imports. * docs(i18n): translate protocol docs * docs(i18n): translate introduction docs (part 1) * docs(i18n): translate use-cases docs * docs(i18n): translate introduction docs (part 2 - batch 1) * docs(i18n): translate final 9 files * fix(i18n): fix YAML and MDX syntax errors in translated files - Add quotes to description with colon in submit_application_template.en.mdx - Remove duplicate Chinese content in translate-subtitle-using-gpt.en.mdx - Fix unclosed details tag issue * docs(i18n): translate all meta.json navigation files * fix(i18n): translate Chinese separators in meta.en.json files * translate * translate * i18n --------- Co-authored-by: archer <archer@archerdeMac-mini.local> Co-authored-by: archer <545436317@qq.com>
59 lines
2.0 KiB
Plaintext
59 lines
2.0 KiB
Plaintext
---
|
|
title: Lark Knowledge Base
|
|
description: Introduction and usage of the FastGPT Lark Knowledge Base
|
|
---
|
|
|
|
| | |
|
|
| --- | --- |
|
|
|  |  |
|
|
|
|
Starting from FastGPT v4.8.16, commercial edition users can import from Lark knowledge bases. Configure a Lark app's appId and appSecret, then select a **top-level folder in a document space** to import. This feature is currently in beta — some interactions may still need refinement.
|
|
|
|
Due to Lark API limitations, you cannot directly access all document content. Currently, only files in shared space directories are accessible — personal spaces and wiki content are not supported.
|
|
|
|
Only cloud document types are supported for import.
|
|
|
|
|
|
## 1. Create a Lark App
|
|
|
|
Go to the [Lark Open Platform](https://open.feishu.cn/?lang=zh-CN), click **Create App**, select **Custom App**, and fill in the app name.
|
|
|
|
## 2. Configure App Permissions
|
|
|
|
After creating the app, configure the following **3 permissions**:
|
|
|
|
1. View the list of cloud documents in a folder
|
|
2. View new-format documents
|
|
3. View, comment, edit, and manage all files in the cloud space
|
|
|
|

|
|
|
|
## 3. Get the appId and appSecret
|
|
|
|

|
|
|
|
## 4. Grant Folder Permissions
|
|
|
|
Refer to the Lark tutorial: https://open.feishu.cn/document/server-docs/docs/drive-v1/faq#b02e5bfb
|
|
|
|
In summary:
|
|
|
|
1. Add the app you just created to a group chat
|
|
2. Grant directory permissions to that group
|
|
|
|
If your directory already has permissions granted to the "All Members" group, you can skip the steps above and go directly to getting the Folder Token.
|
|
|
|

|
|
|
|
## 5. Get the Folder Token
|
|
|
|
You can find the Folder Token in the page URL. Make sure not to include the question mark.
|
|
|
|

|
|
|
|
## 6. Create the Knowledge Base
|
|
|
|
Using the 3 parameters obtained from steps 3 and 5, create a knowledge base. Select the Lark file library type, fill in the parameters, and click Create.
|
|
|
|

|