Add tenant and database configs for Chroma Cloud credentials (#3872)

* Add tenant and database configs for Chroma Cloud credentials

* Lint fix
This commit is contained in:
itaismith
2025-01-20 10:39:00 -08:00
committed by GitHub
parent 320eab65d6
commit 3fc4e79089
5 changed files with 35404 additions and 35404 deletions
@@ -16,6 +16,16 @@ class ChromaApi implements INodeCredential {
label: 'Chroma Api Key',
name: 'chromaApiKey',
type: 'password'
},
{
label: 'Chroma Tenant',
name: 'chromaTenant',
type: 'string'
},
{
label: 'Chroma Database',
name: 'chromaDatabase',
type: 'string'
}
]
}