{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "curl -s http:\/\/localhost:6333\/collections\/documents | python3 -m json.tool 2>\/dev\/null",
"description": "Full collection config"
}
}
{
"tool_response": {
"stdout": "{\n \"result\": {\n \"status\": \"green\",\n \"optimizer_status\": \"ok\",\n \"indexed_vectors_count\": 0,\n \"points_count\": 1997,\n \"segments_count\": 8,\n \"config\": {\n \"params\": {\n \"vectors\": {\n \"size\": 1024,\n \"distance\": \"Cosine\"\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\": 100,\n \"full_scan_threshold\": 10000,\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\": 20000,\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 },\n \"payload_schema\": {}\n },\n \"status\": \"ok\",\n \"time\": 0.000554863\n}",
"stderr": "",
"interrupted": false,
"isImage": false
}
}