ingest_note
Extract knowledge entities and relationships from any note or text, store them in your personal knowledge graph for a dynamic view of your ideas.
Instructions
Extract knowledge entities and relationships from a note or text, and store them in the personal knowledge graph. Accepts either raw text content or a file path to a Markdown/text file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | No | Raw text content to extract knowledge from. Provide this OR file_path. | |
| file_path | No | Path to a Markdown or text file to read and extract from. Provide this OR content. |