---
title: "执行评估"
method: POST
path: "/evaluation/"
tags: ["评估"]
---

# 执行评估

`POST /evaluation/`

对知识库进行评估测试

## Request body

- InternalHandlerEvaluationRequest
  - `chat_id` string — ID of chat model to use
  - `dataset_id` string — ID of dataset to evaluate
  - `knowledge_base_id` string — ID of knowledge base to use
  - `rerank_id` string — ID of rerank model to use

## Response `200`

评估任务

- object

## Other responses

- `400` — 请求参数错误

## Changes

- **2025-12-22** `e625bcd5b8b9` — 1 info
  - the endpoint scheme security `ApiKeyAuth` was added to the API
- **2025-12-16** `edf61e68559d` — 1 info
  - the endpoint scheme security `ApiKeyAuth` was removed from the API

[Change history](https://skmtc.dev/tencentblueking/apis/weknora-api/changes/evaluation/post.md)

---

[API](https://skmtc.dev/tencentblueking/apis/weknora-api.md) · [All operations](https://skmtc.dev/tencentblueking/apis/weknora-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tencentblueking/weknora-api/revisions/cb35cf1ea852/schema)
