Search Query Parser (JSON Intent Model)
Overview
This model converts raw e-commerce search text into structured JSON intent.
Example:
Input:
Output:
{
"query": "nike sneakers",
"filters": {
"brand": ["Nike"],
"category": ["sneakers"],
"color": ["black"],
"size_eu": [42],
"price_max": 120,
"shipping": ["free"]
},
"sort": "relevance",
"page": 1,
"limit": 24
}
- Downloads last month
- 41