修改woker数量

This commit is contained in:
2025-09-01 17:34:19 +08:00
parent fc1c5feb86
commit c54cdb4284
2 changed files with 21 additions and 2 deletions
+19
View File
@@ -88,6 +88,25 @@ async def retrieve(request: RetrieveRequest):
Returns:
检索结果
examples:
body: {
"data_set_list": "主网造价知识(new)",
"original_query": "钻孔灌注桩防沉台、承台基础适用于什么定额",
"query_expand_dict": "{}",
"query_list": "钻孔灌注桩防沉台、承台基础适用于什么定额",
"topk": 20,
"metadata_filtering_conditions": {
"logical_operator": "and",
"conditions": [
{
"name": "doc_class",
"comparison_operator": "is",
"value": "定额章节说明"
}
]
}
}
"""
try:
# 解析查询列表和数据集列表