mirror of
https://github.com/langgenius/dify-docs-archived.git
synced 2026-07-25 05:25:44 -04:00
配置SearXNG工具问题 #81
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Jeffsyl01 on GitHub (Feb 28, 2025).
按照文档,第一步修改 Dify 配置文件的时候就找不到配置文件,dify/api/core/tools/目录下面没有provider目录
@junytang
https://docs.dify.ai/zh-hans/guides/tools/tool-configuration/searxng
zh_CN/guides/tools/tool-configuration/searxng.md
@dosubot[bot] commented on GitHub (Feb 28, 2025):
@Jeffsyl01 你好!我是一个可以帮助你解决 bug、回答问题,并且成为贡献者的机器人。我会在等待人类维护者的时候帮助你。
Dify 文档中提到的 SearXNG 配置文件应该位于
dify/api/core/tools/provider/builtin/searxng/docker/settings.yml[1]. 如果您在dify/api/core/tools/目录下找不到provider目录,可能需要检查您使用的 Dify 版本或分支,确保其包含该目录和相关文件。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
@junytang commented on GitHub (Feb 28, 2025):
文档可能被其他人修改过了,我找到了当时 commit,可以参考一下 https://github.com/langgenius/dify-docs/pull/60/commits,不确定现在是否还有效。
@gusibi commented on GitHub (Mar 30, 2025):
使用 docker 启动 searxng 时,命令类似于
${PWD}/searxng 这个目录下有一个 settings.yml 文件,在 formats 添加上 json 就可以了