Vector Store Management
Vector stores transform any data into AI-native search engines that understand meaning, not just keywords. They act as containers for your files, automatically generating embeddings and enabling advanced search capabilities. Use these commands to create, manage, and organize your vector stores. Learn more about vector stores in the documentation.
List Vector Stores
Command
Options
--filter <name>
- Filter by name pattern--limit <n>
- Limit number of results
Examples
Create Vector Store
Command
Options
--description <desc>
- Description for the vector store--expires-after <days>
- Auto-delete after specified days--metadata <json>
- JSON metadata for the vector store
Examples
Get Vector Store Details
Command
Options
None
Examples
Update Vector Store
Command
Options
--name <name>
- New name for the vector store--description <desc>
- New description--expires-after <days>
- Update expiration--metadata <json>
- Update metadata
Examples
Delete Vector Store
Command
Alias: mxbai vs rm <name-or-id>
Options
--force
- Skip confirmation prompt
Examples
Configuration
Manage CLI settings, defaults, and aliases to customize your mxbai experience.
File Management
Upload files and manage files within vector stores.
Last updated: July 5, 2025