mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 17:01:00 +03:00
Updates to Elasticsearch VectoreStore Functionality.
This commit is contained in:
@@ -14,14 +14,19 @@ class ElasticSearchUserPassword implements INodeCredential {
|
||||
this.description =
|
||||
'Refer to <a target="_blank" href="https://www.elastic.co/guide/en/kibana/current/tutorial-secure-access-to-kibana.html">official guide</a> on how to get User Password from ElasticSearch'
|
||||
this.inputs = [
|
||||
{
|
||||
label: 'Cloud ID',
|
||||
name: 'cloudId',
|
||||
type: 'string'
|
||||
},
|
||||
{
|
||||
label: 'ElasticSearch User',
|
||||
name: 'elasticSearchUser',
|
||||
name: 'username',
|
||||
type: 'string'
|
||||
},
|
||||
{
|
||||
label: 'ElasticSearch Password',
|
||||
name: 'elasticSearchPassword',
|
||||
name: 'password',
|
||||
type: 'password'
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user