create_kb
Create a knowledge base with embedding model configuration for semantic search and data organization in MindsDB MySQL MCP Server.
Instructions
Create a new knowledge base with embedding model configuration.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Knowledge base name | |
| embedding_model | Yes | Embedding model config with provider, model_name, api_key | |
| content_columns | Yes | Columns to embed | |
| metadata_columns | No | Metadata columns | |
| id_column | No | ID column name | |
| reranking_model | No | Optional reranking model config | |
| storage | No | Vector storage backend (default: chromadb) |