Skip to content

Chroma 凭证(Chroma credentials)#

你可以使用以下凭据验证以下节点:

🌐 You can use these credentials to authenticate the following nodes:

  • Chroma 向量存储

先决条件(Prerequisites)#

创建并运行一个 Chroma 实例。有关更多信息,请参阅 在客户端-服务器模式下运行 Chroma

🌐 Create and run a Chroma instance. Refer to the Running Chroma in Client-Server Mode for more information.

支持的身份验证方法(Supported authentication methods)#

  • API 密钥
  • 实例 URL

有关该服务的更多信息,请参阅 Chroma 的文档。如需使用云实例,请参阅 Chroma Cloud

🌐 Refer to Chroma's documentation for more information about the service. Also refer to Chroma Cloud for using cloud instance.

查看 n8n 的 高级 AI 文档。

🌐 View n8n's Advanced AI documentation.

View n8n's Advanced AI documentation.

使用 API 密钥(Using API key)#

要配置此凭据,你需要一个 Chroma 账户。你还需要以下内容:

🌐 To configure this credential, you'll need a Chroma account. You'll also need the following:

  • 一个 API 密钥
  • 你的 租户 ID
  • 你的数据库名称

设置:

🌐 To set it up:

  1. 前往云端仪表板
  2. 创建一个数据库
  3. 点击要访问的数据库的 设置
  4. 点击 创建 API 密钥并复制代码
  5. 输入你的 API 密钥租户 ID数据库名称 到 n8n 凭证

使用实例 URL(Using Instance URL)#

要配置此凭据,你需要:

🌐 To configure this credential, you'll need:

  • 基础 URL: 你的 Chroma 实例的基础 URL。默认值是 http://localhost:8000