Uploaded files stay at the status of Queuing in 0.12.1 version #7916

Closed
opened 2026-02-21 18:23:01 -05:00 by yindo · 20 comments
Owner

Originally created by @qadeerikram-art on GitHub (Jan 28, 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

0.12.1

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

Simply go to knowledgebase , upload file. It will stay in queue. One more thing when i delete that file i get error document not found.

✔️ Expected Behavior

File should be available.

Actual Behavior

File stuck in queue.

Originally created by @qadeerikram-art on GitHub (Jan 28, 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 0.12.1 ### Cloud or Self Hosted Self Hosted (Docker) ### Steps to reproduce Simply go to knowledgebase , upload file. It will stay in queue. One more thing when i delete that file i get error document not found. ### ✔️ Expected Behavior File should be available. ### ❌ Actual Behavior File stuck in queue.
yindo added the 🐞 bugoutdated labels 2026-02-21 18:23:01 -05:00
yindo closed this issue 2026-02-21 18:23:01 -05:00
Author
Owner

@qadeerikram-art commented on GitHub (Jan 28, 2025):

ada538b85b49 nginx:latest "sh -c 'cp /docker-e…" 10 minutes ago Up 10 minutes 0.0.0.0:4443->4443/tcp, :::4443->4443/tcp, 80/tcp, 0.0.0.0:8088->8088/tcp, :::8088->8088/tcp docker-nginx-1
5462a2fc33b2 langgenius/dify-api:0.12.1 "/bin/bash /entrypoi…" 10 minutes ago Up 2 seconds 5001/tcp docker-api-1
50237fe5ae9c langgenius/dify-api:0.12.1 "/bin/bash /entrypoi…" 10 minutes ago Up 10 minutes 5001/tcp docker-worker-1
5b71f890307d postgres:15-alpine "docker-entrypoint.s…" 10 minutes ago Up 10 minutes (healthy) 5432/tcp docker-db-1
24c169fe85f1 redis:6-alpine "docker-entrypoint.s…" 10 minutes ago Up 10 minutes (healthy) 6379/tcp docker-redis-1
e855be7c93d1 semitechnologies/weaviate:1.19.0 "/bin/weaviate --hos…" 10 minutes ago Up 10 minutes docker-weaviate-1
a6a5df7c9c87 langgenius/dify-sandbox:0.2.10 "/main" 10 minutes ago Up 10 minutes (healthy) docker-sandbox-1
43055b2f1209 ubuntu/squid:latest "sh -c 'cp /docker-e…" 10 minutes ago Up 10 minutes 3128/tcp docker-ssrf_proxy-1
601df6135547 docker-web "/bin/sh ./entrypoin…" 10 minutes ago Up 10 minutes 3000/tcp docker-web-1

These are all docker services that are running.

@qadeerikram-art commented on GitHub (Jan 28, 2025): ada538b85b49 nginx:latest "sh -c 'cp /docker-e…" 10 minutes ago Up 10 minutes 0.0.0.0:4443->4443/tcp, :::4443->4443/tcp, 80/tcp, 0.0.0.0:8088->8088/tcp, :::8088->8088/tcp docker-nginx-1 5462a2fc33b2 langgenius/dify-api:0.12.1 "/bin/bash /entrypoi…" 10 minutes ago Up 2 seconds 5001/tcp docker-api-1 50237fe5ae9c langgenius/dify-api:0.12.1 "/bin/bash /entrypoi…" 10 minutes ago Up 10 minutes 5001/tcp docker-worker-1 5b71f890307d postgres:15-alpine "docker-entrypoint.s…" 10 minutes ago Up 10 minutes (healthy) 5432/tcp docker-db-1 24c169fe85f1 redis:6-alpine "docker-entrypoint.s…" 10 minutes ago Up 10 minutes (healthy) 6379/tcp docker-redis-1 e855be7c93d1 semitechnologies/weaviate:1.19.0 "/bin/weaviate --hos…" 10 minutes ago Up 10 minutes docker-weaviate-1 a6a5df7c9c87 langgenius/dify-sandbox:0.2.10 "/main" 10 minutes ago Up 10 minutes (healthy) docker-sandbox-1 43055b2f1209 ubuntu/squid:latest "sh -c 'cp /docker-e…" 10 minutes ago Up 10 minutes 3128/tcp docker-ssrf_proxy-1 601df6135547 docker-web "/bin/sh ./entrypoin…" 10 minutes ago Up 10 minutes 3000/tcp docker-web-1 These are all docker services that are running.
Author
Owner

@qadeerikram-art commented on GitHub (Jan 28, 2025):

I have tried this updating this in env but still file is in queue.
LOG_LEVEL=INFO

Log file path

LOG_FILE=/app/logs/server.log

Log file max size, the unit is MB

LOG_FILE_MAX_SIZE=20

Log file max backup count

LOG_FILE_BACKUP_COUNT=5

Log dateformat

LOG_DATEFORMAT=%Y-%m-%d %H:%M:%S

Log Timezone

LOG_TZ=UTC

@qadeerikram-art commented on GitHub (Jan 28, 2025): I have tried this updating this in env but still file is in queue. LOG_LEVEL=INFO # Log file path LOG_FILE=/app/logs/server.log # Log file max size, the unit is MB LOG_FILE_MAX_SIZE=20 # Log file max backup count LOG_FILE_BACKUP_COUNT=5 # Log dateformat LOG_DATEFORMAT=%Y-%m-%d %H:%M:%S # Log Timezone LOG_TZ=UTC
Author
Owner

@dosubot[bot] commented on GitHub (Jan 28, 2025):

There are several similar threads regarding the issue of files being stuck in the queue when uploaded to the knowledge base in Dify. Here are some relevant discussions and solutions:

  1. Closed Issue: A similar issue was resolved by checking the rate limit for the Embedding model API key, ensuring the Celery worker service is running correctly, and verifying that all necessary services are up and running. You can start the Celery worker with docker compose up -d worker and check the logs for any errors. Additionally, ensure that services like api, worker, web, weaviate, db, redis, and nginx are all up [1].

  2. Open Issue: Another suggestion is to check if the rate limit for your Embedding model API key has been reached, as this can cause documents to remain queued. Also, ensure that the Celery worker service is running correctly and review the logs for any specific error messages [2].

  3. Closed Issue: Upgrading to the latest version of the software may resolve the issue, as there have been several fixes regarding the queue scheduler. Additionally, check for any pending segmentation or embedding processes, and ensure all dependencies and services like db and redis are running smoothly [3].

Given your current setup, ensure that the Celery worker service is running and check the logs for any errors. Also, verify that the rate limit for your Embedding model API key has not been exceeded. These steps should help address the issue of files being stuck in the queue.

To continue talking to Dosu, mention @dosu.


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

@dosubot[bot] commented on GitHub (Jan 28, 2025): <!-- Answer --> There are several similar threads regarding the issue of files being stuck in the queue when uploaded to the knowledge base in Dify. Here are some relevant discussions and solutions: 1. **Closed Issue**: A similar issue was resolved by checking the rate limit for the Embedding model API key, ensuring the Celery worker service is running correctly, and verifying that all necessary services are up and running. You can start the Celery worker with `docker compose up -d worker` and check the logs for any errors. Additionally, ensure that services like `api`, `worker`, `web`, `weaviate`, `db`, `redis`, and `nginx` are all up <sup>[[1]](https://github.com/langgenius/dify/issues/11911)</sup>. 2. **Open Issue**: Another suggestion is to check if the rate limit for your Embedding model API key has been reached, as this can cause documents to remain queued. Also, ensure that the Celery worker service is running correctly and review the logs for any specific error messages <sup>[[2]](https://github.com/langgenius/dify/issues/10834)</sup>. 3. **Closed Issue**: Upgrading to the latest version of the software may resolve the issue, as there have been several fixes regarding the queue scheduler. Additionally, check for any pending segmentation or embedding processes, and ensure all dependencies and services like `db` and `redis` are running smoothly <sup>[[3]](https://github.com/langgenius/dify/issues/12959)</sup>. Given your current setup, ensure that the Celery worker service is running and check the logs for any errors. Also, verify that the rate limit for your Embedding model API key has not been exceeded. These steps should help address the issue of files being stuck in the queue. <!-- 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/81a38175-b134-4c10-80ba-f4da680b9caf?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/81a38175-b134-4c10-80ba-f4da680b9caf?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/81a38175-b134-4c10-80ba-f4da680b9caf?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/81a38175-b134-4c10-80ba-f4da680b9caf?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/81a38175-b134-4c10-80ba-f4da680b9caf?feedback_type=hallucination) | [Other](https://app.dosu.dev/response-feedback/81a38175-b134-4c10-80ba-f4da680b9caf?feedback_type=other)</sup>
Author
Owner

@qadeerikram-art commented on GitHub (Jan 28, 2025):

@dosu This is not the solution. Every time i post bug you just say to upgrade to latest version. My whole app is running on 0.11.0. I already did upgrade to 0.15.1 but then there are new issues . That is not creating chatbot workflow using yml, but in 0.11.0 it's working.
There is no rate limit error.
All workers are working , i have sent you the logs.

@qadeerikram-art commented on GitHub (Jan 28, 2025): @dosu This is not the solution. Every time i post bug you just say to upgrade to latest version. My whole app is running on 0.11.0. I already did upgrade to 0.15.1 but then there are new issues . That is not creating chatbot workflow using yml, but in 0.11.0 it's working. There is no rate limit error. All workers are working , i have sent you the logs.
Author
Owner

@dosubot[bot] commented on GitHub (Jan 28, 2025):

This is a tough nut to crack, could really use your help on this, @takatost.

To continue talking to Dosu, mention @dosu.


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

@dosubot[bot] commented on GitHub (Jan 28, 2025): <!-- Answer --> This is a tough nut to crack, could really use your help on this, @takatost. <!-- 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/7f4cf62d-1b74-46e5-9174-e9d67d4d9f67?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/7f4cf62d-1b74-46e5-9174-e9d67d4d9f67?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/7f4cf62d-1b74-46e5-9174-e9d67d4d9f67?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/7f4cf62d-1b74-46e5-9174-e9d67d4d9f67?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/7f4cf62d-1b74-46e5-9174-e9d67d4d9f67?feedback_type=hallucination) | [Other](https://app.dosu.dev/response-feedback/7f4cf62d-1b74-46e5-9174-e9d67d4d9f67?feedback_type=other)</sup>
Author
Owner

@qadeerikram-art commented on GitHub (Jan 28, 2025):

One more thing on production server i am using 0.11.0 and it's working fine. But on dev server this is not working fine.

@qadeerikram-art commented on GitHub (Jan 28, 2025): One more thing on production server i am using 0.11.0 and it's working fine. But on dev server this is not working fine.
Author
Owner

@qadeerikram-art commented on GitHub (Jan 28, 2025):

@dosu Please update

@qadeerikram-art commented on GitHub (Jan 28, 2025): @dosu Please update
Author
Owner

@dosubot[bot] commented on GitHub (Jan 28, 2025):

When upgrading from version 0.11.0 to 0.12.1, there are specific configuration changes that could affect file processing. The image upload feature has been replaced by a more comprehensive file upload feature. For Chatflow applications, the system automatically switches from image upload to file upload, requiring no manual updates. However, for Workflow applications, you need to manually migrate before the official deprecation of the sys.files variable. It's recommended to create a file-type variable in the "Start" node and reference this file variable in subsequent nodes instead of using the sys.files variable [1].

Since your production server is working fine with version 0.11.0, it might be worth checking if these changes have been correctly implemented on your dev server. Additionally, ensure that all services and dependencies are correctly configured and running, as outlined in the Celery worker service setup [2][3][4].

To continue talking to Dosu, mention @dosu.


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

@dosubot[bot] commented on GitHub (Jan 28, 2025): <!-- Answer --> When upgrading from version 0.11.0 to 0.12.1, there are specific configuration changes that could affect file processing. The image upload feature has been replaced by a more comprehensive file upload feature. For Chatflow applications, the system automatically switches from image upload to file upload, requiring no manual updates. However, for Workflow applications, you need to manually migrate before the official deprecation of the `sys.files` variable. It's recommended to create a file-type variable in the "Start" node and reference this file variable in subsequent nodes instead of using the `sys.files` variable <sup>[[1]](https://github.com/langgenius/dify-docs/blob/main/en/guides/workflow/bulletin.md)</sup>. Since your production server is working fine with version 0.11.0, it might be worth checking if these changes have been correctly implemented on your dev server. Additionally, ensure that all services and dependencies are correctly configured and running, as outlined in the Celery worker service setup <sup>[[2]](https://github.com/langgenius/dify/blob/main/docker/docker-compose.yaml)</sup><sup>[[3]](https://github.com/langgenius/dify-docs/blob/main/en/getting-started/install-self-hosted/local-source-code.md)</sup><sup>[[4]](https://github.com/langgenius/dify/blob/main/api/README.md)</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/d87f5cdf-f669-4402-a633-b1086355da5c?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/d87f5cdf-f669-4402-a633-b1086355da5c?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/d87f5cdf-f669-4402-a633-b1086355da5c?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/d87f5cdf-f669-4402-a633-b1086355da5c?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/d87f5cdf-f669-4402-a633-b1086355da5c?feedback_type=hallucination) | [Other](https://app.dosu.dev/response-feedback/d87f5cdf-f669-4402-a633-b1086355da5c?feedback_type=other)</sup>
Author
Owner

@qadeerikram-art commented on GitHub (Jan 28, 2025):

@dosu
One thing i noticed in prod init api is getting called but this api is not getting called in dev.

Image

@qadeerikram-art commented on GitHub (Jan 28, 2025): @dosu One thing i noticed in prod init api is getting called but this api is not getting called in dev. ![Image](https://github.com/user-attachments/assets/c57149b7-65f5-49d9-8083-cfc2d95b3b22)
Author
Owner

@dosubot[bot] commented on GitHub (Jan 28, 2025):

The issue you're experiencing with the 'init api' not being called in your development environment could be related to differences in configuration or setup between your production and development environments. Here are a few things to check:

  1. Environment Configuration: Ensure that the environment variables and configuration files in your development setup match those in production. Pay special attention to any API-related configurations, such as endpoints and authentication keys.

  2. Network and Firewall Settings: Verify that there are no network restrictions or firewall settings in your development environment that might be blocking the API call.

  3. Service Dependencies: Check that all necessary services and dependencies are running correctly in your development environment. This includes ensuring that the Celery worker, database, and any other required services are operational.

  4. Logs and Error Messages: Review the logs for any error messages or warnings that might indicate why the 'init api' call is not being triggered. This can provide clues about missing configurations or other issues.

  5. Version Differences: Since you mentioned that version 0.11.0 works fine in production, ensure that any changes or updates in version 0.12.1 are correctly applied in your development setup.

By addressing these areas, you may be able to identify the cause of the issue and ensure that the 'init api' call is made as expected in your development environment.

To continue talking to Dosu, mention @dosu.


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

@dosubot[bot] commented on GitHub (Jan 28, 2025): <!-- Answer --> The issue you're experiencing with the 'init api' not being called in your development environment could be related to differences in configuration or setup between your production and development environments. Here are a few things to check: 1. **Environment Configuration**: Ensure that the environment variables and configuration files in your development setup match those in production. Pay special attention to any API-related configurations, such as endpoints and authentication keys. 2. **Network and Firewall Settings**: Verify that there are no network restrictions or firewall settings in your development environment that might be blocking the API call. 3. **Service Dependencies**: Check that all necessary services and dependencies are running correctly in your development environment. This includes ensuring that the Celery worker, database, and any other required services are operational. 4. **Logs and Error Messages**: Review the logs for any error messages or warnings that might indicate why the 'init api' call is not being triggered. This can provide clues about missing configurations or other issues. 5. **Version Differences**: Since you mentioned that version 0.11.0 works fine in production, ensure that any changes or updates in version 0.12.1 are correctly applied in your development setup. By addressing these areas, you may be able to identify the cause of the issue and ensure that the 'init api' call is made as expected in your development environment. <!-- 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/9b2b9a51-aa53-446b-b315-e222bfb2db0d?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/9b2b9a51-aa53-446b-b315-e222bfb2db0d?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/9b2b9a51-aa53-446b-b315-e222bfb2db0d?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/9b2b9a51-aa53-446b-b315-e222bfb2db0d?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/9b2b9a51-aa53-446b-b315-e222bfb2db0d?feedback_type=hallucination) | [Other](https://app.dosu.dev/response-feedback/9b2b9a51-aa53-446b-b315-e222bfb2db0d?feedback_type=other)</sup>
Author
Owner

@qadeerikram-art commented on GitHub (Jan 28, 2025):

@dosu please ask someone else for help.

@qadeerikram-art commented on GitHub (Jan 28, 2025): @dosu please ask someone else for help.
Author
Owner

@dosubot[bot] commented on GitHub (Jan 28, 2025):

A maintainer has already been looped in.

To continue talking to Dosu, mention @dosu.


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

@dosubot[bot] commented on GitHub (Jan 28, 2025): <!-- Answer --> A maintainer has already been looped in. <!-- 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/f1df5260-6d66-4a58-b152-1fda4ac71887?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/f1df5260-6d66-4a58-b152-1fda4ac71887?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/f1df5260-6d66-4a58-b152-1fda4ac71887?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/f1df5260-6d66-4a58-b152-1fda4ac71887?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/f1df5260-6d66-4a58-b152-1fda4ac71887?feedback_type=hallucination) | [Other](https://app.dosu.dev/response-feedback/f1df5260-6d66-4a58-b152-1fda4ac71887?feedback_type=other)</sup>
Author
Owner

@qadeerikram-art commented on GitHub (Jan 29, 2025):

@dosu it's been one day and i have not heard anything from you. Could you Please ask someone else to jump in.

@qadeerikram-art commented on GitHub (Jan 29, 2025): @dosu it's been one day and i have not heard anything from you. Could you Please ask someone else to jump in.
Author
Owner

@dosubot[bot] commented on GitHub (Jan 29, 2025):

A maintainer has already been looped in.

To continue talking to Dosu, mention @dosu.


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

@dosubot[bot] commented on GitHub (Jan 29, 2025): <!-- Answer --> A maintainer has already been looped in. <!-- 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/152e1f6a-aef6-46ae-b0b9-2aee803eff22?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/152e1f6a-aef6-46ae-b0b9-2aee803eff22?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/152e1f6a-aef6-46ae-b0b9-2aee803eff22?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/152e1f6a-aef6-46ae-b0b9-2aee803eff22?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/152e1f6a-aef6-46ae-b0b9-2aee803eff22?feedback_type=hallucination) | [Other](https://app.dosu.dev/response-feedback/152e1f6a-aef6-46ae-b0b9-2aee803eff22?feedback_type=other)</sup>
Author
Owner

@qadeerikram-art commented on GitHub (Jan 29, 2025):

@dosu please mention him again or ask someone else.

@qadeerikram-art commented on GitHub (Jan 29, 2025): @dosu please mention him again or ask someone else.
Author
Owner

@dosubot[bot] commented on GitHub (Jan 29, 2025):

A maintainer has already been looped in.

To continue talking to Dosu, mention @dosu.


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

@dosubot[bot] commented on GitHub (Jan 29, 2025): <!-- Answer --> A maintainer has already been looped in. <!-- 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/1051e585-dff8-4105-8aaa-572c8a4cb0b3?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/1051e585-dff8-4105-8aaa-572c8a4cb0b3?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/1051e585-dff8-4105-8aaa-572c8a4cb0b3?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/1051e585-dff8-4105-8aaa-572c8a4cb0b3?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/1051e585-dff8-4105-8aaa-572c8a4cb0b3?feedback_type=hallucination) | [Other](https://app.dosu.dev/response-feedback/1051e585-dff8-4105-8aaa-572c8a4cb0b3?feedback_type=other)</sup>
Author
Owner

@qadeerikram-art commented on GitHub (Jan 30, 2025):

@dosu please update

@qadeerikram-art commented on GitHub (Jan 30, 2025): @dosu please update
Author
Owner

@dosubot[bot] commented on GitHub (Jan 30, 2025):

A maintainer has already been looped in.

To continue talking to Dosu, mention @dosu.


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

@dosubot[bot] commented on GitHub (Jan 30, 2025): <!-- Answer --> A maintainer has already been looped in. <!-- 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/108b04b7-906b-42ba-9fe1-cdb30db5e6eb?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/108b04b7-906b-42ba-9fe1-cdb30db5e6eb?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/108b04b7-906b-42ba-9fe1-cdb30db5e6eb?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/108b04b7-906b-42ba-9fe1-cdb30db5e6eb?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/108b04b7-906b-42ba-9fe1-cdb30db5e6eb?feedback_type=hallucination) | [Other](https://app.dosu.dev/response-feedback/108b04b7-906b-42ba-9fe1-cdb30db5e6eb?feedback_type=other)</sup>
Author
Owner

@qadeerikram-art commented on GitHub (Jan 30, 2025):

@takatost

@qadeerikram-art commented on GitHub (Jan 30, 2025): @takatost
Author
Owner

@crazywoola commented on GitHub (Feb 3, 2025):

Please upgrade to latest version we have fixed it already.
This version is already half year ago, we will not have a separated fix for this version.

@crazywoola commented on GitHub (Feb 3, 2025): Please upgrade to latest version we have fixed it already. This version is already half year ago, we will not have a separated fix for this version.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#7916