chore: replace all cn comments of fe to en version by volc api (#320)

This commit is contained in:
tecvan
2025-07-31 10:32:15 +08:00
committed by GitHub
parent 716ec0cba8
commit 71f6245a01
2960 changed files with 15545 additions and 15545 deletions

View File

@@ -72,7 +72,7 @@ export function RagModeConfiguration({
recall_strategy = {},
} = dataSetInfo;
// undefined 默认为 true
// Undefined defaults to true
const {
use_nl2sql = true,
use_rerank = true,
@@ -362,7 +362,7 @@ export function RagModeConfiguration({
onDataSetInfoChange({
...dataSetInfo,
show_source: v,
// 展示方式没有值且打开展示来源,默认选中卡片
// Display method has no value and open the display source, the card is selected by default
...(!show_source_mode && v
? {
show_source_mode: KnowledgeShowSourceMode.CardList,