[PR #6229] [closed]feat: add lark wiki import by knowledge base #25200

Closed
opened 2026-02-21 20:24:28 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langgenius/dify/pull/6229

State: closed
Merged: No


Checklist:

  • Please open an issue before creating a PR or link to an existing issue
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I ran dev/reformat(backend) and cd web && npx lint-staged(frontend) to appease the lint gods

Description

add lark wiki import by knowledge base

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update, included: Dify Document
  • Improvement, including but not limited to code refactoring, performance optimization, and UI/UX improvement
  • Dependency upgrade

Testing Instructions

  1. Create enterprise-built applications through Lark Open Platform (https://open.larkoffice.com/)
    image

  2. Configure the app_id and app_secret of the Lark application in dify.

# Feishu wiki import configuration
FEISHU_APP_ID=you-app-id
FEISHU_APP_SECRET=you-app-secret
  1. Bind the Feishu data source in "dify-settings-data source"
    image

  2. When creating a knowledge base, select Feishu Knowledge Base as the data source (Note: Currently Feishu Knowledge Base only supports docx type documents)
    image

image

**Original Pull Request:** https://github.com/langgenius/dify/pull/6229 **State:** closed **Merged:** No --- # Checklist: - [x] Please open an issue before creating a PR or link to an existing issue - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas - [x] I ran `dev/reformat`(backend) and `cd web && npx lint-staged`(frontend) to appease the lint gods # Description add lark wiki import by knowledge base ## Type of Change - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] This change requires a documentation update, included: [Dify Document](https://github.com/langgenius/dify-docs) - [ ] Improvement, including but not limited to code refactoring, performance optimization, and UI/UX improvement - [ ] Dependency upgrade # Testing Instructions 1. Create enterprise-built applications through Lark Open Platform (https://open.larkoffice.com/) ![image](https://github.com/user-attachments/assets/db0ca53c-15d8-472d-859b-f8aa98272963) 2. Configure the app_id and app_secret of the Lark application in dify. ``` # Feishu wiki import configuration FEISHU_APP_ID=you-app-id FEISHU_APP_SECRET=you-app-secret ``` 3. Bind the Feishu data source in "dify-settings-data source" ![image](https://github.com/user-attachments/assets/1a3ec392-7890-46e7-a4cb-c1b457a93aef) 4. When creating a knowledge base, select Feishu Knowledge Base as the data source (Note: Currently Feishu Knowledge Base only supports docx type documents) ![image](https://github.com/user-attachments/assets/c27f0d78-38a7-4bca-8400-231b2f1a90a4) ![image](https://github.com/user-attachments/assets/d8307d2a-c4af-4054-beab-2b1ef83acda0)
yindo added the pull-request label 2026-02-21 20:24:28 -05:00
yindo closed this issue 2026-02-21 20:24:28 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#25200