Show help information for vector-rag-tool
Displays help information and usage instructions for the vector-rag-tool CLI. Use this to learn how to index files, query vector stores, manage stores, or get command-specific guidance.
/plugin marketplace add dnvriend/vector-rag-tool/plugin install vector-rag-tool@vector-rag-toolcommandDisplay help information for vector-rag-tool CLI commands.
# Show general help
vector-rag-tool --help
# Show command-specific help
vector-rag-tool COMMAND --help
# Show version
vector-rag-tool --version
index - Index files matching glob patterns into a vector storequery - Query a vector store for relevant document chunksstore - Manage vector stores (create, delete, list, info)completion - Generate shell completion scriptCOMMAND (optional): Specific command to get help for--help / -h: Show help information--version: Show version information# General help
vector-rag-tool --help
# Index command help
vector-rag-tool index --help
# Query command help
vector-rag-tool query --help
# Store management help
vector-rag-tool store --help
vector-rag-tool store create --help
vector-rag-tool store delete --help
vector-rag-tool store list --help
vector-rag-tool store info --help
# Completion command help
vector-rag-tool completion --help
# Version information
vector-rag-tool --version
Displays usage information, available commands, options, and examples.