调整启动脚本的权限,优化screen会话检查逻辑,修复DifyQueryRetrieval_api.py中的top_k参数,删除IntentRecognition.py中的冗余代码,优化异步处理流程,移除不必要的注释和日志记录。
This commit is contained in:
@@ -99,7 +99,7 @@ async def retrieve(request: RetrieveRequest):
|
||||
query_list,
|
||||
data_set_list,
|
||||
query_expand_dict=query_expand_dict,
|
||||
top_k=5
|
||||
top_k=4
|
||||
)
|
||||
end_time = time.time()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user