{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "cat \/opt\/qdrant\/storage\/collections\/documents\/config.json | python3 -m json.tool",
"description": "Check collection config file"
}
}
{
"tool_response": {
"stdout": "{\n \"params\": {\n \"vectors\": {\n \"size\": 1024,\n \"distance\": \"Cosine\",\n \"on_disk\": false\n },\n \"shard_number\": 1,\n \"replication_factor\": 1,\n \"write_consistency_factor\": 1,\n \"on_disk_payload\": true\n },\n \"hnsw_config\": {\n \"m\": 16,\n \"ef_construct\": 128,\n \"full_scan_threshold\": 100,\n \"max_indexing_threads\": 0,\n \"on_disk\": false\n },\n \"optimizer_config\": {\n \"deleted_threshold\": 0.2,\n \"vacuum_min_vector_number\": 1000,\n \"default_segment_number\": 0,\n \"max_segment_size\": null,\n \"memmap_threshold\": null,\n \"indexing_threshold\": 0,\n \"flush_interval_sec\": 5,\n \"max_optimization_threads\": null\n },\n \"wal_config\": {\n \"wal_capacity_mb\": 32,\n \"wal_segments_ahead\": 0\n },\n \"quantization_config\": null,\n \"strict_mode_config\": {\n \"enabled\": false\n },\n \"uuid\": null\n}",
"stderr": "",
"interrupted": false,
"isImage": false
}
}