create_knowledge_base
Set up a new knowledge base with a name and description. Optionally assign summary and embedding models for content processing.
Instructions
Create a new knowledge base
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Knowledge base name | |
| description | Yes | Knowledge base description | |
| summary_model_id | No | Summary model ID | |
| embedding_model_id | No | Embedding model ID |