feat: Added acceptVariable to Qdrant Collection name (#5373)
Added acceptVariable to Qdrant Collection name
This commit is contained in:
parent
0a3c8b94ab
commit
1ae1638ed9
|
|
@ -77,7 +77,8 @@ class Qdrant_VectorStores implements INode {
|
|||
{
|
||||
label: 'Qdrant Collection Name',
|
||||
name: 'qdrantCollection',
|
||||
type: 'string'
|
||||
type: 'string',
|
||||
acceptVariable: true
|
||||
},
|
||||
{
|
||||
label: 'File Upload',
|
||||
|
|
|
|||
Loading…
Reference in New Issue