We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 550eb4d commit d8c9c50Copy full SHA for d8c9c50
frontend/src/pages/welcome/index.tsx
@@ -61,7 +61,7 @@ const ruijinCase = {
61
},
62
],
63
capabilities: [
64
- '低代码 RAG 编排,支持多种向量数据库接入',
+ '低代码 RAG 编排,支持多种知识库接入',
65
'病理诊断业务流编排工具,实现不同癌种诊断界面差异化开发',
66
'支持癌种识别、特征描述到对话式诊断生成',
67
'提供病理报告生成示范应用',
@@ -594,7 +594,7 @@ const OpenSourceSection: React.FC = () => {
594
{
595
icon: SearchOutlined,
596
title: '插件化知识库接入',
597
- desc: '应用编排平台不内置知识库,但支持通过插件接入任意第三方知识库。开发对应插件并上传即可接入其检索能力,也可配合 ModelEngine 知识库使用。',
+ desc: '支持通过插件接入任意第三方知识库,只需开发对应插件并上传即可接入其检索能力,也可配合 ModelEngine 知识库使用。',
598
color: 'teal',
599
600
0 commit comments