-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.yaml
More file actions
37 lines (35 loc) · 753 Bytes
/
config.yaml
File metadata and controls
37 lines (35 loc) · 753 Bytes
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
t4:
mysql:
host: 192.168.38.223
port: 3306
username: root
password: 123456
database_name: image_search_engine
milvus:
# host: 192.168.31.245
host: 192.168.38.223
port: 19530
collection:
name: image_search_engine
vector_dim: 64
search:
threshold: 0.6
index: # 索引,加速查询
name: image_vector
params:
index_type: IVF_SQ8
params:
nlist: 128
metric_type: L2
minio:
access_key: ponponon
secret_key: ponponon
end_point: 192.168.38.223:9000
bucket: image-search-engine
api:
upload_minio: true
workers_num: 1
bind_port: 6200
debug: false
reload: false
version: 2023.10.13.3