{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "# Check current state\ncurl -s http:\/\/localhost:6333\/collections\/documents | python3 -c \"\nimport sys, json\nd = json.load(sys.stdin).get('result', {})\nprint(f'Points: {d.get(\\\"points_count\\\", 0)}')\nprint(f'Indexed: {d.get(\\\"indexed_vectors_count\\\", 0)}')\nprint(f'Threshold: {d.get(\\\"config\\\", {}).get(\\\"optimizer_config\\\", {}).get(\\\"indexing_threshold\\\", \\\"?\\\")}')\n\"",
"description": "Check indexing state"
}
}