Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -105,7 +105,7 @@ def analyze_query_and_find_products(query: str) -> str:
|
|
| 105 |
|
| 106 |
analysis = analysis_response.choices[0].message.content
|
| 107 |
|
| 108 |
-
print("現在要比對向量的是<analysis>:"analysis)
|
| 109 |
|
| 110 |
# Get embedding for the query
|
| 111 |
query_embedding = get_embedding(query + " " + analysis)
|
|
|
|
| 105 |
|
| 106 |
analysis = analysis_response.choices[0].message.content
|
| 107 |
|
| 108 |
+
print("現在要比對向量的是<analysis>:" + analysis)
|
| 109 |
|
| 110 |
# Get embedding for the query
|
| 111 |
query_embedding = get_embedding(query + " " + analysis)
|