Trigger Source Extraction
Extract knowledge from a source.
Analyzes the source content and creates structured memories from it. The extraction runs in the background; check the feed for results.
curl -X POST "http://127.0.0.1:14242/sources/string/extract"{
"property1": "string",
"property2": "string"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}