mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-10 11:26:52 +08:00
feat: Add program_name attribute to TiDB connection (#5499)
Signed-off-by: Xiaoguang Sun <sunxiaoguang@gmail.com>
This commit is contained in:
@@ -16,7 +16,8 @@ def tidb_vector():
|
||||
port="4000",
|
||||
user="xxx.root",
|
||||
password="xxxxxx",
|
||||
database="dify"
|
||||
database="dify",
|
||||
program_name="langgenius/dify"
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user