mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-29 07:01:04 +03:00
feat: Added acceptVariable to Qdrant Collection name (#5373)
Added acceptVariable to Qdrant Collection name
This commit is contained in:
@@ -77,7 +77,8 @@ class Qdrant_VectorStores implements INode {
|
|||||||
{
|
{
|
||||||
label: 'Qdrant Collection Name',
|
label: 'Qdrant Collection Name',
|
||||||
name: 'qdrantCollection',
|
name: 'qdrantCollection',
|
||||||
type: 'string'
|
type: 'string',
|
||||||
|
acceptVariable: true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'File Upload',
|
label: 'File Upload',
|
||||||
|
|||||||
Reference in New Issue
Block a user