qdrant-doc-deleter

Delete specific PDF documents from a Qdrant vector database collection.

Updated Oct 9, 2025
One-click install
npx skills add https://github.com/techybolek/child --skill qdrant-doc-deleter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qdrant-doc-deleter
Source: https://github.com/techybolek/child/tree/main/.claude/skills/qdrant-doc-deleter
Command: npx skills add https://github.com/techybolek/child --skill qdrant-doc-deleter

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires qdrant-client.

What problem does it solve?

Manually deleting specific documents from your Qdrant vector database can be complex and error-prone, especially when managing versions or cleaning up. This Skill automates the precise removal of PDF documents, saving you time and ensuring data integrity.

Core Features & Use Cases

  • Guided Deletion: Claude walks you through the process with safety confirmations.
  • Surgical Precision: Removes only specified documents, leaving others untouched.
  • Detailed Statistics: Reports exactly how many chunks were deleted per document.
  • Use Case: Remove outdated 2024 policy documents from your Qdrant collection before loading the new 2025 versions, ensuring your AI always references the latest information.

Quick Start

Delete the 2024 payment rate PDFs from Qdrant.

Frequently Asked Questions about qdrant-doc-deleter

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I delete specific PDF documents from a Qdrant vector database?

You can delete specific PDF documents from Qdrant by using this Skill, which removes only the documents you specify while leaving others untouched. It displays what will be deleted, requires explicit confirmation, and reports exactly how many chunks were removed per document.

Can I remove outdated documents from Qdrant before loading new versions?

Yes. This Skill automates surgical removal of versioned documents—for example, deleting 2024 policy PDFs before loading 2025 versions—ensuring your AI references only the latest information without manual chunk-by-chunk deletion.

What safety features does Qdrant document deletion include?

Document deletion in Qdrant with this Skill requires explicit 'yes' confirmation before proceeding, displays the full deletion plan upfront, reports per-document chunk counts deleted, and handles errors gracefully to prevent accidental data loss.

How does batch deletion work in a Qdrant collection?

Batch deletion processes multiple document removals efficiently through a single operation, deleting all specified chunks at once rather than individually. This Skill performs batch deletions against your configured QDRANT collection for faster cleanup.

Do I need special configuration to delete documents from Qdrant?

No special configuration is required beyond your existing LOAD_DB/config.py setup. The Skill reads your standard Qdrant collection configuration and uses qdrant-client to execute deletions, streamlining the process for collections already in use.