Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2025 07:31 PM
Hello @Khaja_Zaffer
Here is the actual data I tried to import:
INSERT INTO table_name
VALUES (
'eval-001',
'Translate this text to Japanese.',
array('Be natural.', 'Keep the original nuance.'),
array('true', 'false'),
'{"model_version": "Knowledge Assistant", "timestamp": "2025-10-16T09:30:00Z"}',
'{translation, Knowledge Assistant, review}'
);
I watched the video you sent me the link for, but it didn't mention anything about the table to be imported.