add help info (#142)

This commit is contained in:
KevinHuSh
2024-03-22 15:35:06 +08:00
committed by GitHub
parent 73c2f4d418
commit 1edbd36baf
11 changed files with 131 additions and 84 deletions

View File

@ -53,9 +53,10 @@ const TestingControl = ({ form, handleTesting }: IProps) => {
>
<SimilaritySlider isTooltipShown></SimilaritySlider>
<Form.Item<FieldType>
label="Top k"
label="Top K"
name={'top_k'}
tooltip="coming soon"
tooltip="For the computaion cost, not all the retrieved chunk will be computed vector cosine similarity with query.
The bigger the 'Top K' is, the higher the recall rate is, the slower the retrieval speed is."
>
<Slider marks={{ 0: 0, 2048: 2048 }} max={2048} />
</Form.Item>