gk2410 commited on
Commit
9664fd3
·
verified ·
1 Parent(s): c562093

Update rag_engine.py

Browse files
Files changed (1) hide show
  1. 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}"