Create a new knowledge base
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
name | string | yes | — | KB name |
description | string | no | — | What the KB contains |
chunk_size | int | no | 512 | Characters per chunk |
overlap_percentage | float | no | 0.1 | Overlap between chunks |
embedding_model | string | no | text-embedding-3-small | Embedding model |
reranker_model | string | no | null | Reranker model |