store-knowledge-bulk
Store multiple knowledge items in a single batch into the long-term knowledge base. Each item is automatically embedded and assigned a unique ID, improving efficiency over individual stores.
Instructions
Store multiple pieces of information or knowledge into the long-term knowledge base (Qdrant) at once. This is more efficient than calling store-knowledge multiple times. Each item is automatically embedded and stored with a unique ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | List of knowledge items to store in the knowledge base. | |
| collection_name | No | Optional collection to use; defaults to env COLLECTION_NAME. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |