-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig_example.yml
51 lines (51 loc) · 1.31 KB
/
config_example.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# Please Rename this file to config.yml
flask:
port: 5000 # Int
mongodb:
path: "" # String
username: "" # String
password: "" # String
db_name: "" # String
article_db: "" # String
keyword_db: "" # String
keyword_record_db: "" # String
injection_db: "" # String
log_db: "" # String
search_filter:
result_limit_max: 20 # Int
tf_score_min: 0.01 # Float
sbert_article_distence_min: 0.75 # Float
weight_of_vector:
original: 1 # Int
injection: 3 # Int
milvus:
path: "localhost" # String
port: 19530 # Int
db_name: "default" # String
search_config:
basic:
index_type: "FLAT" # String
metric_type: "IP" # String
article:
collection_name: "" # String
index_type: "FLAT" # String
metric_type: "IP" # String
article_filter: 5 # Int
keyword:
collection_name: "" # String
index_type: "FLAT" # String
metric_type: "L2" # String
rabbitMQ:
host: "localhost" # String
port: 5672 # Int
username: "" # String
password: "" # String
trello:
api_key: "" # String
token: "" # String
request_limit: 20 # Int
ai_core:
anthropic: "" # String
# anthropic_api_key
open_ai: "" # String
# openai_api_key