We have launched two foundation models for ecommerce that deliver much higher performance for product search and recommendations. These models outperform those from Amazon, Google, and Cohere, as well as the leading open source models.
@katie9724014 Thanks for your interest!
The best way to build a search app is to follow this step-by-step guide:
https://www.marqo.ai/blog/how-to...
One the key things about Marqo is that it streamlines a lot of the tasks around building AI apps. So you don't need to manually download the model; the model gets automatically loaded via these lines of code:
"model": "Marqo/marqo-ecommerce-embeddings-B", # Specifies the embedding model for e-commerce.
"modelProperties": {
"name": "hf-hub:Marqo/marqo-ecommerce-embeddings-B", # Model name on Hugging Face Hub.
(This is from the above tutorial.)
That said, if you do want to look at the models on Hugging Face, you can find them here:
https://huggingface.co/Marqo/mar...https://huggingface.co/Marqo/mar...
Hope that helps, and let us know if you have any other questions!