Browse Source

add es search engine

luojunhui 2 weeks ago
parent
commit
b8d4ea3a99
1 changed files with 2 additions and 2 deletions
  1. 2 2
      applications/config/model_config.py

+ 2 - 2
applications/config/model_config.py

@@ -6,7 +6,7 @@ LOCAL_MODEL_CONFIG = {
 
 DEFAULT_MODEL = "Qwen3-Embedding-4B"
 
-VLLM_SERVER_URL = "http://vllm-qwen:8000/v1/embeddings"
-# VLLM_SERVER_URL = "http://192.168.100.31:8000/v1/embeddings"
+# VLLM_SERVER_URL = "http://vllm-qwen:8000/v1/embeddings"
+VLLM_SERVER_URL = "http://192.168.100.31:8000/v1/embeddings"
 
 DEV_VLLM_SERVER_URL = "http://192.168.100.31:8000/v1/embeddings"