dataset-hit-testing.ts 761 B

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