Vector Store Milvus¶
Node: vectorStoreMilvus · Full type: @n8n/n8n-nodes-langchain.vectorStoreMilvus · Version: 1.3
Credentials¶
milvusApi (alias: @milvus)
Parameters¶
| Parameter | Type | Default | Details |
|---|---|---|---|
mode |
options | "retrieve" | load, insert, retrieve, retrieve-as-tool |
toolName |
string | "" | required |
toolDescription |
string | "" | required |
milvusCollection |
resourceLocator | {...} | required; modes: list, id |
embeddingBatchSize |
number | 200 | |
options |
collection | {} | keys: clearCollection |
prompt |
string | "" | required |
topK |
number | 4 | |
includeDocumentMetadata |
boolean | true | |
useReranker |
boolean | false | |
id |
string | "" | required |
options children:
| Parameter | Type | Default | Details |
|---|---|---|---|
clearCollection |
boolean | false |