{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "# Check storage\necho \"=== Qdrant Storage ===\"\nls -la \/opt\/qdrant\/storage\/collections\/documents\/\necho \"\"\ndu -sh \/opt\/qdrant\/storage\/collections\/documents\/\n\necho \"\"\necho \"=== Check segment files ===\"\nls -la \/opt\/qdrant\/storage\/collections\/documents\/0\/segments\/ 2>\/dev\/null | head -10",
"description": "Check Qdrant storage"
}
}
{
"tool_response": {
"stdout": "=== Qdrant Storage ===\ntotal 20\ndrwxr-xr-x 3 root root 4096 Dec 25 02:15 .\ndrwxr-xr-x 6 root root 4096 Dec 24 14:45 ..\ndrwxr-xr-x 4 root root 4096 Dec 25 02:16 0\n-rw-r--r-- 1 root root 623 Dec 25 02:15 config.json\n-rw-r--r-- 1 root root 5 Dec 23 07:19 version.info\n\n22M\t\/opt\/qdrant\/storage\/collections\/documents\/\n\n=== Check segment files ===",
"stderr": "",
"interrupted": false,
"isImage": false
}
}