Update query_transformation.py
Browse files
climateqa/engine/chains/query_transformation.py
CHANGED
|
@@ -188,9 +188,6 @@ def make_query_transform_node(llm,k_final=15):
|
|
| 188 |
"remaining_questions":new_questions,
|
| 189 |
"n_questions":len(new_questions),
|
| 190 |
}
|
| 191 |
-
|
| 192 |
-
print("NEW STATE",new_state)
|
| 193 |
-
|
| 194 |
return new_state
|
| 195 |
|
| 196 |
return transform_query
|
|
|
|
| 188 |
"remaining_questions":new_questions,
|
| 189 |
"n_questions":len(new_questions),
|
| 190 |
}
|
|
|
|
|
|
|
|
|
|
| 191 |
return new_state
|
| 192 |
|
| 193 |
return transform_query
|