Milvus CLI
Milvus CLI is a command-line interface for managing and interacting with Milvus vector databases, allowing users to perform database operations and manage collections efficiently.
About this tool
Milvus CLI
Milvus CLI is a command-line interface tool designed for managing and interacting with Milvus vector databases. It allows users to perform a variety of database operations and manage collections efficiently through a set of supported commands.
Features
- Connect to Milvus Service: Supports connecting to Milvus services via URI and authentication details. Allows connection with self-signed certificates for Cloud Pak for Data instances.
- Database Operations:
- Create databases
- Use/select databases
- List all databases
- Collection Management:
- Create collections with customizable schema and automatic ID generation
- Show collection details
- Delete collections
- Release collections (unload from memory)
- Partition Management:
- Create partitions within collections
- Delete partitions
- Index Management:
- Create indexes on fields with support for various index types (e.g., FLAT, IVF_FLAT, IVF_SQ8, HNSW, ANNOY, etc.) and metric types (L2, IP, COSINE, etc.)
- Show indexes
- Data Operations:
- Insert data into collections (with CSV file support)
- Load collections (make them available for search/query)
- Search vectors (vector similarity search and hybrid search with file input)
- Query collections with expressions
- Environment:
- Runs in a Python environment (requires Python >= 3.8.5)
- Depends on pymilvus (>=2.5.0) and milvus_cli (>=1.0.2)
- Command-line Interface:
- Interactive CLI with clear command syntax for all supported operations
Pricing
No pricing information is provided in the available content.
Source
Loading more......
Information
Categories
Tags
Similar Products
6 result(s)A universal tool suite for managing vector databases such as Pinecone, Chroma, Qdrant, and Weaviate. Facilitates straightforward management and integration of multiple vector database systems.
Attu is a graphical user interface (GUI) tool for managing and administering Milvus vector databases. It simplifies tasks such as data exploration, schema management, and monitoring, making Milvus more accessible for a wide range of users.
Birdwatcher is a system debugging tool designed for the Milvus vector database. It provides advanced diagnostics to help developers and operators understand and troubleshoot Milvus deployments, ensuring robust vector search operations.
Milvus CDC (Change Data Capture) is a component of the Milvus ecosystem that enables data synchronization between Milvus and other systems. It is useful for maintaining up-to-date vector data pipelines and supporting real-time vector search applications.
txtai is an open-source AI framework that provides semantic search and vector database capabilities for language model workflows.
Deep Searcher is a local open-source deep research solution that integrates Milvus and LangChain to provide advanced vector search and retrieval capabilities using open-source models.