浏览代码

Set Yacy search to text

Stephen Smith 5 月之前
父节点
当前提交
f9b9217e98
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      backend/open_webui/retrieval/web/yacy.py

+ 1 - 0
backend/open_webui/retrieval/web/yacy.py

@@ -55,6 +55,7 @@ def search_yacy(
 
     params = {
         "query": query,
+        "contentdom": "text",
         "resource": "global",
         "maximumRecords": count,
         "nav": "none",