knowmind_upload_document
Ingests text as a document into the tenant corpus, splitting it into chunks, generating embeddings, and creating graph nodes. Updates existing documents with the same title.
Instructions
Ingestet einen längeren Text dauerhaft als Dokument in den Tenant-Korpus: Chunk-Splitter, Embeddings, Vector-Chunks, Graph-Knoten. Upsert-per-Titel: existiert ein Dokument gleichen Titels, ersetzt die neue Version die alte (Server-Default, wie /api/documents). Scope write erforderlich.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Dokument-Titel | |
| source | No | Quelle, z.B. URL oder Dateipfad | |
| content | Yes | Volltext des Dokuments |