123456789101112 |
- MILVUS_CONFIG = {
- # "host": "c-981be0ee7225467b-internal.milvus.aliyuncs.com", # 内网
- "host": "c-981be0ee7225467b.milvus.aliyuncs.com", # 公网
- "user": "root",
- "password": "Piaoquan@2025",
- "port": "19530",
- }
- BASE_MILVUS_SEARCH_PARAMS = {
- "metric_type": "COSINE",
- "params": {"ef": 64},
- }
|