remember_extracted
Extract atomic facts from raw text and store them in a connected graph, enabling multi-hop recall without manual links.
Instructions
Store a passage of raw text by extracting its atomic facts and auto-building the fact↔topic graph, so why can later connect them with no manual links. Requires the server to be started with an extraction backend (set VELESDB_MEMORY_EXTRACTOR; build with --features extract). Returns the stored facts' ids.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Raw text to extract atomic facts from and store as a connected graph. | |
| metadata | No | Optional structured metadata applied to every extracted fact. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Stable ids of the stored facts, in extraction order. |