Skip to content

Commit

Permalink
Release new docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Milvus-doc-bot authored and Milvus-doc-bot committed Jan 17, 2024
1 parent 025bc27 commit f27d263
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions v2.3.x/site/en/userGuide/tools/cli_commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -560,22 +560,21 @@ help <command>

| Command | Description |
| :----------- | :------------------------------------------------------------------------------------------------------------------ |
| calc | Calculates the distance between two vector arrays, mkts_from_hybridts, mkts_from_unixtime, or hybridts_to_unixtime. |
| clear | Clears the screen. |
| connect | Connects to Milvus. |
| create | Creates a collection, partition, index, or alias. |
| delete | Deletes a collection, partition, index, entity, or alias. |
| describe | Describes a collection, partition, or index. |
| create | Create collection, database, partition,user and index. |
| delete | Delete collection, database, partition,alias,user or index. |
| exit | Closes the command line window. |
| help | Displays help for using a command. |
| import | Imports data into a partition. |
| list | Lists collections, partitions, or indexes. |
| insert | Imports data into a partition. |
| list | List collections,databases, partitions,users or indexes. |
| load | Loads a collection or partition. |
| load_balance | Performs load balancing on a query node. |
| query | Shows query results that match all the criteria that you enter. |
| release | Releases a collection or partition. |
| search | Performs a vector similarity search or hybrid search. |
| show | Shows the current collection, progress of entity loading, progress of entity indexing, or segment information. |
| show | Show connection, database,collection, loading_progress or index_progress. |
| rename | Rename collection |
| use | Use database |
| version | Shows the version of Milvus_CLI. |

## import
Expand Down

0 comments on commit f27d263

Please sign in to comment.