store-knowledge
Store useful information into a persistent Qdrant knowledge base, automatically embedding content and returning a retrievable ID.
Instructions
Store useful information or knowledge into the long-term knowledge base (Qdrant). This allows the agent to persist data that can be retrieved later or by other agents. Automatically embeds the text and returns the stored ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Optional list of tags for categorization. | |
| title | No | Optional title for the content, helpful for search context. | |
| content | Yes | The content to store in the knowledge base. | |
| metadata | No | Optional JSON metadata to attach. | |
| collection_name | No | Optional collection to use; defaults to env COLLECTION_NAME. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |