Browse Source

优化爬虫搜索

luojunhui 3 months ago
parent
commit
efcee8677a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      applications/match_algorithm/title_similarity.py

+ 1 - 1
applications/match_algorithm/title_similarity.py

@@ -31,7 +31,7 @@ async def nlp_title_similarity(ori_title, search_title_list):
             "text_list_b": search_title_list,
         },
         "function": "similarities_cross",
-        "use_cache": "False"
+        "use_cache": False
     }
     url = 'http://61.48.133.26:6060/nlp'