Open lll-Dragon opened 4 days ago
默认返回的结果数量限制为50,如何取消限制
No response
50 means?
使用Chat Data查询数据库中表的信息时,只返回50条信息,SQL语句后面会默认加一句LIMIT 50,限制了返回的结果最多为50条。
SELECT * FROM scores LIMIT 50;
dbgpt/app/scene/chat_db/auto_execute/chat.py
self.top_k: int = 50
Search before asking
Description
默认返回的结果数量限制为50,如何取消限制
Documentation Links
No response
Are you willing to submit PR?