save_memories
Batch-save multiple documents to a vector database by embedding with Ollama and upserting to Qdrant, applying shared metadata and optional collection targeting.
Instructions
Save multiple documents into the vector DB in one batch.
All texts are embedded in a single Ollama call and upserted together. metadata (JSON string or object) is applied to every document. If collection is given, the memories are stored there (created automatically if missing).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| texts | Yes | ||
| metadata | No | {} | |
| collection | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |