ChromaDB

Resource type

chromadb — the shape of the credential every script on this page expects.

View raw schema →
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'.