Manage Qdrant collections
Manages Qdrant vector collections for storing and retrieving document and code embeddings.
/plugin marketplace add cwensel/arcaneum/plugin install arc@arcaneum-marketplace<create|list|info|delete|items> [name] [options]Manage Qdrant vector collections for storing embeddings.
IMPORTANT: You must specify a subcommand (create, list, info, delete, or items).
Subcommands (required):
create: Create a new collection with specified embedding modellist: List all collections in Qdrantinfo: Show detailed information about a collectiondelete: Delete a collection permanentlyitems: List indexed files/repos in a collectionCommon Options:
Examples:
/collection create MyDocs --model stella --type pdf
/collection list
/collection info MyDocs
/collection delete MyDocs --confirm
Execution:
arc collection $ARGUMENTS
Collection Types:
Collections should specify a type (pdf or code) to ensure content matches:
Available Models:
Related Commands:
Implementation: