website sync feature (#4429)
* perf: introduce BullMQ for website sync (#4403) * perf: introduce BullMQ for website sync * feat: new redis module * fix: remove graceful shutdown * perf: improve UI in dataset detail - Updated the "change" icon SVG file. - Modified i18n strings. - Added new i18n string "immediate_sync". - Improved UI in dataset detail page, including button icons and background colors. * refactor: Add chunkSettings to DatasetSchema * perf: website sync ux * env template * fix: clean up website dataset when updating chunk settings (#4420) * perf: check setting updated * perf: worker currency * feat: init script for website sync refactor (#4425) * website feature doc --------- Co-authored-by: a.e. <49438478+I-Info@users.noreply.github.com>
This commit is contained in:
@@ -511,7 +511,7 @@
|
||||
"core.dataset.Query extension intro": "開啟問題最佳化功能,可以提高連續對話時知識庫搜尋的準確度。開啟此功能後,在進行知識庫搜尋時,系統會根據對話記錄,利用 AI 補充問題中缺少的資訊。",
|
||||
"core.dataset.Quote Length": "引用內容長度",
|
||||
"core.dataset.Read Dataset": "檢視知識庫詳細資料",
|
||||
"core.dataset.Set Website Config": "開始設定網站資訊",
|
||||
"core.dataset.Set Website Config": "開始設定",
|
||||
"core.dataset.Start export": "已開始匯出",
|
||||
"core.dataset.Table collection": "表格資料集",
|
||||
"core.dataset.Text collection": "文字資料集",
|
||||
@@ -527,7 +527,6 @@
|
||||
"core.dataset.collection.Website Empty Tip": "還沒有關聯網站",
|
||||
"core.dataset.collection.Website Link": "網站網址",
|
||||
"core.dataset.collection.id": "集合 ID",
|
||||
"core.dataset.collection.metadata.Chunk Size": "分割大小",
|
||||
"core.dataset.collection.metadata.Createtime": "建立時間",
|
||||
"core.dataset.collection.metadata.Raw text length": "原始文字長度",
|
||||
"core.dataset.collection.metadata.Updatetime": "更新時間",
|
||||
@@ -629,6 +628,7 @@
|
||||
"core.dataset.search.search mode": "搜索方式",
|
||||
"core.dataset.status.active": "已就緒",
|
||||
"core.dataset.status.syncing": "同步中",
|
||||
"core.dataset.status.waiting": "排队中",
|
||||
"core.dataset.test.Batch test": "批次測試",
|
||||
"core.dataset.test.Batch test Placeholder": "選擇一個 CSV 檔案",
|
||||
"core.dataset.test.Search Test": "搜尋測試",
|
||||
|
||||
Reference in New Issue
Block a user