docs(ragflow): 更新数据文件以反映新的项目方向
- 修改项目名称为"开源的问答引擎" - 更新项目描述,突出基于OpenAI GPT模型和对多种问答场景的支持 - 移除与SearX项目相关的旧有信息 - 简化数据文件结构,移除不必要的属性
This commit is contained in:
parent
38fef9766b
commit
8749230452
|
@ -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/
|
||||
shortDescZh: 开源的问答引擎
|
||||
shortDescEn: Open source question answering engine
|
Loading…
Reference in New Issue