Skip to content

Commit db6a012

Browse files
authored
Chroma destination connector: minor updates for style (#715)
1 parent 2cf2162 commit db6a012

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

snippets/general-shared-text/chroma-cli-api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ In order to use Chroma Cloud, you should have this configuration:
2727

2828
- `host=api.trychroma.com`
2929
- `port=8000`
30-
- Get your `tenant` id from the [Chroma dashboard](https://trychroma.com)
30+
- Get your `tenant` ID from the [Chroma dashboard](https://trychroma.com).
3131
- `headers={'x-chroma-token': 'YOUR_API_KEY'}`
3232
- `ssl` should be enabled.

snippets/general-shared-text/chroma-platform.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Fill in the following fields:
44
- **Settings JSON**: The JSON string representing the settings to communicate with the Chroma server.
55
- **Tenant** (_required_): The tenant to use.
66
- **Database** (_required_): The database to use.
7-
- **Host** (_required_): The hostname of the Chroma server.
8-
- **Port** (_required_): The port number of the Chroma server.
9-
- **SSL**: Check this box if an SSL connection is required.
10-
- **Headers JSON**: A JSON string of headers to send to the Chroma server (for example, `{"Authorization":"Basic()"}`).
7+
- **Host** (_required_): The hostname of the Chroma server. Chroma Cloud uses `api.trychroma.com`.
8+
- **Port** (_required_): The port number of the Chroma server. Chroma Cloud uses port `8000`.
9+
- **SSL**: Check this box if an SSL connection is required. Chroma Cloud uses an SSL connection.
10+
- **Headers JSON**: A JSON string of headers to send to the Chroma server. Chroma Cloud uses `{"x-chroma-token": "<your-chroma-cloud-api-key>"}`.
1111
- **Collection Name** (_required_): The name of the collection to access.
1212
- **Batch Size** (_required_): The number of records to use per batch.

snippets/general-shared-text/chroma.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
- A Chroma server. You can connect to a [hosted Chroma Cloud server](https://trychroma.com/signup) or [deploy your own server](https://docs.trychroma.com/deployment).
2-
- The Chroma server's hostname or IP address, and the server's port number. For Chroma Cloud, the host is `api.trychroma.com`, and the port number is `8000`.
2+
- The Chroma server's hostname or IP address, and the server's port number. For Chroma Cloud, the host is `api.trychroma.com`, and the port number is `8000`.
33
- If you are using local Chroma, the [path to the folder where you store your database](https://docs.trychroma.com/docs/run-chroma/persistent-client).
44
- The name of the tenant that you want to access on the server.
55
- The name of the database that you want to access in the tenant.

0 commit comments

Comments
 (0)