dataset-hit-testing.ts 727 B

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