dataset-hit-testing.ts 826 B

123456789101112131415161718192021222324252627282930
  1. const translation = {
  2. title: 'Retrieval Testing',
  3. settingTitle: 'Retrieval Setting',
  4. desc: 'Test the hitting effect of the Knowledge based on the given query text',
  5. dateTimeFormat: 'MM/DD/YYYY hh:mm A',
  6. recents: 'Recents',
  7. table: {
  8. header: {
  9. source: 'Source',
  10. text: 'Text',
  11. time: 'Time',
  12. },
  13. },
  14. input: {
  15. title: 'Source text',
  16. placeholder: 'Please enter a text, a short declarative sentence is recommended.',
  17. countWarning: 'Up to 200 characters.',
  18. indexWarning: 'High quality Knowledge only.',
  19. testing: 'Testing',
  20. },
  21. hit: {
  22. title: 'RETRIEVAL PARAGRAPHS',
  23. emptyTip: 'Retrieval Testing results will show here',
  24. },
  25. noRecentTip: 'No recent query results here',
  26. viewChart: 'View VECTOR CHART',
  27. viewDetail: 'View Detail',
  28. }
  29. export default translation