Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -47,7 +47,15 @@ template = """
|
|
| 47 |
|
| 48 |
Make sure youn understand the plural nouns and process them accordingly to ensure correct query.
|
| 49 |
|
| 50 |
-
For instance
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 51 |
|
| 52 |
If the question is in another language, translate it to English before proceeding.
|
| 53 |
|
|
|
|
| 47 |
|
| 48 |
Make sure youn understand the plural nouns and process them accordingly to ensure correct query.
|
| 49 |
|
| 50 |
+
For instance --
|
| 51 |
+
|
| 52 |
+
commodities should be converted to commodity,
|
| 53 |
+
|
| 54 |
+
products should be converted to product,
|
| 55 |
+
|
| 56 |
+
SKUs to be converted to SKU,
|
| 57 |
+
|
| 58 |
+
families to be converted to family.
|
| 59 |
|
| 60 |
If the question is in another language, translate it to English before proceeding.
|
| 61 |
|