Spaces:
Sleeping
Sleeping
traopia
commited on
Commit
·
56f8062
1
Parent(s):
6523110
Add SRC
Browse files
src/generate_queries_alternative.py
CHANGED
@@ -83,13 +83,13 @@ questions_queries_all = [{ "question": education_most_popular_question, "query":
|
|
83 |
{"question": collections_jeans_question, "query": collections_jeans_query},
|
84 |
{"question": creative_directors_school_question, "query": creative_directors_school_query},
|
85 |
{"question": fashion_houses_thematic_collection_question, "query": fashion_houses_thematic_collection_query},
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
]
|
94 |
|
95 |
if os.path.exists("web_app/query_log.json"):
|
|
|
83 |
{"question": collections_jeans_question, "query": collections_jeans_query},
|
84 |
{"question": creative_directors_school_question, "query": creative_directors_school_query},
|
85 |
{"question": fashion_houses_thematic_collection_question, "query": fashion_houses_thematic_collection_query},
|
86 |
+
# {"question": fashion_house_directors_question.substitute({ "x": f"{"Chanel"}"}), "query": fashion_house_directors_query.substitute({ "x": f"'{"Chanel"}'"})},
|
87 |
+
# { "question": designer_fashion_house_directors_question.substitute({ "x": f"{"Alexander McQueen"}"}), "query": designer_fashion_house_directors_query.substitute({ "x": f"'{"Alexander McQueen"}'"})},
|
88 |
+
# {"question": country_designer_question.substitute({ "x": f"{"Italy"}"}), "query": country_designer_query.substitute({ "x": f"'{"Italy"}'"})},
|
89 |
+
# { "question": designer_order_fashion_collection_question.substitute({ "x": f"{"Alexander McQueen"}"}), "query": designer_order_fashion_collection_query.substitute({ "x": f"'{"Alexander McQueen"}'"})},
|
90 |
+
# {"question": designer_fashion_director_question2.substitute({ "x": f"{"Alexander McQueen"}"}), "query": designer_fashion_director_query2.substitute({ "x": f"'{"Alexander McQueen"}'"})},
|
91 |
+
# { "question": year_designers_birth_question.substitute({ "x": 1970}), "query": year_designers_birth_query.substitute({ "x": 1970})},
|
92 |
+
# { "question": fashion_collection_images_question.substitute({ "x": f"{"Chanel"}"}), "query": fashion_collection_images_query.substitute({ "x": f"'{"Chanel"}'"})}
|
93 |
]
|
94 |
|
95 |
if os.path.exists("web_app/query_log.json"):
|