-
Book Overview & Buying
-
Table Of Contents
Blazor WebAssembly by Example - Third Edition
By :
To complete this project, you need to have Visual Studio 2026 installed on your PC. For instructions on how to install the free Community Edition of Visual Studio 2026, refer to Chapter 1, Introduction to Blazor WebAssembly.
You also need to download the following four files from the Resources folder of this chapter's GitHub repository: model.onnx, vocab.txt, onnx.js, and LICENSE.txt. The model we're using in this chapter is the free SmartComponents/bge‑micro‑v2. This model is available under MIT license and maps sentences and paragraphs to a 384-dimensional dense vector space for tasks like semantic matching and searching. It is available from the following source https://huggingface.co/SmartComponents/bge-micro-v2.
Hugging Face, https://huggingface.co, is a leading AI company and open-source platform that provides tools, pre-trained models, and a collaborative community for machine learning. They provide access to over 45,000 models from...