mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-02-01 08:05:07 +08:00
docs: fix embedding model switching tooltip (#12517)
### What problem does this PR solve? After version 0.22.1, the embedding model supports switching; the corresponding tooltip needs to be updated. ### Type of change - [x] Documentation Update
This commit is contained in:
@ -482,7 +482,7 @@ Example: A 1 KB message with 1024-dim embedding uses ~9 KB. The 5 MB default lim
|
||||
chunkTokenNumber: 'Recommended chunk size',
|
||||
chunkTokenNumberMessage: 'Chunk token number for text is required',
|
||||
embeddingModelTip:
|
||||
'The default embedding model for the knowledge base. It cannot be changed once the knowledge base has chunks. To switch to a different default embedding model, you must delete all existing chunks in the knowledge base.',
|
||||
'The default embedding model used by the knowledge base. Once the knowledge base has chunks, when switching the embedding model, the system randomly samples a few chunks for a compatibility check, re-embeds them with the new embedding model, and computes cosine similarity between the new and old vectors. Switching is allowed only when the average similarity of the sample is ≥ 0.9. Otherwise, you must delete all chunks in the knowledge base before you can change it.',
|
||||
permissionsTip:
|
||||
"If it is set to 'Team', all your team members will be able to manage the knowledge base.",
|
||||
chunkTokenNumberTip:
|
||||
|
||||
Reference in New Issue
Block a user