mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-01-03 19:15:30 +08:00
Docs: UI updates (#7536)
### What problem does this PR solve? ### Type of change - [x] Documentation Update
This commit is contained in:
@ -215,7 +215,7 @@ export default {
|
||||
chunkTokenNumber: 'Recommended chunk size',
|
||||
chunkTokenNumberMessage: 'Chunk token number for text is required',
|
||||
embeddingModelTip:
|
||||
'The model that converts chunks into embeddings. It cannot be changed once the knowledge base has chunks. To switch to a different embedding model, you must delete all existing chunks in the knowledge base.',
|
||||
'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.',
|
||||
permissionsTip:
|
||||
"If it is set to 'Team', all your team members will be able to manage the knowledge base.",
|
||||
chunkTokenNumberTip:
|
||||
@ -433,7 +433,7 @@ This auto-tagging feature enhances retrieval by adding another layer of domain-s
|
||||
knowledgeBases: 'Knowledge bases',
|
||||
knowledgeBasesMessage: 'Please select',
|
||||
knowledgeBasesTip:
|
||||
'Select the knowledge bases to associate with this chat assistant.',
|
||||
'Select the knowledge bases to associate with this chat assistant. An empty knowledge base will not appear in the dropdown list.',
|
||||
system: 'System prompt',
|
||||
systemInitialValue: `You are an intelligent assistant. Please summarize the content of the knowledge base to answer the question. Please list the data in the knowledge base and answer in detail. When all knowledge base content is irrelevant to the question, your answer must include the sentence "The answer you are looking for is not found in the knowledge base!" Answers need to consider chat history.
|
||||
Here is the knowledge base:
|
||||
@ -844,7 +844,7 @@ This auto-tagging feature enhances retrieval by adding another layer of domain-s
|
||||
news: 'News',
|
||||
messageHistoryWindowSize: 'Message window size',
|
||||
messageHistoryWindowSizeTip:
|
||||
'The window size of conversation history that needed to be seen by LLM. The larger the better. But be careful with the maximum content length of LLM.',
|
||||
'The window size of conversation history visible to the LLM. Larger is better, but be mindful of the maximum token limit of LLM.',
|
||||
wikipedia: 'Wikipedia',
|
||||
pubMed: 'PubMed',
|
||||
pubMedDescription:
|
||||
|
||||
Reference in New Issue
Block a user