> ## Documentation Index
> Fetch the complete documentation index at: https://docs.noclick.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Milvus

> Connect Milvus to your workflows: 37 operations across 6 categories.

The Milvus node adds Milvus operations to your workflows. Add it on the canvas or ask the AI builder for it by name, then pick an operation and fill in its fields.

<Note>
  You can wire the Milvus node into an AI agent as a tool provider: the agent calls the operations you allow. See [Agent tools](/agents/tools).
</Note>

## Credentials

Connect Milvus under **Credentials** in the node settings. See [Connecting credentials](/credentials/connecting) for the general flow.

Enter the values manually when creating the credential.

[Get your credentials here](https://cloud.zilliz.com/).

## Operations

### Alias

| Operation          | ID               | Description |
| ------------------ | ---------------- | ----------- |
| **Alter Alias**    | `alter_alias`    |             |
| **Create Alias**   | `create_alias`   |             |
| **Describe Alias** | `describe_alias` |             |
| **Drop Alias**     | `drop_alias`     |             |
| **List Aliases**   | `list_aliases`   |             |

### Collection

| Operation                | ID                     | Description |
| ------------------------ | ---------------------- | ----------- |
| **Compact Collection**   | `compact`              |             |
| **Create Collection**    | `create_collection`    |             |
| **Describe Collection**  | `describe_collection`  |             |
| **Drop Collection**      | `drop_collection`      |             |
| **Flush Collection**     | `flush`                |             |
| **Get Collection Stats** | `get_collection_stats` |             |
| **Get Load State**       | `get_load_state`       |             |
| **Has Collection**       | `has_collection`       |             |
| **List Collections**     | `list_collections`     |             |
| **Load Collection**      | `load_collection`      |             |
| **Release Collection**   | `release_collection`   |             |
| **Rename Collection**    | `rename_collection`    |             |

### Database

| Operation             | ID                  | Description |
| --------------------- | ------------------- | ----------- |
| **Create Database**   | `create_database`   |             |
| **Describe Database** | `describe_database` |             |
| **Drop Database**     | `drop_database`     |             |
| **List Databases**    | `list_databases`    |             |

### Entities

| Operation                   | ID                 | Description |
| --------------------------- | ------------------ | ----------- |
| **Delete Entities**         | `delete`           |             |
| **Get Entities**            | `get`              |             |
| **Hybrid Search**           | `hybrid_search`    |             |
| **Insert**                  | `insert`           |             |
| **Query**                   | `query`            |             |
| **Search**                  | `search`           |             |
| **Upload & Index Document** | `upload_and_index` |             |
| **Upsert**                  | `upsert`           |             |

### Index

| Operation          | ID               | Description |
| ------------------ | ---------------- | ----------- |
| **Create Index**   | `create_index`   |             |
| **Describe Index** | `describe_index` |             |
| **Drop Index**     | `drop_index`     |             |
| **List Indexes**   | `list_indexes`   |             |

### Partition

| Operation            | ID                 | Description |
| -------------------- | ------------------ | ----------- |
| **Create Partition** | `create_partition` |             |
| **Drop Partition**   | `drop_partition`   |             |
| **Has Partition**    | `has_partition`    |             |
| **List Partitions**  | `list_partitions`  |             |
