mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
add help info (#142)
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user