mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
1.3 KiB
1.3 KiB
| title | description | contentType | priority | ||
|---|---|---|---|---|---|
| Milvus credentials | Documentation for the Milvus credentials. Use these credentials to authenticate Milvus in n8n, a workflow automation platform. |
|
high |
Milvus credentials
You can use these credentials to authenticate the following nodes:
Prerequisites
Create and run an Milvus instance. Refer to the Install Milvus for more information.
Supported authentication methods
- Basic auth
Related resources
Refer to Milvus's Authentication documentation for more information about setting up authentication.
--8<-- "_snippets/integrations/builtin/cluster-nodes/langchain-overview-link.md"
Using basic auth
To configure this credential, you'll need:
- Base URL: The base URL of your Milvus instance. The default is
http://localhost:19530. - Username: The username to authenticate to your Milvus instance. The default value is
root. - Password: The password to authenticate to your Milvus instance. The default value is
Milvus.