feat: Added acceptVariable to Qdrant Collection name (#5373)

Added acceptVariable to Qdrant Collection name
This commit is contained in:
Håvard Homb
2025-10-28 14:24:24 +01:00
committed by GitHub
parent 0a3c8b94ab
commit 1ae1638ed9
@@ -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',