Feat: Cross-language query #7376 #4503 #5710 #7470 (#7554)

### What problem does this PR solve?

Feat: Cross-language query #7376 #4503  #5710 #7470
### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-05-09 15:01:57 +08:00
committed by GitHub
parent a14865e6bb
commit 2fe332d01d
6 changed files with 63 additions and 7 deletions

View File

@ -28,6 +28,7 @@ import {
} from '../interface';
import { EditableCell, EditableRow } from './editable-cell';
import { CrossLanguageItem } from '@/components/cross-language-item';
import Rerank from '@/components/rerank';
import TopNItem from '@/components/top-n-item';
import { UseKnowledgeGraphItem } from '@/components/use-knowledge-graph-item';
@ -181,6 +182,7 @@ const PromptEngine = (
<Switch></Switch>
</Form.Item>
<Rerank></Rerank>
<CrossLanguageItem></CrossLanguageItem>
<section className={classNames(styles.variableContainer)}>
<Row align={'middle'} justify="end">
<Col span={9} className={styles.variableAlign}>