The updated ollama model is no longer usable. #625

Closed
opened 2026-02-16 10:19:57 -05:00 by yindo · 9 comments
Owner

Originally created by @Ooooovini on GitHub (Sep 5, 2025).

Self Checks

  • I have read the Contributing Guide and Language Policy.
  • 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, otherwise it will be closed.
  • 【中文用户 & Non English User】请使用英语提交,否则会被关闭 :)
  • Please do not modify this template :) and fill in all the required fields.

Dify version

1.8.1

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

After the update, the Ollama model became 0, but in the credential management section, there is my original model. Therefore, the Ollama model cannot be used now. Why is this?

Image

✔️ Expected Behavior

Hope you can provide me with a solution.

Actual Behavior

No response

Originally created by @Ooooovini on GitHub (Sep 5, 2025). ### Self Checks - [x] I have read the [Contributing Guide](https://github.com/langgenius/dify/blob/main/CONTRIBUTING.md) and [Language Policy](https://github.com/langgenius/dify/issues/1542). - [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, otherwise it will be closed. - [x] 【中文用户 & Non English User】请使用英语提交,否则会被关闭 :) - [x] Please do not modify this template :) and fill in all the required fields. ### Dify version 1.8.1 ### Cloud or Self Hosted Self Hosted (Docker) ### Steps to reproduce After the update, the Ollama model became 0, but in the credential management section, there is my original model. Therefore, the Ollama model cannot be used now. Why is this? <img width="1242" height="345" alt="Image" src="https://github.com/user-attachments/assets/b18e7409-4a55-4d77-bf67-8ed7e905e030" /> ### ✔️ Expected Behavior Hope you can provide me with a solution. ### ❌ Actual Behavior _No response_
yindo added the bug label 2026-02-16 10:19:57 -05:00
yindo closed this issue 2026-02-16 10:19:57 -05:00
Author
Owner

@dosubot[bot] commented on GitHub (Sep 5, 2025):

This is a known issue caused by breaking changes in credential management starting with Dify v1.8.0. During the upgrade, model credentials were migrated to new tables. If the migration was incomplete or references broke, your Ollama models may now point to credential IDs that no longer exist, which results in the model count showing as zero and the models being unusable—even though the credentials still appear in the UI.

To fix this, you need to manually check your database: make sure each Ollama model’s credential_id in the provider_models table matches a valid entry in provider_model_credentials. If not, create a new credential entry and update the reference. Newly created Ollama models after the upgrade should work, since their credentials are registered correctly. For more details and schema info, see this discussion and PRs langgenius/dify#24451 and langgenius/dify#24545.

If you continue to have issues after correcting the database, check your backend logs for errors when you try to use or edit Ollama models—these can help pinpoint any remaining problems.

To reply, just mention @dosu.


How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other  Chat with Dosu Join Discord Share on X

