Create data1.json
Browse files- data1.json +23 -0
data1.json
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
data = {
|
| 2 |
+
"questions": [
|
| 3 |
+
"What is Rookus?",
|
| 4 |
+
"How does Rookus use AI in its designs?",
|
| 5 |
+
"What products does Rookus offer?",
|
| 6 |
+
"Can I see samples of Rookus' designs?",
|
| 7 |
+
"How can I join the waitlist for Rookus?",
|
| 8 |
+
"How does Rookus ensure the quality of its AI-generated designs?",
|
| 9 |
+
"Is there a custom design option available at Rookus?",
|
| 10 |
+
"How long does it take to receive a product from Rookus?"
|
| 11 |
+
],
|
| 12 |
+
"answers": [
|
| 13 |
+
"Rookus is a startup that leverages AI to create unique designs for various products such as clothes, posters, and different arts and crafts.",
|
| 14 |
+
"Rookus uses advanced AI algorithms to generate innovative and aesthetically pleasing designs. These AI models are trained on vast datasets of art and design to produce high-quality mockups.",
|
| 15 |
+
"Rookus offers a variety of products, including clothing, posters, and a range of arts and crafts items, all featuring AI-generated designs.",
|
| 16 |
+
"Yes, Rookus provides samples of its designs on its website. You can view a gallery of products showcasing the AI-generated artwork.",
|
| 17 |
+
"To join the waitlist for Rookus, visit our website and sign up with your email. You'll receive updates on our launch and exclusive early access opportunities.",
|
| 18 |
+
"Rookus ensures the quality of its AI-generated designs through rigorous testing and refinement. Each design goes through multiple review stages to ensure it meets our high standards.",
|
| 19 |
+
"Yes, Rookus offers custom design options. You can submit your preferences, and our AI will generate a design tailored to your specifications.",
|
| 20 |
+
"The delivery time for products from Rookus varies based on the product type and location. Typically, it takes 2-4 weeks for production and delivery."
|
| 21 |
+
],
|
| 22 |
+
"default_answers": "I'm sorry, I cannot answer this right now. Your question has been saved, and we will get back to you with a response soon."
|
| 23 |
+
}
|