You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

dataset-hit-testing.ts 909B

12345678910111213141516171819202122232425262728293031323334
  1. const translation = {
  2. title: '召回測試',
  3. desc: '基於給定的查詢文字測試知識庫的召回效果。',
  4. dateTimeFormat: 'YYYY-MM-DD HH:mm',
  5. table: {
  6. header: {
  7. source: '資料來源',
  8. text: '文字',
  9. time: '時間',
  10. },
  11. },
  12. input: {
  13. title: '源文字',
  14. placeholder: '請輸入文字,建議使用簡短的陳述句。',
  15. countWarning: '不超過 200 個字元',
  16. indexWarning: '僅支援高質量模式知識庫',
  17. testing: '測試',
  18. },
  19. hit: {
  20. title: '召回段落',
  21. emptyTip: '召回測試結果將展示在這裡',
  22. },
  23. noRecentTip: '最近無查詢結果',
  24. viewChart: '查看向量圖表',
  25. viewDetail: '查看詳情',
  26. settingTitle: '檢索設置',
  27. open: '打開',
  28. records: '記錄',
  29. chunkDetail: '數據塊詳細資訊',
  30. hitChunks: '命中 {{num}} 個子塊',
  31. keyword: '關鍵字',
  32. }
  33. export default translation