Weaviate 凭据#
¥Weaviate credentials
你可以使用以下凭据验证以下节点:
¥You can use these credentials to authenticate the following nodes:
支持的身份验证方法#
¥Supported authentication methods
- API 密钥
¥API key
相关资源#
¥Related resources
请参阅 Weaviate 连接文档 了解如何连接到 Weaviate。
¥Refer to Weaviate's connection documentationfor more information on how to connect to Weaviate.
View n8n's Advanced AI documentation.
使用 API 密钥#
¥Using API key
连接类型:Weaviate 云#
¥Connection type: Weaviate Cloud
从 Weaviate 云数据库创建 Weaviate 云数据库 和 按照以下说明获取以下参数值:
¥Create your Weaviate Cloud Database and follow these instructions get the following parameter values from your Weaviate Cloud Database:
- Weaviate 云端点
¥Weaviate Cloud Endpoint
- Weaviate API 密钥
¥Weaviate Api Key
注意:Weaviate 提供免费的沙箱测试环境。
¥Note: Weaviate provides a free sandbox option for testing.
连接类型:自定义连接#
¥Connection type: Custom Connection
对于此连接类型,你需要在自己的服务器上配置 部署 Weaviate,以便 n8n 可以访问它。请参阅 Weaviate 身份验证文档 以了解如何创建和使用 API 密钥。
¥For this Connection Type, you need to deploy Weaviate on your own server, configured so n8n can access it. Refer to Weaviate's authentication documentation for information on creating and using API keys.
然后你可以为自定义连接提供参数:
¥You can then provide the arguments for your custom connection:
- Weaviate API 密钥:你的 Weaviate API 密钥
¥Weaviate Api Key: Your Weaviate API key.
- 自定义连接 HTTP 主机:用于 HTTP API 调用的 Weaviate 实例的域名或 IP 地址。
¥Custom Connection HTTP Host: The domain name or IP address of your Weaviate instance to use for HTTP API calls.
- 自定义连接 HTTP 端口:你的 Weaviate 实例运行 HTTP API 调用的端口。默认值为 8080。
¥Custom Connection HTTP Port: The port your Weaviate instance is running on for HTTP API calls. By default, this is 8080.
- 自定义连接 HTTP 安全:是否通过 HTTPS 连接到 Weaviate 以进行 HTTP API 调用。
¥Custom Connection HTTP Secure: Whether to connect to the Weaviate through HTTPS for HTTP API calls.
- 自定义连接 gRPC 主机:用于 gRPC 的 Weaviate 实例的主机名或 IP 地址。
¥Custom Connection gRPC Host: The hostname or IP address of your Weaviate instance to use for gRPC.
- 自定义连接 gRPC 端口:你的 Weaviate 实例的 gRPC API 端口。默认值为 50051。
¥Custom Connection gRPC Port: The gRPC API port for your Weaviate instance. By default, this is 50051.
- 自定义 gRPC 安全连接:是否通过 HTTPS 连接到 Weaviate 以进行 gRPC 调用。
¥Custom Connection gRPC Secure: Whether to connect to the Weaviate through HTTPS for gRPC.
有关社区支持,请参阅 Weaviate 论坛。
¥For community support, refer to Weaviate Forums.