Spaces:
Sleeping
Sleeping
Update rag_engine.py
Browse files- rag_engine.py +1 -1
rag_engine.py
CHANGED
|
@@ -50,4 +50,4 @@ def query_rag_system(query):
|
|
| 50 |
location = extract_location(query) or extract_location(response)
|
| 51 |
forecast = get_weather_summary(location) if location else "\n\n🌦️ No forecast available for location."
|
| 52 |
|
| 53 |
-
return f"{response}\n\n{forecast}"
|
|
|
|
| 50 |
location = extract_location(query) or extract_location(response)
|
| 51 |
forecast = get_weather_summary(location) if location else "\n\n🌦️ No forecast available for location."
|
| 52 |
|
| 53 |
+
return f"{response}\n\n{forecast}"
|