mirror of
https://github.com/langgenius/dify-docs.git
synced 2026-07-22 04:15:24 -04:00
文档问题: SearXNG需要配置格式化返回json #1
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 @200842139 on GitHub (May 3, 2025).
问题描述
SearXNG需要配置格式化返回json,但是文档里边没有写,按照默认的配置部署SearXNG,在dify配置会报错
页面链接
https://github.com/langgenius/dify-docs-mintlify/blob/main/zh-hans/guides/tools/tool-configuration/searxng.mdx
建议修改
1.提供的默认配置加上json格式化
2.在文档中体现修改 settings.yml 文件:
进入dify/api/core/tools/provider/builtin/searxng/docker/settings.yml,编辑配置文件:
search:
formats: [html, json]
@hjlarry commented on GitHub (May 4, 2025):
工具这块的文档都过期了吧 直接看插件市场上的 https://marketplace.dify.ai/plugins/langgenius/searxng
@AllenWriter commented on GitHub (May 6, 2025):
Yes, the original tools documentation is outdated. Please check here for the updated version.