ChromaDB

Resource type

The shape of the credential every script on this page expects.

FieldTypeRequiredWhat it is
hoststringYesThe host of the remote server. Default is localhost.
portintegerYesThe port of the remote server. Default is 8000.
sslbooleanNoIf True, the client will use HTTPS. If not specified, the default is False.
tenantstringNoOptional: The tenant to use (logical grouping for a set of databases). Default is 'default_tenant'.
databasestringNoOptional: The database to use. Default is 'default_database'.