You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
333 B
11 lines
333 B
# Elasticsearch配置
|
|
ES_CONFIG = {
|
|
"hosts": "https://10.10.14.206:9200",
|
|
"basic_auth": ("elastic", "jv9h8uwRrRxmDi1dq6u8"),
|
|
"verify_certs": False,
|
|
"ssl_show_warn": False,
|
|
"default_index": "knowledge_base"
|
|
}
|
|
|
|
WORD2VEC_MODEL_PATH = r"D:\Tencent_AILab_ChineseEmbedding\Tencent_AILab_ChineseEmbedding.txt"
|