Change number of figures
Browse files
climateqa/engine/chains/retrieve_documents.py
CHANGED
@@ -83,9 +83,9 @@ def _get_k_images_by_question(n_questions):
|
|
83 |
if n_questions == 0:
|
84 |
return 0
|
85 |
elif n_questions == 1:
|
86 |
-
return
|
87 |
elif n_questions == 2:
|
88 |
-
return
|
89 |
elif n_questions == 3:
|
90 |
return 2
|
91 |
else:
|
|
|
83 |
if n_questions == 0:
|
84 |
return 0
|
85 |
elif n_questions == 1:
|
86 |
+
return 7
|
87 |
elif n_questions == 2:
|
88 |
+
return 5
|
89 |
elif n_questions == 3:
|
90 |
return 2
|
91 |
else:
|