create_memory_base
Instantiates a memory base linked to a flow, enabling automatic capture of memories with configurable preprocessing and embedding models.
Instructions
Create a memory base for a flow (experimental, hidden in Langflow OpenAPI).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Memory base name | |
| flow_id | Yes | Associated flow ID | |
| threshold | No | Capture threshold | |
| auto_capture | No | Automatically capture memories | |
| preproc_model | No | Preprocessing model name | |
| preprocessing | No | Enable preprocessing | |
| embedding_model | No | Embedding model name | |
| preproc_kill_phrase | No | Preprocessing kill phrase | |
| preproc_instructions | No | Preprocessing instructions |