Spaces:
Sleeping
Sleeping
traopia
commited on
Commit
·
dd2e1d7
1
Parent(s):
56f8062
Add SRC
Browse files- src/questions_queries.py +14 -6
src/questions_queries.py
CHANGED
@@ -683,12 +683,20 @@ questions_queries_dict = [ { "question": education_most_popular_question, "query
|
|
683 |
{"question": collections_sustainability_theme_question, "query": collections_sustainability_theme_query},
|
684 |
]
|
685 |
|
686 |
-
questions_queries_dict_entity = [{"question": fashion_house_directors_question.substitute({ "x": f"{"Chanel"}"}), "query": fashion_house_directors_query},
|
687 |
-
|
688 |
-
|
689 |
-
|
690 |
-
|
691 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
692 |
|
693 |
|
694 |
# Designers
|
|
|
683 |
{"question": collections_sustainability_theme_question, "query": collections_sustainability_theme_query},
|
684 |
]
|
685 |
|
686 |
+
# questions_queries_dict_entity = [{"question": fashion_house_directors_question.substitute({ "x": f"{"Chanel"}"}), "query": fashion_house_directors_query},
|
687 |
+
# { "question": designer_fashion_house_directors_question.substitute({ "x": f"{"Alexander McQueen"}"}), "query": designer_fashion_house_directors_query},
|
688 |
+
# { "question": country_designer_question.substitute({ "x": f"{"Italy"}"}), "query": country_designer_query},
|
689 |
+
# { "question": designer_order_fashion_collection_question.substitute({ "x": f"{"Alexander McQueen"}"}), "query": designer_order_fashion_collection_query},
|
690 |
+
# { "question": designer_fashion_director_question2.substitute({ "x": f"{"Alexander McQueen"}"}), "query": designer_fashion_director_query2},
|
691 |
+
# { "question": year_designers_birth_question.substitute({ "x": f"{"1970"}"}), "query": year_designers_birth_query}]
|
692 |
+
|
693 |
+
|
694 |
+
questions_queries_dict_entity = [{"question": fashion_house_directors_question.substitute({ "x": "Chanel"}), "query": fashion_house_directors_query},
|
695 |
+
{ "question": designer_fashion_house_directors_question.substitute({ "x": "Alexander McQueen"}), "query": designer_fashion_house_directors_query},
|
696 |
+
{ "question": country_designer_question.substitute({ "x": "Italy"}), "query": country_designer_query},
|
697 |
+
{ "question": designer_order_fashion_collection_question.substitute({ "x": "Alexander McQueen"}), "query": designer_order_fashion_collection_query},
|
698 |
+
{ "question": designer_fashion_director_question2.substitute({ "x": "Alexander McQueen"}), "query": designer_fashion_director_query2},
|
699 |
+
{ "question": year_designers_birth_question.substitute({ "x": "1970"}), "query": year_designers_birth_query}]
|
700 |
|
701 |
|
702 |
# Designers
|