You can wire the Milvus node into an AI agent as a tool provider: the agent calls the operations you allow. See Agent tools.
Credentials
Connect Milvus under Credentials in the node settings. See Connecting credentials for the general flow. Enter the values manually when creating the credential. Get your credentials here.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 |