qdrant-store
Store text information and metadata in a Qdrant collection for later retrieval, enabling persistent memory across sessions.
Instructions
Keep the memory for later use, when you are asked to remember something.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| information | Yes | Text to store | |
| collection_name | Yes | The collection to store the information in | |
| metadata | No | Extra metadata stored along with memorised information. Any json is accepted. |