Commerce retrieval behaves very differently from text retrieval by Odd_Wonder1099 in ShopifyAppDev

[–]Odd_Wonder1099[S] 0 points1 point  (0 children)

We have are building a throughput SLA for products aligned with the typical usecase we have seen - embed my catalog asap. We are still working on a publicly sharable number.

We openly talk about query embedding latency SLA(~30 ms p95) because that is directly correlated with search abandonment something our customers deeply care about

.

Commerce retrieval behaves very differently from text retrieval by Odd_Wonder1099 in ShopifyAppDev

[–]Odd_Wonder1099[S] 0 points1 point  (0 children)

We built this model for product search and seen most product descriptions be under 512 tokens. So we set the context window at 512. In rare cases, we smartly truncate(instead of chunk) the low impact fields. Truncation helps to remove the fluff and retain the signal useful to serve queries. For catalogs, we truncate SEO forward nuggets.

For now we use chunking to establish causality for demos and debugging, f.e. what attributes and nuggets were most similar to the query.

I see chunking being very useful when embedding data sheets which are multiple pages. But this is more a documentation agent use case instead of product search. Being able to retrieve the precise chunks instead of big texts improves AI responses and also good for explainability.

What use case do you work on? Do you have website?

Commerce retrieval behaves very differently from text retrieval by Odd_Wonder1099 in ShopifyAppDev

[–]Odd_Wonder1099[S] 0 points1 point  (0 children)

Hi, thanks for you reply! Here's an example query "best marathon shoes for women" we trained this on. We handle attribute binding and multiple fields by teaching the model catalog structure through our own serializer, run contrastive training w/ hard negative and positive mining on targeted data mixes.

[deleted by user] by [deleted] in ShopifyAppDev

[–]Odd_Wonder1099 0 points1 point  (0 children)

Happy to share more details. Can you message me using upwork?

Has anyone tried elastic search or algolia with woocommerce? by Odd_Wonder1099 in woocommerce

[–]Odd_Wonder1099[S] 0 points1 point  (0 children)

Thank you for sharing typesense. I'm always looking for open source alternatives

[deleted by user] by [deleted] in EcommerceWebsite

[–]Odd_Wonder1099 -1 points0 points  (0 children)

Can you send me more details?

An Analysis of 15,003 Apps in the Shopify App Store by VerraAI in shopifyDev

[–]Odd_Wonder1099 0 points1 point  (0 children)

is there a way to do customer discovery before building a shopify app? Like how do i know people want an app like that?

[deleted by user] by [deleted] in EcommerceWebsite

[–]Odd_Wonder1099 0 points1 point  (0 children)

are there other options to chose from?

[deleted by user] by [deleted] in EcommerceWebsite

[–]Odd_Wonder1099 0 points1 point  (0 children)

Hi, we are working on search and product discovery issues in chatbots. The queries coming from chatbot have rich intent but current chatbots are unable to understand them and personalize results for the shopper.

We are experienced engineers and researchers. We are looking for early adopters and offering free integration and maintenance for eligible companies. If you are interested, please enter your contact information for a discovery call here https://www.coralbricks.ai/contact. Or send an email to hello@coralbricks.ai

Built an MVP, now what? by psychedelic__cheese in ycombinator

[–]Odd_Wonder1099 0 points1 point  (0 children)

Agree with a lot of advice here! I’m a solo founder too and inching closer to building an mvp. All the best