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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -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',