Update doc rerank_id from int to string (#16142)

Update doc rerank_id from int to string
This commit is contained in:
Wang Qi
2026-06-17 16:09:33 +08:00
committed by GitHub
parent be869f5d96
commit e08bcd4d0d

View File

@@ -2800,7 +2800,7 @@ curl --request POST \
Whether to search chunks related to the generated knowledge graph for multi-hop queries. Defaults to `False`. Before enabling this, ensure you have successfully constructed a knowledge graph for the specified datasets. See [here](../guides/dataset/advanced/construct_knowledge_graph.md) for details.
- `"toc_enhance"`: (*Body parameter*), `boolean`
Whether to search chunks with extracted table of content. Defaults to `False`. Before enabling this, ensure you have enabled `TOC_Enhance` and successfully extracted table of contents for the specified datasets. See [here](https://ragflow.io/docs/dev/enable_table_of_contents) for details.
- `"rerank_id"`: (*Body parameter*), `integer`
- `"rerank_id"`: (*Body parameter*), `string`
The ID of the rerank model.
- `"keyword"`: (*Body parameter*), `boolean`
Indicates whether to enable keyword-based matching: