[REQUEST] Qdrant Tools/Block
Is your feature request related to a problem? Please describe. Developers need efficient vector database operations for semantic search, similarity matching, and RAG applications. Currently, there's no straightforward way to interact with Qdrant within our workflow builder.
Describe the solution you'd like A Qdrant integration block that provides:
- Collection creation and management
- Vector storage and retrieval operations
- Search by vector similarity
- Filtering capabilities
- Connection management with authentication
Describe alternatives you've considered Custom API blocks to manually handle Qdrant operations, but this requires significant developer effort and doesn't provide optimized workflows.
Additional context This would complement existing AI blocks and enable more advanced retrieval-augmented generation workflows.
Hi, I would like to work on this issue!