@dosubot[bot] commented on GitHub (Sep 5, 2025): <!-- Answer --> This is a known issue caused by breaking changes in credential management starting with Dify v1.8.0. During the upgrade, model credentials were migrated to new tables. If the migration was incomplete or references broke, your Ollama models may now point to credential IDs that no longer exist, which results in the model count showing as zero and the models being unusable—even though the credentials still appear in the UI. To fix this, you need to manually check your database: make sure each Ollama model’s `credential_id` in the `provider_models` table matches a valid entry in `provider_model_credentials`. If not, create a new credential entry and update the reference. Newly created Ollama models after the upgrade should work, since their credentials are registered correctly. For more details and schema info, see [this discussion and PRs langgenius/dify#24451 and langgenius/dify#24545](https://github.com/langgenius/dify-official-plugins/issues/1615). If you continue to have issues after correcting the database, check your backend logs for errors when you try to use or edit Ollama models—these can help pinpoint any remaining problems. <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/72f5f3f2-6f46-4cad-8528-416d53cf8e05?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/72f5f3f2-6f46-4cad-8528-416d53cf8e05?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/72f5f3f2-6f46-4cad-8528-416d53cf8e05?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/72f5f3f2-6f46-4cad-8528-416d53cf8e05?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/72f5f3f2-6f46-4cad-8528-416d53cf8e05?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/72f5f3f2-6f46-4cad-8528-416d53cf8e05?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/72f5f3f2-6f46-4cad-8528-416d53cf8e05?feedback_type=other)</sup>&nbsp;&nbsp;[![Chat with Dosu](https://dosu.dev/dosu-chat-badge.svg)](https://app.dosu.dev/6088a4f4-073a-43f3-b3d4-4f06fb0c05a0/ask?utm_source=github)&nbsp;[![Join Discord](https://img.shields.io/badge/join-5865F2?logo=discord&logoColor=white&label=)](https://go.dosu.dev/discord-bot)&nbsp;[![Share on X](https://img.shields.io/badge/X-share-black)](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/langgenius/dify/issues/25264)
Author
Owner

@Ooooovini commented on GitHub (Sep 5, 2025):

@dosu.However, I didn't receive any error message,e.g.Credential with id xxxxx not found. Instead, it showed that the modification was successful, but still, it indicated that there were 0 models. Moreover, even after deleting the original ollama model and rebuilding a new one, it didn't work.

Image
@Ooooovini commented on GitHub (Sep 5, 2025): [@dosu](https://go.dosu.dev/dosubot).However, I didn't receive any error message,e.g.Credential with id xxxxx not found. Instead, it showed that the modification was successful, but still, it indicated that there were 0 models. Moreover, even after deleting the original ollama model and rebuilding a new one, it didn't work. <img width="1614" height="383" alt="Image" src="https://github.com/user-attachments/assets/7ae8f789-b83b-4bdb-b8ec-f1f20c4381e1" />
Author
Owner

@dosubot[bot] commented on GitHub (Sep 5, 2025):

This is a known issue in recent Dify versions: the UI can show "modification successful" even if the Ollama model isn't actually registered due to silent backend failures or validation problems. Common causes include missing required fields, credential/model reference mismatches, or caching issues in Docker setups. Restarting all related containers (dify, plugin_daemon, ssrf_proxy) can sometimes resolve cache problems, but if the issue persists after recreating the model, it's likely a bug in credential/model management logic [source 1] [source 2].

Recent updates (PRs #24994 and #25009, merged 2025-09-03) refactored credential and model registration, fixed UI refresh bugs, and improved backend validation. Upgrading to the latest Dify version should resolve the issue and restore Ollama model usability. If you can't upgrade immediately, double-check your database for correct credential references and restart all containers after any config changes [source 3].

If the problem continues, check backend logs for errors during model creation—even if the UI shows success, there may be silent exceptions preventing registration.

To reply, just mention @dosu.


How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other  Chat with Dosu Join Discord Share on X

@dosubot[bot] commented on GitHub (Sep 5, 2025): <!-- Answer --> This is a known issue in recent Dify versions: the UI can show "modification successful" even if the Ollama model isn't actually registered due to silent backend failures or validation problems. Common causes include missing required fields, credential/model reference mismatches, or caching issues in Docker setups. Restarting all related containers (`dify`, `plugin_daemon`, `ssrf_proxy`) can sometimes resolve cache problems, but if the issue persists after recreating the model, it's likely a bug in credential/model management logic [[source 1]](https://github.com/langgenius/dify-official-plugins/issues/1395) [[source 2]](https://github.com/langgenius/dify-official-plugins/issues/1615). Recent updates (PRs [#24994](https://github.com/langgenius/dify/pull/24994) and [#25009](https://github.com/langgenius/dify/pull/25009), merged 2025-09-03) refactored credential and model registration, fixed UI refresh bugs, and improved backend validation. Upgrading to the latest Dify version should resolve the issue and restore Ollama model usability. If you can't upgrade immediately, double-check your database for correct credential references and restart all containers after any config changes [[source 3]](https://github.com/langgenius/dify-official-plugins/issues/1259). If the problem continues, check backend logs for errors during model creation—even if the UI shows success, there may be silent exceptions preventing registration. <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/9ae4ab09-97a1-41c0-b187-fa09e8b25a0d?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/9ae4ab09-97a1-41c0-b187-fa09e8b25a0d?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/9ae4ab09-97a1-41c0-b187-fa09e8b25a0d?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/9ae4ab09-97a1-41c0-b187-fa09e8b25a0d?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/9ae4ab09-97a1-41c0-b187-fa09e8b25a0d?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/9ae4ab09-97a1-41c0-b187-fa09e8b25a0d?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/9ae4ab09-97a1-41c0-b187-fa09e8b25a0d?feedback_type=other)</sup>&nbsp;&nbsp;[![Chat with Dosu](https://dosu.dev/dosu-chat-badge.svg)](https://app.dosu.dev/6088a4f4-073a-43f3-b3d4-4f06fb0c05a0/ask?utm_source=github)&nbsp;[![Join Discord](https://img.shields.io/badge/join-5865F2?logo=discord&logoColor=white&label=)](https://go.dosu.dev/discord-bot)&nbsp;[![Share on X](https://img.shields.io/badge/X-share-black)](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/langgenius/dify/issues/25264)
Author
Owner

@Ooooovini commented on GitHub (Sep 5, 2025):

Is the latest version you mentioned 2.0.0? And how to check if the database has the correct credential references@dosu

@Ooooovini commented on GitHub (Sep 5, 2025): Is the latest version you mentioned 2.0.0? And how to check if the database has the correct credential references[@dosu](https://go.dosu.dev/dosubot)
Author
Owner

@dosubot[bot] commented on GitHub (Sep 5, 2025):

There’s no confirmation in the repo that 2.0.0 is the latest Dify version as of now—recent PRs mention semantic versioning improvements but don’t reference a 2.0.0 release.

To check if your database has correct credential references for Ollama models, you’ll need direct DB access. In your database, look at the provider_models table: each Ollama model should have a credential_id. For each credential_id, make sure there’s a matching id in the provider_model_credentials table, and that tenant_id, provider_name, model_name, and model_type match in both tables. If any credential_id is missing or mismatched, update it so the reference is valid. This relationship is defined in the Dify codebase and is required for models to be usable [source].

Example SQL to find mismatches (PostgreSQL syntax):

SELECT pm.id AS model_id, pm.model_name, pm.credential_id
FROM provider_models pm
LEFT JOIN provider_model_credentials pmc ON pm.credential_id = pmc.id
WHERE pm.provider_name = 'ollama' AND (pm.credential_id IS NULL OR pmc.id IS NULL);

If this returns any rows, those models have missing or broken credential references. Fix by updating credential_id to a valid one from provider_model_credentials.

To reply, just mention @dosu.


How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other  Chat with Dosu Join Discord Share on X

@dosubot[bot] commented on GitHub (Sep 5, 2025): <!-- Answer --> There’s no confirmation in the repo that 2.0.0 is the latest Dify version as of now—recent PRs mention semantic versioning improvements but don’t reference a 2.0.0 release. To check if your database has correct credential references for Ollama models, you’ll need direct DB access. In your database, look at the provider_models table: each Ollama model should have a credential_id. For each credential_id, make sure there’s a matching id in the provider_model_credentials table, and that tenant_id, provider_name, model_name, and model_type match in both tables. If any credential_id is missing or mismatched, update it so the reference is valid. This relationship is defined in the Dify codebase and is required for models to be usable [[source]](https://github.com/langgenius/dify/blob/917d60a1cb029d1501ab40a32663433b57eb93ab/api/models/provider.py). Example SQL to find mismatches (PostgreSQL syntax): ```sql SELECT pm.id AS model_id, pm.model_name, pm.credential_id FROM provider_models pm LEFT JOIN provider_model_credentials pmc ON pm.credential_id = pmc.id WHERE pm.provider_name = 'ollama' AND (pm.credential_id IS NULL OR pmc.id IS NULL); ``` If this returns any rows, those models have missing or broken credential references. Fix by updating credential_id to a valid one from provider_model_credentials. <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/a1422c04-a6eb-4e49-80fb-ce4c97ba6ae6?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/a1422c04-a6eb-4e49-80fb-ce4c97ba6ae6?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/a1422c04-a6eb-4e49-80fb-ce4c97ba6ae6?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/a1422c04-a6eb-4e49-80fb-ce4c97ba6ae6?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/a1422c04-a6eb-4e49-80fb-ce4c97ba6ae6?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/a1422c04-a6eb-4e49-80fb-ce4c97ba6ae6?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/a1422c04-a6eb-4e49-80fb-ce4c97ba6ae6?feedback_type=other)</sup>&nbsp;&nbsp;[![Chat with Dosu](https://dosu.dev/dosu-chat-badge.svg)](https://app.dosu.dev/6088a4f4-073a-43f3-b3d4-4f06fb0c05a0/ask?utm_source=github)&nbsp;[![Join Discord](https://img.shields.io/badge/join-5865F2?logo=discord&logoColor=white&label=)](https://go.dosu.dev/discord-bot)&nbsp;[![Share on X](https://img.shields.io/badge/X-share-black)](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/langgenius/dify/issues/25264)
Author
Owner

@Ooooovini commented on GitHub (Sep 6, 2025):

@dosuI cleared the browser cache and checked the database to ensure that there were correct credential references for the Ollama models. However, there were still no models. Are there any other solutions?Image

@Ooooovini commented on GitHub (Sep 6, 2025): [@dosu](https://go.dosu.dev/dosubot)I cleared the browser cache and checked the database to ensure that there were correct credential references for the Ollama models. However, there were still no models. Are there any other solutions?<img width="1390" height="373" alt="Image" src="https://github.com/user-attachments/assets/3a118028-cd83-46cf-bac5-17f7cd9a115f" />
Author
Owner

@dosubot[bot] commented on GitHub (Sep 6, 2025):

Here are some additional steps you can try:

  1. Restart all related Docker containers (dify, plugin_daemon, ssrf_proxy, and ollama). This often resolves issues where Ollama models don't appear in the UI even after a "modification successful" message, due to cache or backend state problems [source].

  2. Make sure your Ollama service is accessible from inside the Dify container. Use host.docker.internal or your host's LAN IP as the base URL, and set OLLAMA_HOST=0.0.0.0 on your host machine [source]. After changing these, restart both Ollama and Dify services.

  3. Check that your models are actually loaded in Ollama by running ollama list or curl http://<ollama-host>:11434/v1/models inside the container. If the result is empty, pull the models first using the Ollama client (e.g., ollama pull <model-name>) [source].

  4. Review backend logs (API, plugin_daemon) for errors or warnings when you try to add or list Ollama models. Silent backend failures can prevent models from being registered or displayed, even if the UI shows success.

  5. Double-check that the is_valid flag in the provider_models table and the enabled flag in ProviderModelSetting are set to True for your Ollama models. If not, update them in the database [source].

  6. If you recently upgraded Dify, it may take up to 2 hours for Ollama models to reappear as the system reinitializes connections [source].

If none of these steps work, gather logs and configuration details for further analysis. Let me know what you find!

To reply, just mention @dosu.


How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other  Join Discord Share on X

@dosubot[bot] commented on GitHub (Sep 6, 2025): <!-- Answer --> Here are some additional steps you can try: 1. Restart all related Docker containers (`dify`, `plugin_daemon`, `ssrf_proxy`, and `ollama`). This often resolves issues where Ollama models don't appear in the UI even after a "modification successful" message, due to cache or backend state problems [[source](https://github.com/langgenius/dify-official-plugins/issues/1395)]. 2. Make sure your Ollama service is accessible from inside the Dify container. Use `host.docker.internal` or your host's LAN IP as the base URL, and set `OLLAMA_HOST=0.0.0.0` on your host machine [[source](https://github.com/langgenius/dify/issues/24319)]. After changing these, restart both Ollama and Dify services. 3. Check that your models are actually loaded in Ollama by running `ollama list` or `curl http://<ollama-host>:11434/v1/models` inside the container. If the result is empty, pull the models first using the Ollama client (e.g., `ollama pull <model-name>`) [[source](https://github.com/langgenius/dify/issues/15154)]. 4. Review backend logs (API, plugin_daemon) for errors or warnings when you try to add or list Ollama models. Silent backend failures can prevent models from being registered or displayed, even if the UI shows success. 5. Double-check that the `is_valid` flag in the `provider_models` table and the `enabled` flag in `ProviderModelSetting` are set to `True` for your Ollama models. If not, update them in the database [[source](https://github.com/langgenius/dify/blob/9964cc202d83fe55dacb2e83edf6c13b1b267a6f/api/models/provider.py)]. 6. If you recently upgraded Dify, it may take up to 2 hours for Ollama models to reappear as the system reinitializes connections [[source](https://github.com/langgenius/dify/issues/18505)]. If none of these steps work, gather logs and configuration details for further analysis. Let me know what you find! <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/a5f9180b-be1f-433d-b69c-bdd9816e3ebf?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/a5f9180b-be1f-433d-b69c-bdd9816e3ebf?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/a5f9180b-be1f-433d-b69c-bdd9816e3ebf?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/a5f9180b-be1f-433d-b69c-bdd9816e3ebf?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/a5f9180b-be1f-433d-b69c-bdd9816e3ebf?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/a5f9180b-be1f-433d-b69c-bdd9816e3ebf?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/a5f9180b-be1f-433d-b69c-bdd9816e3ebf?feedback_type=other)</sup>&nbsp;&nbsp;[![Join Discord](https://img.shields.io/badge/join-5865F2?logo=discord&logoColor=white&label=)](https://go.dosu.dev/discord-bot)&nbsp;[![Share on X](https://img.shields.io/badge/X-share-black)](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/langgenius/dify-official-plugins/issues/1671)
Author
Owner

@Ooooovini commented on GitHub (Sep 6, 2025):

When I added the model, the backend log plugin_daemon showed an error:

Image Is this related to my question? After restarting, adding the model still results in this error. [@dosu](https://go.dosu.dev/dosubot)
@Ooooovini commented on GitHub (Sep 6, 2025): When I added the model, the backend log plugin_daemon showed an error: <img width="2027" height="1195" alt="Image" src="https://github.com/user-attachments/assets/4c4148a2-9559-400e-b8c9-2fe19a55bde2" /> Is this related to my question? After restarting, adding the model still results in this error. [@dosu](https://go.dosu.dev/dosubot)
Author
Owner

@dosubot[bot] commented on GitHub (Sep 6, 2025):

Yes, the Go runtime panic in plugin_daemon is directly related to your issue—this kind of backend error can prevent Ollama models from being registered or displayed, even if the UI shows a success message. The most common cause is missing or broken Python virtual environment symlinks inside the plugin_daemon Docker container, especially if Docker volumes were migrated using zip (which loses symlinks). To fix this, recreate the Python virtual environment inside the container, install the required packages, and copy the environment to the correct plugin directory. Using tar to package and migrate Docker volumes preserves symlinks and prevents this issue. After fixing the environment and symlinks, restart the containers and the panic should stop, making models usable again. More details and step-by-step instructions are in this thread: dify-official-plugins/issues/1045.

If you didn't migrate volumes or this doesn't apply, the panic may be caused by missing or malformed model/credential data or environment variables. In that case, check that all required fields and configs are present, and that the plugin_daemon container has access to all necessary dependencies. Improving error handling in plugin_daemon would prevent these panics, but for now, repairing the environment is the most effective workaround.

To reply, just mention @dosu.


How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other  Join Discord Share on X

@dosubot[bot] commented on GitHub (Sep 6, 2025): <!-- Answer --> Yes, the Go runtime panic in plugin_daemon is directly related to your issue—this kind of backend error can prevent Ollama models from being registered or displayed, even if the UI shows a success message. The most common cause is missing or broken Python virtual environment symlinks inside the plugin_daemon Docker container, especially if Docker volumes were migrated using zip (which loses symlinks). To fix this, recreate the Python virtual environment inside the container, install the required packages, and copy the environment to the correct plugin directory. Using tar to package and migrate Docker volumes preserves symlinks and prevents this issue. After fixing the environment and symlinks, restart the containers and the panic should stop, making models usable again. More details and step-by-step instructions are in this thread: [dify-official-plugins/issues/1045](https://github.com/langgenius/dify-official-plugins/issues/1045). If you didn't migrate volumes or this doesn't apply, the panic may be caused by missing or malformed model/credential data or environment variables. In that case, check that all required fields and configs are present, and that the plugin_daemon container has access to all necessary dependencies. Improving error handling in plugin_daemon would prevent these panics, but for now, repairing the environment is the most effective workaround. <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/486f558d-9e69-47b4-9d5c-3123b0dd28ce?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/486f558d-9e69-47b4-9d5c-3123b0dd28ce?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/486f558d-9e69-47b4-9d5c-3123b0dd28ce?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/486f558d-9e69-47b4-9d5c-3123b0dd28ce?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/486f558d-9e69-47b4-9d5c-3123b0dd28ce?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/486f558d-9e69-47b4-9d5c-3123b0dd28ce?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/486f558d-9e69-47b4-9d5c-3123b0dd28ce?feedback_type=other)</sup>&nbsp;&nbsp;[![Join Discord](https://img.shields.io/badge/join-5865F2?logo=discord&logoColor=white&label=)](https://go.dosu.dev/discord-bot)&nbsp;[![Share on X](https://img.shields.io/badge/X-share-black)](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/langgenius/dify-official-plugins/issues/1671)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-official-plugins#625