mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-27 08:25:07 +00:00
4.6.3-alpha1 (#529)
This commit is contained in:
@@ -266,15 +266,39 @@
|
||||
"Search Top K": "Top K",
|
||||
"Set Empty Result Tip": ",Response empty text",
|
||||
"Similarity": "Similarity",
|
||||
"Sync Time": "Update Time",
|
||||
"Virtual File": "Virtual File",
|
||||
"collection": {
|
||||
"metadata": {
|
||||
"Chunk Size": "Chunk Size",
|
||||
"Createtime": "Create Time",
|
||||
"Read Metadata": "Read Metadata",
|
||||
"Training Type": "Training Type",
|
||||
"Updatetime": "Update Time",
|
||||
"metadata": "Metadata",
|
||||
"read source": "Read Source",
|
||||
"source": "Source",
|
||||
"source name": "Source Name",
|
||||
"source size": "Source Size"
|
||||
},
|
||||
"training": {
|
||||
"type chunk": "Chunk",
|
||||
"type manual": "Manual",
|
||||
"type qa": "QA"
|
||||
}
|
||||
},
|
||||
"data": {
|
||||
"Edit": "Edit Data",
|
||||
"data is deleted": "Data is deleted",
|
||||
"id": "Data ID"
|
||||
},
|
||||
"file": "File",
|
||||
"folder": "Folder",
|
||||
"import": {
|
||||
"Ideal chunk length": "Ideal chunk length",
|
||||
"Ideal chunk length Tips": "Segment by end symbol. We recommend that your document should be properly punctuated to ensure that each complete sentence length does not exceed this value \n Chinese document recommended 400~1000\n English document recommended 600~1200"
|
||||
},
|
||||
"link": "Link",
|
||||
"search": {
|
||||
"Empty result response": "Empty Response",
|
||||
"Empty result response Tips": "If you fill in the content, if no suitable content is found, you will directly reply to the content.",
|
||||
@@ -289,7 +313,8 @@
|
||||
"embedding desc": "Direct vector topk correlation query ",
|
||||
"embeddingReRank": "Enhanced semantic retrieval ",
|
||||
"embeddingReRank desc": "Sort using Rerank after overperforming vector topk queries "
|
||||
}
|
||||
},
|
||||
"search mode": "Search Mode"
|
||||
},
|
||||
"test": {
|
||||
"Test": "Start",
|
||||
@@ -300,6 +325,10 @@
|
||||
"test history": "Test History",
|
||||
"test result placeholder": "The test results will be presented here",
|
||||
"test result tip": "The contents of the knowledge base are sorted according to their similarity to the test text, and you can adjust the corresponding text according to the test results. Note: The data in the test record may have been modified, clicking on a test data will show the latest data."
|
||||
},
|
||||
"training": {
|
||||
"type chunk": "Chunk",
|
||||
"type qa": "QA"
|
||||
}
|
||||
},
|
||||
"module": {
|
||||
@@ -693,9 +722,9 @@
|
||||
"wallet": {
|
||||
"bill": {
|
||||
"Audio Speech": "Audio Speech",
|
||||
"ReRank": "ReRank",
|
||||
"Whisper": "Whisper",
|
||||
"bill username": "User",
|
||||
"ReRank": "ReRank"
|
||||
"bill username": "User"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user