ingest_document
Add documents to a knowledge base for semantic search by storing content with embeddings. Enables AI clients to manage and retrieve information from stored documents.
Instructions
Ingest a document into the knowledge base. Stores content with embeddings for semantic search.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Document title | |
| content | Yes | Document content (text, markdown, etc.) | |
| metadata | No | Optional metadata |