dataset-hit-testing.ts 786 B

123456789101112131415161718192021222324252627282930
  1. const translation = {
  2. title: '召回测试',
  3. settingTitle: '召回设置',
  4. desc: '基于给定的查询文本测试知识库的召回效果',
  5. dateTimeFormat: 'YYYY-MM-DD HH:mm',
  6. recents: '最近查询',
  7. table: {
  8. header: {
  9. source: '数据源',
  10. text: '文本',
  11. time: '时间',
  12. },
  13. },
  14. input: {
  15. title: '源文本',
  16. placeholder: '请输入文本,建议使用简短的陈述句。',
  17. countWarning: '不超过 200 个字符',
  18. indexWarning: '仅支持高质量模式知识库',
  19. testing: '测试',
  20. },
  21. hit: {
  22. title: '召回段落',
  23. emptyTip: '召回测试结果将展示在这里',
  24. },
  25. noRecentTip: '最近无查询结果',
  26. viewChart: '查看向量图表',
  27. viewDetail: '查看详情',
  28. }
  29. export default translation