---
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` — 请求参数错误

---

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