Knowledge Bases
Search Knowledge Base
Search a knowledge base with semantic, keyword, or hybrid retrieval
POST
Search Knowledge Base
Path Parameters
| Parameter | Type | Description |
|---|---|---|
kb_id | string | Knowledge base ID |
Request Body
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
query | string | yes | — | Search query |
limit | int | no | service default | Maximum number of documents to return |
search_type | string | no | service default | semantic, keyword, or hybrid |
vector_weight | float | no | service default | Hybrid vector contribution, from 0.0 to 1.0 |
keyword_weight | float | no | service default | Hybrid keyword contribution, from 0.0 to 1.0 |
enable_mmr | boolean | no | service default | Enable Maximal Marginal Relevance diversity filtering |
mmr_lambda | float | no | service default | MMR balance: 1.0 favors relevance, 0.0 favors diversity |
neighboring_chunks_count | int | no | 0 | Adjacent chunks to include around each match |
Response
Search Knowledge Base

