|
|
|
|
@ -36,23 +36,23 @@ MYSQL_DB_DATABASE = 'data_governance'
|
|
|
|
|
|
|
|
|
|
# -------- pgvector数据库配置 --------
|
|
|
|
|
# 数据库主机
|
|
|
|
|
PG_DB_HOST = '192.168.5.30'
|
|
|
|
|
PG_DB_HOST = '10.23.21.13'
|
|
|
|
|
# 数据库端口
|
|
|
|
|
PG_DB_PORT = 5432
|
|
|
|
|
# 数据库用户名
|
|
|
|
|
PG_DB_USERNAME = 'myuser'
|
|
|
|
|
PG_DB_USERNAME = 'rule_gen'
|
|
|
|
|
# 数据库密码
|
|
|
|
|
PG_DB_PASSWORD = 'mypassword'
|
|
|
|
|
PG_DB_PASSWORD = 'rule_gen'
|
|
|
|
|
# 数据库名称
|
|
|
|
|
PG_DB_DATABASE = 'vectordb'
|
|
|
|
|
PG_DB_DATABASE = 'rule_gen'
|
|
|
|
|
|
|
|
|
|
# -------- 大语言模型配置 --------
|
|
|
|
|
llm_base_url = 'http://192.168.5.20:4090/v1'
|
|
|
|
|
llm_api_key = 'gpustack_951f92355e6781a5_5d17650a3e7135c5430512e5117362fb'
|
|
|
|
|
llm_model = 'qwen3-30b-a3b-instruct-2507'
|
|
|
|
|
llm_base_url = 'https://gpu2.ngsk.tech:7001/v1'
|
|
|
|
|
llm_api_key = 'gpustack_48bcc072add8a129_b6063518e66b167d501e06fcfe3565e9'
|
|
|
|
|
llm_model = 'robobrain2.0-32b'
|
|
|
|
|
|
|
|
|
|
# -------- 向量模型配置 --------
|
|
|
|
|
emb_base_url = 'http://192.168.5.20:4090/v1'
|
|
|
|
|
emb_api_key = 'gpustack_951f92355e6781a5_5d17650a3e7135c5430512e5117362fb'
|
|
|
|
|
llm_base_url = 'https://gpu2.ngsk.tech:7001/v1'
|
|
|
|
|
llm_api_key = 'gpustack_48bcc072add8a129_b6063518e66b167d501e06fcfe3565e9'
|
|
|
|
|
emb_model = 'bge-m3'
|
|
|
|
|
|
|
|
|
|
|