Feat: Add the option to use the knowledge graph to the retrieval form #3221 (#8968)

### What problem does this PR solve?

Feat: Add the option to use the knowledge graph to the retrieval form
#3221
### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-07-22 12:10:55 +08:00
committed by GitHub
parent af00f2cad8
commit 131fc10af5
8 changed files with 93 additions and 60 deletions

View File

@ -1298,6 +1298,10 @@ This delimiter is used to split the input text into several text pieces echo of
stringTransform: 'String transform',
userFillUp: 'Input',
codeExec: 'Code',
tavilySearch: 'Tavily Search',
tavilySearchDescription: 'Search results via Tavily service.',
tavilyExtract: 'Tavily Extract',
tavilyExtractDescription: 'Tavily Extract',
},
llmTools: {
bad_calculator: {

View File

@ -1251,6 +1251,10 @@ General实体和关系提取提示来自 GitHub - microsoft/graphrag基于
stringTransform: '文本处理',
userFillUp: '等待输入',
codeExec: '代码',
tavilySearch: 'Tavily Search',
tavilySearchDescription: '通过 Tavily 服务搜索结果',
tavilyExtract: 'Tavily Extract',
tavilyExtractDescription: 'Tavily Extract',
},
footer: {
profile: 'All rights reserved @ React',