Apr 20, 2026
The products are indexed using the base MiniLM model. The model that's being trained is for queries, and it's a fine-tuned version of the same model used for the products. The only operations at query time are inference of the query on the fine-tuned model and KNN retrieval from the product index. Feel free to check out the code and play with the demo!
