{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "cd \/var\/www\/scripts\/pipeline && .\/venv\/bin\/python reset_pipeline.py --force",
"description": "Run pipeline reset script"
}
}
{
"tool_response": {
"stdout": "==================================================\nPipeline Reset Script\n==================================================\n\nThis will DELETE all:\n - Documents and chunks from MariaDB\n - Embeddings from Qdrant\n - Pipeline runs and queue\n\n[1\/2] Resetting MariaDB...\n Truncating tables...\n - chunk_entities cleared\n - chunk_semantics cleared\n - chunk_taxonomy cleared\n - entity_relations cleared\n - entity_ontology cleared\n - entity_synonyms cleared\n - entity_semantics cleared\n - entity_taxonomy_mapping cleared\n - entity_classifications cleared\n - generated_questions cleared\n - document_knowledge cleared\n - section_knowledge cleared\n - page_knowledge cleared\n - document_pages cleared\n - document_sections cleared\n - document_taxonomy cleared\n - content_sources cleared\n - chunks cleared\n - documents cleared\n - entities cleared\n - pipeline_queue cleared\n - pipeline_runs cleared\n MariaDB reset complete: 0 documents, 0 chunks, 0 entities\n\n[2\/2] Resetting Qdrant...\n Collection deleted\n Collection recreated\n Qdrant reset complete: 0 points\n\n==================================================\nReset complete!\n==================================================",
"stderr": "",
"interrupted": false,
"isImage": false
}
}