Upload Logs
Drag & drop, paste, or click to select. Accepts .json, .jsonl, or .csv. Each log needs user_query, retrieved_contexts, and llm_response.
Paste log content
Sample JSON
[
{
"timestamp": "2026-01-15T10:30:00.000Z",
"topic_category": "Customer Service",
"user_query": "How do I reset my password?",
"retrieved_contexts": [
"To reset your password, go to Settings > Account > Password Reset and follow the instructions sent to your email."
],
"llm_response": "You can reset your password by navigating to Settings > Account > Password Reset. A reset link will be emailed to you.",
"metadata": {
"model_name": "gpt-4o",
"latency_ms": 820,
"tokens_used": 142
}
}
]