qdrant_store
Store text information in Qdrant with GPU-accelerated embeddings, making it searchable via semantic similarity. Attach optional metadata and specify a collection to organize your data for retrieval.
Instructions
Store information in the Qdrant database with GPU-accelerated embeddings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| metadata | No | Optional metadata dictionary to attach to the stored point. | |
| information | Yes | The text information to store. This will be embedded and made searchable via semantic similarity. | |
| collection_name | No | Name of the collection to store in. Required if no default collection is configured. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |