| name | arc-collection |
| description | Qdrant collection management for semantic search. Use when user mentions managing collections, creating collection, listing collections, verifying collection integrity, exporting or importing collections, or viewing indexed items in Qdrant. |
| allowed-tools | Bash(arc:*), Read |
Qdrant Collection Management
arc collection list
arc collection list --verbose
arc collection list --json
arc collection create MyCollection --type pdf
arc collection create MyCollection --type code
arc collection create MyCollection --type markdown
arc collection create MyCollection --model stella
arc collection info MyCollection
arc collection info MyCollection --json
arc collection items MyCollection
arc collection items MyCollection --json
arc collection verify MyCollection
arc collection verify MyCollection --project myrepo#main
arc collection verify MyCollection --verbose --json
arc collection export MyCollection -o backup.arcexp
arc collection export MyCollection -o backup.jsonl --format jsonl
arc collection export MyCollection -o shareable.arcexp --detach
arc collection import backup.arcexp
arc collection import backup.arcexp --into RestoredCollection
arc collection import shareable.arcexp --attach /new/root/path
arc collection delete MyCollection --confirm
Collection Types
- pdf: Documents and PDFs (stella model, 1024D)
- code: Source code repositories (jina-code, 768D)
- markdown: Documentation and notes (stella model, 1024D)