There is no response to the batch addition in the click add section in the knowledge base document #12488

Closed
opened 2026-02-21 19:07:39 -05:00 by yindo · 2 comments
Owner

Originally created by @silent1227 on GitHub (Apr 2, 2025).

Self Checks

  • This is only for bug report, if you would like to ask a question, please head to Discussions.
  • I have searched for existing issues search for existing issues, including closed ones.
  • I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
  • [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
  • Please do not modify this template :) and fill in all the required fields.

Dify version

1.1.3

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

There is no response to the batch addition in the click add section in the knowledge base document

Image

✔️ Expected Behavior

Add normally

Actual Behavior

No response

Originally created by @silent1227 on GitHub (Apr 2, 2025). ### Self Checks - [x] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [x] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones. - [x] I confirm that I am using English to submit this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)). - [x] [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:) - [x] Please do not modify this template :) and fill in all the required fields. ### Dify version 1.1.3 ### Cloud or Self Hosted Self Hosted (Docker) ### Steps to reproduce There is no response to the batch addition in the click add section in the knowledge base document <img width="1473" alt="Image" src="https://github.com/user-attachments/assets/8ab46352-14d7-4cac-b444-5bcda1ab3bac" /> ### ✔️ Expected Behavior Add normally ### ❌ Actual Behavior No response
yindo added the 🐞 bug label 2026-02-21 19:07:39 -05:00
yindo closed this issue 2026-02-21 19:07:39 -05:00
Author
Owner

@dosubot[bot] commented on GitHub (Apr 2, 2025):

I found a similar closed issue titled "Knowledge document batch add button no response" which might be related to your problem. You can view the issue here [1].

For the batch addition feature, ensure that the configuration settings such as UPLOAD_FILE_BATCH_LIMIT and BATCH_UPLOAD_LIMIT are correctly set in your self-hosted Docker environment, as these settings can affect the batch addition process [2][3].

Additionally, check the logs for any error messages that might provide more insight into the issue. The batch addition process has logging implemented that can help in debugging issues, such as logging the start and completion of the batch import process, as well as any exceptions that occur [4][5][6].

To continue talking to Dosu, mention @dosu.


Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other

@dosubot[bot] commented on GitHub (Apr 2, 2025): <!-- Answer --> I found a similar closed issue titled "Knowledge document batch add button no response" which might be related to your problem. You can view the issue [here](https://github.com/langgenius/dify/issues/16685) <sup>[[1]](https://github.com/langgenius/dify/issues/16685)</sup>. For the batch addition feature, ensure that the configuration settings such as `UPLOAD_FILE_BATCH_LIMIT` and `BATCH_UPLOAD_LIMIT` are correctly set in your self-hosted Docker environment, as these settings can affect the batch addition process <sup>[[2]](https://github.com/langgenius/dify/blob/main/dev/pytest/pytest_config_tests.py)</sup><sup>[[3]](https://github.com/langgenius/dify-docs/blob/main/en/getting-started/install-self-hosted/environments.md)</sup>. Additionally, check the logs for any error messages that might provide more insight into the issue. The batch addition process has logging implemented that can help in debugging issues, such as logging the start and completion of the batch import process, as well as any exceptions that occur <sup>[[4]](https://github.com/langgenius/dify/blob/main/api/tasks/annotation/batch_import_annotations_task.py)</sup><sup>[[5]](https://github.com/langgenius/dify/blob/main/api/core/rag/datasource/vdb/lindorm/lindorm_vector.py)</sup><sup>[[6]](https://github.com/langgenius/dify/blob/main/web/app/components/app/annotation/batch-add-annotation-modal/index.tsx)</sup>. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* --- <sup>Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/7a82441f-3a10-4955-8eb7-c5ee3e03123f?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/7a82441f-3a10-4955-8eb7-c5ee3e03123f?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/7a82441f-3a10-4955-8eb7-c5ee3e03123f?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/7a82441f-3a10-4955-8eb7-c5ee3e03123f?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/7a82441f-3a10-4955-8eb7-c5ee3e03123f?feedback_type=hallucination) | [Bug Report](https://app.dosu.dev/response-feedback/7a82441f-3a10-4955-8eb7-c5ee3e03123f?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/7a82441f-3a10-4955-8eb7-c5ee3e03123f?feedback_type=other)</sup>
Author
Owner

@crazywoola commented on GitHub (Apr 2, 2025):

Fixed in https://github.com/langgenius/dify/pull/16716

@crazywoola commented on GitHub (Apr 2, 2025): Fixed in https://github.com/langgenius/dify/pull/16716
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#12488