Update app.py
Browse files
app.py
CHANGED
@@ -286,7 +286,6 @@ def rephrase_query(chat_history, query, temperature=0.2):
|
|
286 |
- Use the format "after:YYYY" for date ranges.
|
287 |
- If no specific time period is mentioned and no current-time indicators are present:
|
288 |
- Append "after: {CURRENT_YEAR}" to the end of the rephrased query.
|
289 |
-
- Ensure there is a space before "after:" and "before:" for proper formatting.
|
290 |
- Do not use quotes or the "+" operator when adding dates.
|
291 |
|
292 |
5. **Output**:
|
@@ -301,12 +300,12 @@ def rephrase_query(chat_history, query, temperature=0.2):
|
|
301 |
|
302 |
**Scenario 2: New Topic with Specific Quarter**
|
303 |
- **User Query**: "How did Bank of America perform during Q2 2024?"
|
304 |
-
- **Rephrased Query**: "How did \"Bank of America\" perform during Q2 2024 after:2024
|
305 |
|
306 |
**Scenario 3: Continuation with Date Range**
|
307 |
- **Previous Query**: "What were Apple's sales figures for 2023?"
|
308 |
- **User Query**: "How about for the first half of 2024?"
|
309 |
-
- **Rephrased Query**: "How about \"Apple\"'s sales figures for the first half of 2024 after:2024
|
310 |
|
311 |
**Scenario 4: Current Status Query**
|
312 |
- **User Query**: "What is the current market share of Toyota and Honda in the US?"
|
|
|
286 |
- Use the format "after:YYYY" for date ranges.
|
287 |
- If no specific time period is mentioned and no current-time indicators are present:
|
288 |
- Append "after: {CURRENT_YEAR}" to the end of the rephrased query.
|
|
|
289 |
- Do not use quotes or the "+" operator when adding dates.
|
290 |
|
291 |
5. **Output**:
|
|
|
300 |
|
301 |
**Scenario 2: New Topic with Specific Quarter**
|
302 |
- **User Query**: "How did Bank of America perform during Q2 2024?"
|
303 |
+
- **Rephrased Query**: "How did \"Bank of America\" perform during Q2 2024 after:2024"
|
304 |
|
305 |
**Scenario 3: Continuation with Date Range**
|
306 |
- **Previous Query**: "What were Apple's sales figures for 2023?"
|
307 |
- **User Query**: "How about for the first half of 2024?"
|
308 |
+
- **Rephrased Query**: "How about \"Apple\"'s sales figures for the first half of 2024 after:2024"
|
309 |
|
310 |
**Scenario 4: Current Status Query**
|
311 |
- **User Query**: "What is the current market share of Toyota and Honda in the US?"
|