Ingest Knowledge
neuron_ingest_knowledgeIngest content into a knowledge base with deduplication and optional LLM processing for summarization, fact extraction, or custom instructions.
Instructions
Ingest content into a knowledge base. Supports deduplication via externalId and optional LLM processing (summarize, extract_facts, or custom instruction).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Title for the knowledge entry | |
| folder | No | Folder: 'general', 'skills', 'contexts', 'documents', or 'faqs' (default: general) | |
| source | No | Source type (default: mcp) | mcp |
| content | Yes | Content to ingest | |
| sourceUrl | No | Source URL for reference | |
| externalId | No | Unique external ID for deduplication (e.g. file path, URL) | |
| processing | No | Optional LLM processing before storage | |
| knowledgeBaseId | Yes | Knowledge base ID to ingest into |