From 87492304528ec8c16f4978d0dbe1e141f5b1db60 Mon Sep 17 00:00:00 2001 From: BrightChing Date: Mon, 17 Feb 2025 10:16:50 +0800 Subject: [PATCH] =?UTF-8?q?docs(ragflow):=20=E6=9B=B4=E6=96=B0=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E6=96=87=E4=BB=B6=E4=BB=A5=E5=8F=8D=E6=98=A0=E6=96=B0?= =?UTF-8?q?=E7=9A=84=E9=A1=B9=E7=9B=AE=E6=96=B9=E5=90=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修改项目名称为"开源的问答引擎" - 更新项目描述,突出基于OpenAI GPT模型和对多种问答场景的支持 - 移除与SearX项目相关的旧有信息 - 简化数据文件结构,移除不必要的属性 --- apps/ragflow/data.yml | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/apps/ragflow/data.yml b/apps/ragflow/data.yml index ff4909f..8c187c7 100644 --- a/apps/ragflow/data.yml +++ b/apps/ragflow/data.yml @@ -1,19 +1,12 @@ name: ragflow tags: - 中间件 -title: 隐私保护的开源元搜索引擎 -description: 一个注重隐私保护的开源元搜索引擎,能够聚合多个搜索引擎的结果,为用户提供无追踪的搜索体验。它是SearX项目的升级版,遵循自由开源许可,致力于保护用户隐私和提供更丰富的搜索功能。 +title: 开源的问答引擎 +description: 一个开源的问答引擎,基于OpenAI的GPT模型,支持多种问答场景,如知识库问答、知识图谱问答、知识库问答等。 additionalProperties: key: ragflow name: ragflow tags: - Middleware - shortDescZh: 隐私保护的开源元搜索引擎 - shortDescEn: Privacy-focused open-source meta search engine - type: tool - crossVersionUpdate: false - limit: 1 - recommend: 0 - website: https://searxng.org - github: https://github.com/searxng/searxng - document: https://docs.searxng.org/ \ No newline at end of file + shortDescZh: 开源的问答引擎 + shortDescEn: Open source question answering engine \ No newline at end of file