ChromaDB
Resource type
chromadb — the shape of the credential every script on this page expects.
| Field | Type | Required | What it is |
|---|---|---|---|
| host | string | Yes | The host of the remote server. Default is localhost. |
| port | integer | Yes | The port of the remote server. Default is 8000. |
| ssl | boolean | No | If True, the client will use HTTPS. If not specified, the default is False. |
| tenant | string | No | Optional: The tenant to use (logical grouping for a set of databases). Default is 'default_tenant'. |
| database | string | No | Optional: The database to use. Default is 'default_database'. |