added revised changes

This commit is contained in:
Govind Kumar
2023-06-26 20:46:37 +05:30
parent 3866f665f5
commit ab029a845e
2 changed files with 8 additions and 5 deletions
@@ -40,7 +40,8 @@ class QdrantUpsert_VectorStores implements INode {
{
label: 'Qdrant Server URL',
name: 'qdrantServerUrl',
type: 'string'
type: 'string',
placeholder: 'http://localhost:6333'
},
{
label: 'Qdrant Collection Name',
@@ -50,7 +51,8 @@ class QdrantUpsert_VectorStores implements INode {
{
label: 'Qdrant API Key',
name: 'qdrantApiKey',
type: 'password'
type: 'password',
optional: true
},
{
label: 'Top K',