comaaxl
comaaxl
I adjusted the similarity threshold from 0.2 to 0.6 and reduced Top N from 8 to 2, but the model still gives duplicate answers to the same question. After that,...
@dosu [@dosu](https://go.dosu.dev/dosubot) But strangely enough, I currently have the following settings in my .env file: FILES_URL=http://localhost:5001 INTERNAL_FILES_URL=http://api:5001 Additionally, the following variables are defined at the very top of my docker_compose.yaml...
[@dosu](https://go.dosu.dev/dosubot) api log: 2025-12-21 14:11:16.321 INFO [Dummy-9] [_client.py:1038] - HTTP Request: GET [http://plugin_daemon:5002/plugin/e0bceaf9-2ab5-45db-85da-e9da7d368333/management/triggers?page=1&page_size=256](http://plugin_daemon:5002/plugin/e0bceaf9-2ab5-45db-85da-e9da7d368333/management/triggers?page=1&page_size=256) "HTTP/1.1 200 OK" 2025-12-21 14:11:16.323 INFO [Dummy-5] [_client.py:1038] - HTTP Request: GET [http://plugin_daemon:5002/plugin/e0bceaf9-2ab5-45db-85da-e9da7d368333/management/models?page=1&page_size=256](http://plugin_daemon:5002/plugin/e0bceaf9-2ab5-45db-85da-e9da7d368333/management/models?page=1&page_size=256) "HTTP/1.1 200 OK" 2025-12-21...
@dosu [@dosu](https://go.dosu.dev/dosubot) FILES_URL=http://192.168.0.110:5001 INTERNAL_FILES_URL= the environment variables inside both the api and plugin_daemon containers using docker exec env to ensure the correct values are loaded. now the Mineru plugin throws...
@dosu [@dosu](https://go.dosu.dev/dosubot) I haven't modified the configuration file "docker/ssrf_proxy/squid.conf.template". After connecting to the "company's Wi-Fi"(10.21.176.242), I used the command "ipconfig getifaddr en0" to obtain the IP address, then set it...
@dosu [@dosu](https://go.dosu.dev/dosubot) My current settings are as follows: FILES_URL=http://host.docker.internal:5001/ INTERNAL_FILES_URL= This configuration has resolved the document parsing issue with the Mineru plugin. However, a new problem has emerged with another...
@dosu [@dosu](https://go.dosu.dev/dosubot) I have set both FILES_URL and INTERNAL_FILES_URL to http://api:5001 in my .env file and restart all containers. and exposes port 5001 for the api service. Also, in the...
@dosu [@dosu](https://go.dosu.dev/dosubot) I suspect the issue might be related to the API endpoint address of the service API. I have redeployed a new instance of Dify on a virtual machine...
@dosu [@dosu](https://go.dosu.dev/dosubot) I have tried all the methods you suggested, but the error still persists. It feels like it’s just not usable at all. I wonder if you have ever...