qdrant-store
Store textual information with optional metadata into Qdrant collections for later semantic retrieval. Preserve memories for recall when prompted.
Instructions
Keep the memory for later use, when you are asked to remember something.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| metadata | No | Extra metadata stored along with memorised information. Any json is accepted. | |
| information | Yes | Text to store | |
| collection_name | Yes | The collection to store the information in |