Browse Source

add img embedding.py

luojunhui 3 weeks ago
parent
commit
29f89ac94a
1 changed files with 2 additions and 0 deletions
  1. 2 0
      applications/config/model_config.py

+ 2 - 0
applications/config/model_config.py

@@ -9,3 +9,5 @@ DEFAULT_MODEL = "Qwen3-Embedding-4B"
 VLLM_SERVER_URL = "http://vllm-qwen:8000/v1/embeddings"
 
 DEV_VLLM_SERVER_URL = "http://192.168.100.31:8000/v1/embeddings"
+
+DEV_IMAGE_EMBEDDINGS_URL = "http://117.50.199.192:8011/api/embed_image"