rdipen commited on
Commit
4074a83
·
1 Parent(s): efa6b20

updated search url

Browse files
Files changed (1) hide show
  1. pages/2_🌍_Product_Discovery.py +3 -2
pages/2_🌍_Product_Discovery.py CHANGED
@@ -85,8 +85,9 @@ def search_text(title):
85
  payload = json.dumps({
86
  "search_type": "text",
87
  "search_query": title,
88
- "search_strategy": "milvus",
89
- "vector_column": "vector"
 
90
  })
91
  headers = {
92
  'Content-Type': 'application/json'
 
85
  payload = json.dumps({
86
  "search_type": "text",
87
  "search_query": title,
88
+ "search_strategy": "solr",
89
+ "vector_column": "vector",
90
+ "execute_post_llm": False
91
  })
92
  headers = {
93
  'Content-Type': 'application/json'