Hi,
I’ve been experimenting with Vectara with product data for fashion and clothing items. I used the console to upload some JSON files (single file for each product) and test the search results.
Here’s an example of a JSON file:
{
"documentId": "fashion-item-3",
"title": "Elegant Affair Jumpsuit",
"metadataJson": "{\"available-date\":\"05 May 2022\",\"price\":500,\"vendor\":\"Glamour Studio\",\"stars\":4.9}",
"section": [
{
"title": "Description",
"text": "An elegant jumpsuit with a deep V-neckline, a fitted waist, and wide-leg pants, perfect for a formal event or a night out."
},
{
"title": "Clothing Category",
"text": "Jumpsuit"
},
{
"title": "Color",
"text": "Black, Navy Blue"
},
{
"title": "Pattern",
"text": "Solid"
},
{
"title": "Neckline",
"text": "Deep V-Neck"
},
{
"title": "Sleeve Style",
"text": "Sleeveless"
},
{
"title": "Length",
"text": "Full Length"
},
{
"title": "Ocassion",
"text": "Formal, Night Out"
}
]
}
If I search “jeans for a date night”, Vectara will return the above item because it matches the word “jeans” with the word “clothing”. But the above item is a jumpsuit.
I’d like to understand if there’s a better way to structure/reword the data to improve search results or is it simply because this use case is not well suited to Vectara?
Thank you,
Mikhaeel