feat: model select support close params;perf: dataset params slider;update doc (#3453)

* feat: model select support close params

* perf: dataset params slider

* update doc

* update doc

* add delete log

* perf: ai config overflow

* test

* test

* test

* delete collection tags

* delete collection tags
This commit is contained in:
Archer
2024-12-23 23:47:33 +08:00
committed by GitHub
parent a7f25994d5
commit f646ef8595
25 changed files with 256 additions and 188 deletions

View File

@@ -78,7 +78,13 @@
"logs_title": "標題",
"look_ai_point_price": "查看所有模型計費標準",
"mark_count": "標記答案數量",
"max_histories_number": "最大對話輪數",
"max_histories_number": "記憶輪數",
"max_histories_number_tip": "模型最多攜帶多少輪對話進入記憶中,如果記憶超出模型上下文,系統會強制截斷。\n所以儘管配置 30 輪對話,實際運行時候,不一定會達到 30 輪。",
"max_quote_tokens": "引用上限",
"max_quote_tokens_tips": "單次搜尋最大的 token 數量,中文約 1 字=1.7 tokens英文約 1 字=1 token",
"max_tokens": "回覆上限",
"min_similarity": "最低相關度",
"min_similarity_tip": "不同索引模型的相關度有區別,請透過搜尋測試來選擇合適的數值。\n使用 結果重排 時,使用重排結果過濾。",
"module.Custom Title Tip": "這個標題會顯示在對話過程中",
"module.No Modules": "找不到外掛",
"module.type": "\"{{type}}\" 類型\n{{description}}",
@@ -109,6 +115,8 @@
"setting_plugin": "外掛設定",
"stream_response": "流輸出",
"stream_response_tip": "關閉該開關​​,可以強制模型使用非流模式,並且不會直接進行內容輸出。\n可在 AI 回覆的輸出中,取得本次模型輸出的內容進行二次處理。",
"temperature": "溫度",
"temperature_tip": "範圍 010。\n值越大代表模型回答越發散值越小代表回答越嚴謹。",
"template.hard_strict": "嚴格問答範本",
"template.hard_strict_des": "在問答範本基礎上,對模型的回答做出更嚴格的要求。",
"template.qa_template": "問答範本",

View File

@@ -281,7 +281,6 @@
"core.app.Interval timer run": "排程執行",
"core.app.Interval timer tip": "可排程執行應用程式",
"core.app.Make a brief introduction of your app": "為您的 AI 應用程式寫一段介紹",
"core.app.Max tokens": "回應上限",
"core.app.Name and avatar": "頭像與名稱",
"core.app.Publish": "發布",
"core.app.Publish Confirm": "確認發布應用程式?這將立即更新所有發布管道的應用程式狀態。",
@@ -308,7 +307,6 @@
"core.app.TTS Tip": "開啟後,每次對話後可使用語音播放功能。使用此功能可能會產生額外費用。",
"core.app.TTS start": "朗讀內容",
"core.app.Team tags": "團隊標籤",
"core.app.Temperature": "溫度",
"core.app.Tool call": "工具呼叫",
"core.app.ToolCall.No plugin": "沒有可用的外掛程式",
"core.app.ToolCall.Parameter setting": "輸入參數",
@@ -599,10 +597,6 @@
"core.dataset.search.Dataset Search Params": "知識庫搜尋設定",
"core.dataset.search.Empty result response": "空搜尋回應",
"core.dataset.search.Filter": "搜尋篩選",
"core.dataset.search.Max Tokens": "引用上限",
"core.dataset.search.Max Tokens Tips": "單次搜尋最大的 Token 數量,中文約 1 字=1.7 tokens英文約 1 字=1 token",
"core.dataset.search.Min Similarity": "最低相關度",
"core.dataset.search.Min Similarity Tips": "不同索引模型的相關度有所差異,請透過搜尋測試來選擇合適的數值。使用重新排名時,相關度可能會很低。",
"core.dataset.search.No support similarity": "僅使用結果重新排名或語意搜尋時,支援相關度篩選",
"core.dataset.search.Nonsupport": "不支援",
"core.dataset.search.Params Setting": "搜尋參數設定",