Files
poimen-memory/fixtures/benchmarks/json-output.json
T

29 lines
687 B
JSON
Raw Normal View History

{
"results": [
{
"id": "chunk-abc123",
"level": "L1",
"score": 0.95,
"text": "Kubernetes uses port 8080 for API server",
"source": "transcript://session-001"
},
{
"id": "chunk-def456",
"level": "L2",
"score": 0.87,
"text": "Common debugging pattern for CrashLoopBackOff pods",
"source": "transcript://session-002"
},
{
"id": "chunk-ghi789",
"level": "R",
"score": 0.72,
"text": "See kubectl troubleshooting guide section 3.2",
"source": "obsidian://poimen-vault/kubectl.md"
}
],
"total_hits": 127,
"search_time_ms": 145,
"query": "fix kubernetes port conflict"
}