Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,20 @@ GREETING = (
|
|
17 |
|
18 |
# Example queries
|
19 |
EXAMPLE_QUERIES = [
|
20 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
]
|
22 |
|
23 |
# The embedding model name
|
|
|
17 |
|
18 |
# Example queries
|
19 |
EXAMPLE_QUERIES = [
|
20 |
+
"What is multi-material 3D printing?",
|
21 |
+
"How is additive manufacturing being applied in aerospace?",
|
22 |
+
"Tell me about innovations in metal 3D printing techniques.",
|
23 |
+
"What are some sustainable materials for 3D printing?",
|
24 |
+
"What are the biggest challenges with support structures in additive manufacturing?",
|
25 |
+
"How is 3D printing impacting the medical field?",
|
26 |
+
"What are some common applications of additive manufacturing in industry?",
|
27 |
+
"What are the benefits and limitations of using polymers in 3D printing?",
|
28 |
+
"Are there recent breakthroughs in enhancing precision for additive manufacturing?",
|
29 |
+
"Tell me about the environmental impacts of additive manufacturing.",
|
30 |
+
"What are the primary limitations of current 3D printing technologies?",
|
31 |
+
"What future trends are expected in the field of additive manufacturing?",
|
32 |
+
"How are researchers improving the speed of 3D printing processes?",
|
33 |
+
"What are the best practices for managing post-processing in additive manufacturing?",
|
34 |
]
|
35 |
|
36 |
# The embedding model name
|