mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 15:00:57 +03:00
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:
@@ -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'
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user