mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-25 08:06:48 +08:00
Change knowledge base to dataset (#11976)
### What problem does this PR solve? As title ### Type of change - [x] Refactoring --------- Signed-off-by: Jin Hai <haijin.chn@gmail.com>
This commit is contained in:
@ -939,7 +939,7 @@ Example: Virtual Hosted Style`,
|
||||
'The default VLM for each newly created knowledge base. It describes a picture or video. If you cannot find a model from the dropdown, check https://ragflow.io/docs/dev/supported_models to see if your model provider supports this model.',
|
||||
sequence2txtModel: 'ASR',
|
||||
sequence2txtModelTip:
|
||||
'The default ASR model for each newly created knowledgebase. Use this model to translate voices to corresponding text.',
|
||||
'The default ASR model for each newly created dataset. Use this model to translate voices to corresponding text.',
|
||||
rerankModel: 'Rerank',
|
||||
rerankModelTip: `The default rerank model for reranking chunks. If you cannot find a model from the dropdown, check https://ragflow.io/docs/dev/supported_models to see if your model provider supports this model.`,
|
||||
ttsModel: 'TTS',
|
||||
|
||||
Reference in New Issue
Block a user